How can I install this driver in Ubuntu?

Can you post an 'ifconfig -a' as well? That'll list nics that aren't configured as well.

Throw in an 'lsusb' just to check that the kernel's picking the usb device up.
 
I'll bet it's something as simple as right clicking the net connection icon and selecting Eth1 (EthZERO) is onboard.
 
*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?
 
Pass. From the thread at the Ubuntu forums it seems this device really ought to work out of the box, all that should be required is to plug it in.
 
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?

Seconded - although, I was merely pointing out that before assigning the nic to dhcp, you need to bring it up first. I was actually expecting the nic to have an odd device name similar to the way that atheros do (ath0 anyone?), hence the suggestion of what's in dmesg.

lsusb is quite clearly showing that the device is recognised - but without even some kind of log output, any suggestions we make are as useful as a fart in a hurricane!
 
It would seem that the assumption so far has been that your connection will be eth0, it could be eth1 etc

do a
Code:
dmesg | grep eth
that will show all eth devices the kernel sees

then do as previously mentioned with ifconfig and dhclient
 
I did dmesg | grep eth and nothing happened, there was no report or anything, it just went straight back to the next command prompt. I take it this means the kernel is not seeing any ethernet devices then.
 
Ok, so it's registering the device and picking the right module.... but it's not being recognised as an ethernet card.... which means that the driver isn't right for this device... which kind of sucks.

I've had similar issues in the past with a wireless card which didn't work on a specific kernel version. Your choices: try a different kernel version (booting from a livecd is the easiest), use ndiswrapper, erm... get a different card*

* Not really a solution, I know...
 
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 :)
 
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 :)

Possibly a bit overkill - like I said, try a different kernel or two before committing money!
 
Back
Top Bottom