On Tuesday 27 April 2004 2:38 pm, jludwig wrote: > On Tue, 2004-04-27 at 09:20, Gary Stainburn wrote: > > Hi folks. > > > > I've got an Advent 5372 laptop with what MS Windows detects as a 'SIS 900 > > PCI Fast Ethernet Adapter'. > > > > When I had RH7.3 on the NIC was detected straight out of the box and > > worked fine. When I replaced this wic FC1 everything looked fine, with > > it finding the card okay and allowing me to configure it. > > > > However, there's absolutely no traffic happening with the card (booting > > to windows proves the card, cable etc work). > > > > my /etc/modules.conf has the line > > > > alias eth0 sis900 > > > > and lsmod includes sis900, sis and sisfb > > > > Any suggestions on how to fix it? > > -- > > Gary Stainburn > > > > This email does not contain private or confidential material as it > > may be snooped on by interested government parties for unknown > > and undisclosed purposes - Regulation of Investigatory Powers Act, 2000 > > What does route -n and ifconfig indicate? Can the card ping itself. I > have the same adapter in my firewall/gateway as eth0 (Ext IF) running > FC1. It upgraded without any issues from RH9.0. Below is the info you asked for. I can't see anything wrong (apart from it not working). -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000
[root@localhost root]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.2.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 10.2.1.1 0.0.0.0 UG 0 0 0 eth0 [root@localhost root]# ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:A0:CC:C5:9D:7E inet addr:10.2.1.7 Bcast:10.2.255.255 Mask:255.255.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:445 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:18690 (18.2 Kb) Interrupt:11 Base address:0xd000 [root@localhost root]# ping 10.2.1.7 PING 10.2.1.7 (10.2.1.7) 56(84) bytes of data. 64 bytes from 10.2.1.7: icmp_seq=0 ttl=64 time=0.357 ms 64 bytes from 10.2.1.7: icmp_seq=1 ttl=64 time=0.258 ms --- 10.2.1.7 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 2007ms rtt min/avg/max/mdev = 0.258/0.307/0.357/0.052 ms, pipe 2 [root@localhost root]# ping 10.2.1.1 PING 10.2.1.1 (10.2.1.1) 56(84) bytes of data. >From 10.2.1.7 icmp_seq=0 Destination Host Unreachable >From 10.2.1.7 icmp_seq=1 Destination Host Unreachable >From 10.2.1.7 icmp_seq=2 Destination Host Unreachable --- 10.2.1.1 ping statistics --- 5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4287ms , pipe 4 [root@localhost root]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination [root@localhost root]#