google ad

Google AdSense Leaderboard

网卡的bug

上网环境如下:
正确环境下应该是eth0(机器单网卡),dhcp服务器为192.168.1.1。
使用

以下是进入系统后的情况:eth0不能被辨认,只能辨认eth1

/etc/network/interfaces的内容,但似乎无效。
root@1[knoppix]# cat /etc/network/interfaces

auto lo eth0
iface lo inet loopback

iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.254

ifconfig的内容:
root@1[knoppix]# ifconfig
eth1 Link encap:Ethernet HWaddr 00:E0:4D:A3:6B:72
inet addr:192.168.1.37 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:4dff:fea3:6b72/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:222 errors:0 dropped:0 overruns:0 frame:0
TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:43370 (42.3 KiB) TX bytes:11802 (11.5 KiB)
Interrupt:11 Base address:0x8000

lsmod关于网卡的内容:
8139too 25728 0
mii 8448 1 8139too

lspci关于网卡的内容:
0000:01:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)