|
|
这次的更新有很多98个,好几百兆但没有kernel更新。
但是更新完后system-config-network里面的无线网卡没有了。无线网卡灯也不亮了。
ifcfg-eth1也不见了,我以前一直在用无线上网,没有任何问题,这次不晓得这次是怎么回事,
如何把丢失的设备再重新加回来呢?
google了半天不得要领,向大家求助。
Thinkpad T43, Fedora9
[root@WFedora network-scripts]# ls -ltr ifcfg-e*
-rw-r--r-- 4 root root 261 2008-06-13 02:23 ifcfg-eth0 [root@WFedora ~]# lspci | grep less
04:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05) [root@WFedora devices]#cd /etc/sysconfig/networking/devices
[root@WFedora devices]#ls -ltr
总计 4
-rw-r--r-- 4 root root 261 06-13 02:23 ifcfg-eth0 [root@WFedora devices]# /sbin/lsmod | grep ipw
ipw2200 127304 0
ieee80211 28872 1 ipw2200
[root@WFedora network-scripts]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:16:41:54:18:C8
inet addr:192.168.1.10 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::216:41ff:fe54:18c8/64 Scope ink
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17716 errors:0 dropped:0 overruns:0 frame:0
TX packets:15316 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10605437 (10.1 MiB) TX bytes:9486703 (9.0 MiB)
Interrupt:16
irda0 Link encap:IrLAP HWaddr 00:00:00:00
NOARP MTU:2048 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:8
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
lo Link encap ocal Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3999 errors:0 dropped:0 overruns:0 frame:0
TX packets:3999 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:200636 (195.9 KiB) TX bytes:200636 (195.9 KiB) [root@WFedora network-scripts]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
irda0 no wireless extensions. [root@WFedora devices]# /sbin/modprobe -l | grep ipw
/lib/modules/2.6.25.4-30.fc9.i686/kernel/drivers/char/pcmcia/ipwireless/ipwireless.ko
/lib/modules/2.6.25.4-30.fc9.i686/kernel/drivers/net/wireless/ipw2100.ko
/lib/modules/2.6.25.4-30.fc9.i686/kernel/drivers/net/wireless/ipw2200.ko
/lib/modules/2.6.25.4-30.fc9.i686/kernel/drivers/usb/serial/ipw.ko [root@WFedora ~]# iwlist wlan0 scan
wlan0 Interface doesn't support scanning. |
|