Can you post the output of 'ifconfig'
You can also confirm the module is loaded with 'sudo lsmod | grep dm9601'
sudo dhclient eth0
Do what he says and post the results.
Also, jump the gun and do a
Code:sudo dhclient eth0
after unplugging the USB network dongle and plugging it back in again.
You'll need an "ifconfig eth0 up" before doing that.
eth0: ERROR while getting interface flags: No such device
*img*
All the USB stuff I have plugged in is listed there correctly, including apparently the USB network adapter.
This is a fairly big pointer that the module's not loading properly, or the kernel's not recognising it as a NIC. It's pointless doing any commands involving the mythical eth0, if eth0 doesn't exist.
Unfortunately, I'm out of ideas as to figuring out what's going wrong when the module gets loaded. Perhaps there's some debug output somewhere, or somehow?
dmesg | grep eth
Check that it is loadedmodprobe dm9601
Then re-plug the USB device and post here the last 30 or lines from the output oflsmod | grep -i dm9601
That should hopefully give some indication on what is going ondmesg
I do have a PCI ethernet card which I suspect will be detected and will work without issues, but the reason I don't use it is because I need to keep the PCI slot free because of my graphics card. And my onboard ethernet is dead!
I may elect to buy another motherboard as the best solution to this problem![]()