|
使用 debian-31r0a-i386光碟安装可以认出网卡,并加载e100,但只能ping通自己(我这里是内网),怎么ping不通其它主机。加载eepro100出现 NETDEV WATCHDOG: eth0: transmit timed out之类的错误。去intel的主页下载网卡的驱动,安装后也是出现 NETDEV WATCHDOG: eth0: transmit timed out,换块D-link的8139还是出现NETDEV WATCHDOG: eth0: transmit timed out的错误。
/etc/network/interfaces的内容为
# The loopback interface
auto lo
iface lo inet loopback
# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
address 192.168.10.3
netmask 255.255.255.0
network 192.168.10.0
broadcast 192.168.10.255
gateway 192.168.10.1
看来看去,应该是没有问题,是不是与主板上的1394接口有关,论坛上有关1394的文章好少,还望高人指点!!!
:help :help :help |
|