Results 1 to 7 of 7
I wanted to get my usb ethernet device to work. I had been having a lot of bad luck with ethernet devices. First my internal network card died. So I ...
- 07-06-2010 #1Just Joined!
- Join Date
- May 2010
- Location
- uk
- Posts
- 20
What an adventure
I wanted to get my usb ethernet device to work. I had been having a lot of bad luck with ethernet devices. First my internal network card died. So I got a Belkin ethernet to USB adaptor. The Belkin did not work with the drivers it came with or with drivers off the internet in Linux or windows, I came to the conclusion it too was a dud.
Anyway, today my new usb-ethernet device arrived. Plugged it in, "maybe it will "just work"" I thought - haha, and deprive me of all the fun? No way!
So I get the disk out of the packaging, tiny little half cd thing. My laptop does not even read it. Use my desktop to get the drivers off it (folder called linux, that'll probably be the one right). Get the drivers, put them in a folder with the kernel source code, cd to that directory, su, make.
Fails...
Look up the errors, ok, seems like its expecting things to be in the kernel that are no longer there in the newer versions.
Try a different tack, someone on msn suggests I follow the instructions on this website Sunrising USB Ethernet adapter driver Bridging the gap between CCIE RS and SP
No luck, same errors, still expecting net_device when the most recent version uses net_drivers_ops.
What to do, what to do... then someone on msn told me they had the .ko module for the drivers, they could send it to me. "But" I protested "it won't recognise the device will it, unless we change it like in that post"...
...
...then it hit me... wait, if he has it as a module... then it's in the kernel source! The version in the kernel source by definition must work with the current kernel!! I look for the .c file, there it is, sure as the day is long. I move it to the folder with my makefile and my slightly modified .h and all the rest. Make.
WOO! I have a .ko.
So I try make install. Nada, doesn't want to. I look at the makefile and run the install commands myself. That works. Modprobe. That works, I'm getting excited... lsusb, still doesn't show up as what it is... feel slightly frustrated, ifconfig OH THERE IT IS...
Long story short. My laptop has internet. I am happy. Yay!
- 07-07-2010 #2Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 260
If you would have known the command:
It would report the important stuff on the USB devices. You could then use that information to see which driver is needed.Code:lsusb -v
Glad to hear you have gotten your device working.
- 07-07-2010 #3Just Joined!
- Join Date
- May 2010
- Location
- uk
- Posts
- 20
- 07-08-2010 #4
- 07-10-2010 #5
You got to learn some more about Linux and probably had fun doing it.
If anything, you got to use your brain instead of click, click, click.

Try compiling and configuring a driver customized to your pc and device in Windowz!
Oh! That's right! They don't release the source code!

Good to hear you got it configured.
- 07-10-2010 #6Just Joined!
- Join Date
- May 2010
- Location
- uk
- Posts
- 20
- 07-10-2010 #7I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote

