- 论坛徽章:
- 0
|
在DELL上装了一个FC6, kernel: 2.6.18-1.2869.fc6
有两张网卡,突然发现有一张不能用了,用ifconfig -a 得出的结果是:
- __tmp1062173173 Link encap:Ethernet HWaddr 00:0A:EB:F4:80:B2
- BROADCAST MULTICAST MTU:1500 Metric:1
- RX packets:1178 errors:0 dropped:0 overruns:0 frame:0
- TX packets:1178 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:3076932 (2.9 MiB) TX bytes:3076932 (2.9 MiB)
- Interrupt:177 Base address:0xef00
- eth0 Link encap:Ethernet HWaddr 00:12:3F:D4:43:D4
- inet addr:10.11.1.242 Bcast:10.11.1.255 Mask:255.255.255.0
- inet6 addr: fe80::212:3fff:fed4:43d4/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:261482 errors:0 dropped:0 overruns:0 frame:0
- TX packets:231547 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:162287111 (154.7 MiB) TX bytes:232441167 (221.6 MiB)
- Interrupt:201
- eth0:1 Link encap:Ethernet HWaddr 00:12:3F:D4:43:D4
- inet addr:10.11.3.242 Bcast:10.11.3.255 Mask:255.255.255.0
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- Interrupt:201
- lo Link encap:Local 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:1178 errors:0 dropped:0 overruns:0 frame:0
- TX packets:1178 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:3076932 (2.9 MiB) TX bytes:3076932 (2.9 MiB)
- sit0 Link encap:IPv6-in-IPv4
- NOARP MTU:1480 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:0
- RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
复制代码
发现eth1变成了"__tmp1062173173".
下面是我的相关的配置文件:
- [b]/etc/sysconfig/hwconf[/b]
- -
- class: NETWORK
- bus: PCI
- detached: 0
- device: eth1
- driver: 8139too
- desc: "Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+"
- network.hwaddr: 00:0a:eb:f4:80:b2
- vendorId: 10ec
- deviceId: 8139
- subVendorId: 10ec
- subDeviceId: 8139
- pciType: 1
- pcidom: 0
- pcibus: 1
- pcidev: 4
- pcifn: 0
- -
- class: NETWORK
- bus: PCI
- detached: 0
- device: eth0
- driver: b44
- desc: "Broadcom Corporation BCM4401 100Base-T"
- network.hwaddr: 00:12:3f:d4:43:d4
- vendorId: 14e4
- deviceId: 4401
- subVendorId: 1028
- subDeviceId: 8127
- pciType: 1
- pcidom: 0
- pcibus: 1
- pcidev: 9
- pcifn: 0
- -
- [b]/etc/modprobe.conf[/b]
- alias eth0 b44
- alias eth1 8139too
- alias snd-card-0 snd-intel8x0
- options snd-card-0 index=0
- options snd-intel8x0 index=0
- remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
复制代码
但是有的时候又是正常的。
请问有没有哪位仁兄遇到类似的问题。
在/sys/class/net里面也找到这个"__tmp1062173173"的文件夹, 不知道这个/sys是干什么用的,请各位大侠指点。
谢谢 
[ 本帖最后由 leafyqm 于 2007-1-26 15:35 编辑 ] |
|