|

楼主 |
发表于 2003-5-16 19:53:58
|
显示全部楼层
添加一块网卡后,两块竟然都不能工作了?
lspci信息如下:
00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] (rev c4)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x AGP]
00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
00:04.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus Master IDE (rev 06)
00:04.2 USB Controller: VIA Technologies, Inc. USB (rev 1a)
00:04.3 USB Controller: VIA Technologies, Inc. USB (rev 1a)
00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
00:07.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 42)
00:08.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 43)
00:09.0 Multimedia audio controller: Yamaha Corporation YMF-724F [DS-1 Audio Controller] (rev 03)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 86C326 5598/6326 (rev c3)
uname -a信息如下:
Linux stray 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
modules.conf内容如下:
alias eth0 via-rhine
alias eth1 via-rhine
alias usb-controller usb-uhci
alias sound-slot-0 ymfpci
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
options sb support=1
我设置好之后激活正常、ifup eth1正常
重启
拔掉eth0(IRQ:5)的网线后用eth1(IRQ:9)来ping局域网内其它ip信息如下:
PING 192.168.2.2 (192.168.2.2) 56(84) bytes of data.
From 192.168.2.31 icmp_seq=1 Destination Host Unreachable
From 192.168.2.31 icmp_seq=2 Destination Host Unreachable
From 192.168.2.31 icmp_seq=3 Destination Host Unreachable
From 192.168.2.31 icmp_seq=4 Destination Host Unreachable
From 192.168.2.31 icmp_seq=5 Destination Host Unreachable
From 192.168.2.31 icmp_seq=6 Destination Host Unreachable
然后拔掉eth1的网线尝试用eth0来ping局域网内其它ip正常,可是上网却上不了了(原来是用eth0来上网的),真是怪哉!! |
|