It looks like the driver has loaded fine and that ifconfig has attached eth0 to that driver. If you can ping the ethernet address then the problem is quite likely not actually in your computer. Bring the interface down and up, check cables, check other machines can ping other machines. Try a broadcast ping and see what you can see and maybe try tcpdump to see if the interface can see anything at all.
HTH, James. Adam Hewitt wrote: > I have managed to modprobe the e100 module and that hasn helped at > all....and I also tried the 2.4.16 kernel and I am getting the same > error... > > I have attached some outputs for you to look at...if you want to see > anything else please ask me... > > > Adam Hewitt wrote: > >> Hi All, >> >> I have just upgraded my kernel to 2.4.18 and my network >> card/networking no longer works. If I run ifconfig, i get my card >> with my IP address, if I run route -n I get everything that should be >> there, if I look in /etc/network/interfaces I have my network card >> setup with the apporpriate info, and if I run lsmod I can see my >> cards module driver there.....and yet it still doesn work. >> >> My card is an eepro100 which I have been told doesn work very well, >> and that I should install the e100 module, which I have but I get the >> following error when I try and install it: >> >> Hint: insmod errors can be caused by incorrect module parameters, >> including inva >> lid IO or IRQ parameters >> /lib/modules/2.4.18-686/kernel/net/e100.o: init_module: No such device >> /lib/modules/2.4.18-686/kernel/net/e100.o: insmod >> /lib/modules/2.4.18-686/kernel >> /net/e100.o failed >> /lib/modules/2.4.18-686/kernel/net/e100.o: insmod e100 failed >> >> I am able to ping both my IP address and the Loopback address.... >> >> Any help would be appreciated, >> >> Adam. >> > > >------------------------------------------------------------------------ > >eth0 Link encap:Ethernet HWaddr 00:D0:B7:C0:55:B5 > inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:0 (0.0 b) TX bytes:2646 (2.5 KiB) > Interrupt:11 Base address:0xde80 Memory:d4871000-d4871c40 > >lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:80 errors:0 dropped:0 overruns:0 frame:0 > TX packets:80 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:8624 (8.4 KiB) TX bytes:8624 (8.4 KiB) > >vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01 > inet addr:172.16.153.1 Bcast:172.16.153.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:39 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > >vmnet8 Link encap:Ethernet HWaddr 00:50:56:C0:00:08 > inet addr:172.16.81.1 Bcast:172.16.81.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > > >------------------------------------------------------------------------ > >Module Size Used by Tainted: PF >e100 60164 1 >vmnet 17632 6 >parport_pc 21960 0 >parport 22944 0 [parport_pc] >vmmon 18772 0 (unused) >mousedev 3808 0 (unused) >hid 17664 0 (unused) >usbcore 48192 1 [hid] >input 3328 0 [mousedev hid] >rtc 5368 0 (autoclean) >unix 13316 9 (autoclean) >ide-disk 6592 2 (autoclean) >ide-probe-mod 7968 0 (autoclean) >ide-mod 129420 2 (autoclean) [ide-disk ide-probe-mod] >ext2 30400 1 (autoclean) >ext3 56544 0 (autoclean) >jbd 34968 0 (autoclean) [ext3] > > >------------------------------------------------------------------------ > >Kernel IP routing table >Destination Gateway Genmask Flags Metric Ref Use Iface >172.16.81.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8 >192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 >172.16.153.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet1 >0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 > > -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
