> Both of your NICs are on IRQ 9.
Thanks for the replies. The majority of folks have pointed out that the
shared IRQ for both NICs may be the problem. I was finally able to get
BIOS to give the two cards their own by telling it to reserve IRQ 9 for an
ISA card :) However, I still cannot ping the windows machine which is at
192.168.1.10. The Windows machine is telling me that its card (a
Kingston NE2000 clone) is working properly. What seems strange to me is
that there are no succesful transmissions via eth1. BTW, eth0 is
configured by DHCP and is working fine. I've swapped the cables and
they're both good. Any other suggestions? Thanks.
#ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:75 errors:0 dropped:0 overruns:0
TX packets:75 errors:0 dropped:0 overruns:0
eth0 Link encap:Ethernet HWaddr 00:40:05:A3:9E:00
inet addr:24.128.80.101 Bcast:24.128.81.255 Mask:255.255.254.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:326 errors:0 dropped:0 overruns:0
TX packets:9 errors:0 dropped:0 overruns:0
Interrupt:10 Base address:0xfc80
eth1 Link encap:Ethernet HWaddr 00:40:05:A3:54:31
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
TX packets:0 errors:8 dropped:0 overruns:0
Interrupt:11 Base address:0xfc00
#route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 1 eth1
24.128.80.0 0.0.0.0 255.255.254.0 U 0 0 1 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 3 lo
0.0.0.0 24.128.80.1 0.0.0.0 G 1 0 2 eth0
# cat /proc/ioports
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-009f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : npu
0170-0177 : ide1
01f0-01f7 : ide0
02f8-02ff : serial(auto)
0376-0376 : ide1
03c0-03df : vga+
03e8-03ef : serial(auto)
03f0-03f5 : floppy
03f6-03f6 : ide0
03f7-03f7 : floppy DIR
03f8-03ff : serial(auto)
fc00-fc7f : DS21140 Tulip
fc80-fcff : DS21140 Tulip
#cat /proc/interrupts
0: 146039 timer
1: 3983 keyboard
2: 0 cascade
3: 3160 + serial
8: 1 + rtc
10: 5546 DS21140 Tulip
11: 14 DS21140 Tulip
13: 1 math error
14: 60743 + ide0
15: 0 + ide1
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu