|
开机没法上网
donkey:/home/donkey# dmesg|grep eth1
eth1: Invalid EEPROM checksum 0xa5cf, check settings before activating this
device!
eth1: 0000:01:09.0, 00:90:26:3D:1B:E1, IRQ 201.
eth1: no IPv6 routers present
重启网络
donkey:/home/donkey# /etc/init.d/networking restart
* /etc/network/options is deprecated.
Setting up IP spoofing protection...done (rp_filter).
Reconfiguring network interfaces...ifup: interface lo already configured
done.
此时就能上网了,但是网速明显比xp下慢很多
donkey:/home/donkey# dmesg|grep eth1
eth1: Invalid EEPROM checksum 0xa5cf, check settings before activating this
device!
eth1: 0000:01:09.0, 00:90:26:3D:1B:E1, IRQ 201.
eth1: no IPv6 routers present
ADDRCONF(NETDEV_UP): eth1: link is not ready
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
donkey:/home/donkey#
请问应该改什么,多谢,debian kernel 2.6.15-1-k7
intel pro/100+ 网卡,对应的是eth1,不是eth0
无/etc/modprobe.conf文件
在/etc/modules.conf中
添加
alias eth1 e100
或者alias eth1 eepro100一点效果都没有
每次lsmod都发现e100,eepro100 都是unused,但还是只要重启网络还是能上网
不想在/etc/init.d/rsS写启动网卡命令,我想弄懂怎么回事,多谢 |
|