![]() ![]() |
Jan 19 2005, 04:30 AM
Post
#1
|
|
|
Group: Members Posts: 153 Joined: 5-January 04 Member No.: 1,081 |
Has anyone tried using a USB ethernet adaptor with the SL6000? I looked at the sl6000 kernel source and it didn't have support for the either of the two adaptor's I'm thinking of buying, so I've back-ported the drivers from a more recent 2.4 series kernel (the ax8817x and rtl8150 usb drivers).
However, it's not worth me actually buying the thing if the Z won't put out enough juice to power it up. Anyone know if it's likely to work? If it does work, eBuyer are flogging an RTL8150 adaptor from Dynamode for like, £6 - which is a bit of a bargain really.... |
|
|
|
Jan 19 2005, 09:34 AM
Post
#2
|
|
|
Group: Members Posts: 189 Joined: 9-December 03 From: Kansas City Kansas Member No.: 1,112 |
QUOTE(cwaig @ Jan 19 2005, 06:30 AM) Has anyone tried using a USB ethernet adaptor with the SL6000? I looked at the sl6000 kernel source and it didn't have support for the either of the two adaptor's I'm thinking of buying, so I've back-ported the drivers from a more recent 2.4 series kernel (the ax8817x and rtl8150 usb drivers). However, it's not worth me actually buying the thing if the Z won't put out enough juice to power it up. Anyone know if it's likely to work? If it does work, eBuyer are flogging an RTL8150 adaptor from Dynamode for like, £6 - which is a bit of a bargain really.... I have used my Dlink DWL-122 and my Hawking Technology HUF11 on my 6k before, with and without a powered hub. The HUF11 I had to pull a module from my OE build of the kernel and the DWL-122 was from my build of wlan-ng. So it can work. I have nto used them for long periods so I am not sure how battery life is... |
|
|
|
Jan 27 2005, 12:25 AM
Post
#3
|
|
|
Group: Members Posts: 153 Joined: 5-January 04 Member No.: 1,081 |
My Dynamode cheapo USB ethernet adaptor turned up yesterday, and it does indeed work nicely with the SL6000. You just need to install this driver module (I back ported from the 2.4.19 kernel to the 2.4.18):rtl8150.o
CODE cp rtl8150.o /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/ depmod Plug in the ethernet adaptor and you're off..... Works perfectly, and for the price (£6 from eBuyer), there's no way you can argue with that |
|
|
|
Mar 15 2005, 10:29 PM
Post
#4
|
|
|
Group: Members Posts: 15 Joined: 8-December 04 Member No.: 5,838 |
The Hawking HUF11 has a Realtek 8150 chipset, and can be bought from Newegg for about $20. I've ordered one, and will report back...
|
|
|
|
Mar 20 2005, 05:07 PM
Post
#5
|
|
|
Group: Members Posts: 15 Joined: 8-December 04 Member No.: 5,838 |
I missed the post above about the HUF11. Copied over the driver, and it inserted perfectly. Quick ifconfig and route commands, and I was all set...
|
|
|
|
Mar 31 2005, 09:49 AM
Post
#6
|
|
|
Group: Members Posts: 1 Joined: 31-March 05 Member No.: 6,760 |
QUOTE(cwaig @ Jan 27 2005, 10:25 AM) My Dynamode cheapo USB ethernet adaptor turned up yesterday, and it does indeed work nicely with the SL6000. You just need to install this driver module (I back ported from the 2.4.19 kernel to the 2.4.18):rtl8150.o CODE cp rtl8150.o /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/ depmod Plug in the ethernet adaptor and you're off..... Works perfectly, and for the price (£6 from eBuyer), there's no way you can argue with that First of all hello everybody, this is my first post. I have an Intellinet usb/ethernet adapter using the rtl8150 chipset. With cwaig's driver I can see the device but after a little working I see (with dmesg) a log list of "Rx status -71" and "rtl8150.c: reset needed maybe?". and the device hangs. Any idea or help would be the welcome |
|
|
|
Apr 14 2005, 02:54 AM
Post
#7
|
|
![]() Group: Members Posts: 80 Joined: 7-October 04 Member No.: 4,916 |
I bought a smc ez connect ust to ethernet ref# smc2208usb/eth
with rtl8150 driver i made " cp rtl8150.o /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/ depmod " in root mode , no error returning, dmesg showing rtl8150.c: eth0: rtl8150 is detected but what else? what type of connections should i do for the network tab. when creating a tcp ip connection, it appears in the list but when i clic connect, i have only wifi or irda option. any help? than you very much all ps: it cost me 29€ in france |
|
|
|
Apr 15 2005, 12:52 AM
Post
#8
|
|
|
Group: Members Posts: 153 Joined: 5-January 04 Member No.: 1,081 |
QUOTE(rip @ Apr 14 2005, 02:54 AM) I bought a smc ez connect ust to ethernet ref# smc2208usb/eth with rtl8150 driver i made " cp rtl8150.o /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/ depmod " in root mode , no error returning, dmesg showing rtl8150.c: eth0: rtl8150 is detected but what else? what type of connections should i do for the network tab. when creating a tcp ip connection, it appears in the list but when i clic connect, i have only wifi or irda option. any help? than you very much all ps: it cost me 29€ in france The sharp network settings stuff doesn't detect a usb ethernet adaptor unfortunately But all is not lost - you can just do: CODE dhcpcd eth0 from the console to bring up the interface instead (I expect you could set this up as a hotplug script, or create an icon for it to avoid typing it every time if you like...) |
|
|
|
Jun 28 2005, 04:34 PM
Post
#9
|
|
|
Group: Members Posts: 1 Joined: 5-April 05 Member No.: 6,789 |
QUOTE(cwaig @ Jan 19 2005, 10:30 PM) Has anyone tried using a USB ethernet adaptor with the SL6000? I looked at the sl6000 kernel source and it didn't have support for the either of the two adaptor's I'm thinking of buying, so I've back-ported the drivers from a more recent 2.4 series kernel (the ax8817x and rtl8150 usb drivers). However, it's not worth me actually buying the thing if the Z won't put out enough juice to power it up. Anyone know if it's likely to work? If it does work, eBuyer are flogging an RTL8150 adaptor from Dynamode for like, £6 - which is a bit of a bargain really.... Any chance you can post a link to the ax8817x driver ? I have a Linksys Compact USB 2.0 10/100 network adapter. Thanks Peter |
|
|
|
Jul 7 2005, 08:08 AM
Post
#10
|
|
|
Group: Members Posts: 211 Joined: 27-September 04 From: Bristol and Tavistock (Devon), England Member No.: 4,776 |
Any chance of a pegasus II driver for the 6k kernel?
|
|
|
|
Jul 15 2005, 11:30 PM
Post
#11
|
|
|
Group: Members Posts: 55 Joined: 18-January 05 Member No.: 6,256 |
ax8817 driver requires 2.4.21 at least, backporting means also backporting of USB stack
|
|
|
|
Jul 25 2005, 01:53 PM
Post
#12
|
|
|
Group: Members Posts: 1 Joined: 25-July 05 Member No.: 7,690 |
Hey, guys. cwaig put up a link for a rtl8150.o driver, but the link is dead. Googling has gotten me nowhere for this 2.4.18-rmk7-pxa3-embedix kernel module. Can someone please give me the location of this file...I have a Hawking Huf11 dying to be used...
|
|
|
|
Apr 11 2006, 07:51 PM
Post
#13
|
|
|
Group: Members Posts: 426 Joined: 10-February 04 From: Virginia, USA Member No.: 1,794 |
After much searching, I finally found the rtl8150 driver for the 2.4.18 kernel (6000 uses this kernel version). I'm attaching it so it won't disappear again. It is NOT a zipped file. You need to rename it rtl8150.o
Attached File(s)
|
|
|
|
Apr 13 2006, 10:39 AM
Post
#14
|
|
|
Group: Members Posts: 426 Joined: 10-February 04 From: Virginia, USA Member No.: 1,794 |
Regarding gfdsa's post in this thread (dated July 16, 2005):
In case someone is still looking for the drivers for the D-Link DUB-E100 USB ethernet, maybe this tivo info can be adapted: http://www.dellanave.com/projects/tivo/usb20net.html The tivo seems to be running a 2.4.18 kernel, so maybe if anyone is still interested, this could possibly work. I don't have that usb device myself. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 01:51 PM |