Author Topic: Usb Ethernet Adaptor  (Read 17437 times)

cwaig

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Usb Ethernet Adaptor
« on: January 19, 2005, 07:30:05 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....
SL5500+Origo WIFI+Pocketop Keyboard+BlueMonkey Bluetooth+IBM Microdrive+SL6000+iRiver USB host+PackardBell USB RF mini-mouse+Cheapo Kingmax USB laptop Keyboard+Dynamode USB Ethernet Adaptor
Wrote a couple of things....
IRK, SubApplet, QMode2, NetActive, SimpleEdit, zPocketScript.

nevarrie

  • Full Member
  • ***
  • Posts: 188
    • View Profile
    • http://www.thegrantclan.org
Usb Ethernet Adaptor
« Reply #1 on: January 19, 2005, 12:34:12 pm »
Quote
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....
[div align=\"right\"][a href=\"index.php?act=findpost&pid=63179\"][{POST_SNAPBACK}][/a][/div]

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...
***********************
Jeremy "Nevarrie" Grant
SL-6000L
OpenZaurus 3.5.4.1 GPE(2.6 kernel)|GrantRom 0.01(e-image clone)
Targus IR Keyborad

cwaig

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Usb Ethernet Adaptor
« Reply #2 on: January 27, 2005, 03:25:26 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: [Select]
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
« Last Edit: January 27, 2005, 03:26:05 am by cwaig »
SL5500+Origo WIFI+Pocketop Keyboard+BlueMonkey Bluetooth+IBM Microdrive+SL6000+iRiver USB host+PackardBell USB RF mini-mouse+Cheapo Kingmax USB laptop Keyboard+Dynamode USB Ethernet Adaptor
Wrote a couple of things....
IRK, SubApplet, QMode2, NetActive, SimpleEdit, zPocketScript.

cosmos7

  • Newbie
  • *
  • Posts: 15
    • View Profile
Usb Ethernet Adaptor
« Reply #3 on: March 16, 2005, 01:29:46 am »
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...

cosmos7

  • Newbie
  • *
  • Posts: 15
    • View Profile
Usb Ethernet Adaptor
« Reply #4 on: March 20, 2005, 08:07:10 pm »
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...

gvoc

  • Newbie
  • *
  • Posts: 1
    • View Profile
Usb Ethernet Adaptor
« Reply #5 on: March 31, 2005, 12:49:31 pm »
Quote
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: [Select]
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
[div align=\"right\"][a href=\"index.php?act=findpost&pid=64149\"][{POST_SNAPBACK}][/a][/div]
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

rip

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
Usb Ethernet Adaptor
« Reply #6 on: April 14, 2005, 06:54:45 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
zaurus 6000L

cwaig

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Usb Ethernet Adaptor
« Reply #7 on: April 15, 2005, 04:52:52 am »
Quote
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
[div align=\"right\"][a href=\"index.php?act=findpost&pid=75113\"][{POST_SNAPBACK}][/a][/div]

The sharp network settings stuff doesn't detect a usb ethernet adaptor unfortunately
But all is not lost - you can just do:
Code: [Select]
dhcpcd eth0from 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...)
SL5500+Origo WIFI+Pocketop Keyboard+BlueMonkey Bluetooth+IBM Microdrive+SL6000+iRiver USB host+PackardBell USB RF mini-mouse+Cheapo Kingmax USB laptop Keyboard+Dynamode USB Ethernet Adaptor
Wrote a couple of things....
IRK, SubApplet, QMode2, NetActive, SimpleEdit, zPocketScript.

termx

  • Newbie
  • *
  • Posts: 1
    • View Profile
Usb Ethernet Adaptor
« Reply #8 on: June 28, 2005, 08:34:51 pm »
Quote
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....
[div align=\"right\"][a href=\"index.php?act=findpost&pid=63179\"][{POST_SNAPBACK}][/a][/div]

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

systemparadox

  • Full Member
  • ***
  • Posts: 211
    • View Profile
    • http://www.systemparadox.co.uk
Usb Ethernet Adaptor
« Reply #9 on: July 07, 2005, 12:08:48 pm »
Any chance of a pegasus II driver for the 6k kernel?
My Site: The System Paradox (http://www.systemparadox.co.uk)

FOR SALE: Zaurus SL-C750: /Symbol Spectrum24 CF WiFi/Pilot Pentopia extending stylus (worth every penny)/Currently running Cacko.

gfdsa

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Usb Ethernet Adaptor
« Reply #10 on: July 16, 2005, 03:30:36 am »
ax8817 driver requires 2.4.21 at least, backporting means also backporting of USB stack

lutedog

  • Newbie
  • *
  • Posts: 1
    • View Profile
Usb Ethernet Adaptor
« Reply #11 on: July 25, 2005, 05:53:06 pm »
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...

the_oak

  • Sr. Member
  • ****
  • Posts: 426
    • View Profile
    • http://
Usb Ethernet Adaptor
« Reply #12 on: April 11, 2006, 11:51:54 pm »
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
« Last Edit: April 11, 2006, 11:52:51 pm by the_oak »
SL-6000L running Sharp 1.12 rom, (SOLD)
Fujitsu U820 with Windows 7
White Intel MacBook

the_oak

  • Sr. Member
  • ****
  • Posts: 426
    • View Profile
    • http://
Usb Ethernet Adaptor
« Reply #13 on: April 13, 2006, 02:39:43 pm »
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.
« Last Edit: April 13, 2006, 02:44:05 pm by the_oak »
SL-6000L running Sharp 1.12 rom, (SOLD)
Fujitsu U820 with Windows 7
White Intel MacBook