Whiffle said: For some reason the 'e100' driver is blacklisted in your /etc/modprobe.d/blacklist, but still loading. Try doing:
modprobe -r e100
modprobe eepro100
ifconfig
If that fixes it we'll have to see why the wrong one is loading.
Ok, I did this by chrooting into my slack partition here are the results:``` modprobe -r e100 FATAL: Could not load /lib/modules/2.6.22-14-generic/modules.dep: No such file or directory bash-3.1# modprobe eepro100 FATAL: Could not load /lib/modules/2.6.22-14-generic/modules.dep: No such file or directory bash-3.1# ifconfig eth0 Link encap:Ethernet HWaddr 00:16:76:E4:6F:B5 inet addr:192.168.0.170 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::216:76ff:fee4:6fb5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:281625 errors:0 dropped:0 overruns:0 frame:0 TX packets:279215 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:302416567 (288.4 MiB) TX bytes:26864874 (25.6 MiB)
lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:2279 errors:0 dropped:0 overruns:0 frame:0 TX packets:2279 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:74657 (72.9 KiB) TX bytes:74657 (72.9 KiB)
The reason I mention that I chrooted, is because it steals the connection from ubuntu and uses it instead of properly loading the stuff. At least that is what it seems like to me, I could be wrong.
Thanks for the help!
Shane