USB ethernet adaptors

From OLPC
Revision as of 12:21, 16 March 2008 by 24.251.149.252 (talk)
Jump to: navigation, search

For OLPC development, having network connectivity is a big advantage. Wireless connectivity is less reliable than wired Ethernet, provides lower bandwidth, and is often harder to set up. There are also frequent bugs in the wireless chip and/or Sugar configuration software for wireless. It is often the best solution to use USB Ethernet adapters.

By far not all USB Ethernet adapters found e.g., on eBay work "out of the box" with the OLPC (especially the cheap USB 1.1 ones), so let's list devices that are known working here.

Keep in mind that some vendors will change the chipset in an adapter without changing its model number. Check your store's return policy before purchasing, caveat emptor.

The standard image currently contains a driver for the AX8817X chipset (please confirm, this is what my research suggests.)

These devices have been verified to be compatible:

WARNING: D-Link has an annoying tendency to silently replace the chipset in their models without changing the model name. This means that even if a particular model is known to be compatible, this might not apply to the unit you have acquired.

  • D-Link DSB-H3ETX -- pegasus driver, combo hub and Ethernet (works for cjb)
  • D-Link DUB-E100
  • D-Link DSB-650TX
  • FRITZ!Box (verified with FRITZ!Box Fon connected to XO via USB cable)
  • LinkSys USB200M - works for wiki user ywwg with updated module
  • Linksys USB200M ver. 2.1 (verified w/build 303 OTB)
  • Linksys USB200M ver. 2.0 (according to the sticker on the device on version 653 OTB)
  • Linksys USB100M - works out of the box
  • Linksys USB1000 - no reboot necessary and Gigabit [Build 656]
  • SMC 2208USB/ETH
  • AirLink101 ASOHOUSB USB 2.0 10/100Mbps (verified w/build 616)
  • Belkin USB 10/100 Ethernet adapter
  • BPI 10/100 FastEthernet (P/N BUE1M) works w/ build 656. Didn't need reboot, log reports "full-supported using driver rtl8150"
  • TRENDnet TU2-ET100. ($25 at Radio Shack.) Worked for me right out of the box (after a shutdown or two) - build 653 - bought at TigerDirect.ca (I had to phone a rep since it appeared on the US site, but not the Canadian site)
  • Zoltan Tech USB2.0 Fast Ethernet adapter XO colours shown here Available online at XOExplosion.com
  • Surecom EP-1427X-2 - works out of the box without reboot

In theory, these devices should be compatible--please confirm that they are working:

  • D-Link DUN-E100 - please confirm that this is working

[ 3/15/2008 - I can confirm that D-Link DUB-E100 (both V. A3 and A1) worked fine right out of the box with Builds 656 & 650; no reboot needed. (I'm not sure there was a model DUN-E100; I could not find reference to it on D-Link's web site.)]

  • NetGear FA120 - confirmed this is working with build 650 on 25Dec07
  • SMC 2209USB/ETH - please confirm that this is working

[ EDIT: I can confirm that the SMC 2209 works fine, build 653. ]

Source: http://www.sustworks.com/site/news_usb_ethernet.html


Bert asked (on 09:47, 24 August 2006): Wouldn't the driver sources (drivers/net/usb/asix.c) be the ultimate reference to what is supported? Right from the sources:

awk '/products/{if(p)exit;p=1};/^.\/\//{if(p)print}'
drivers/usb/net/asix.c | sed 's|.*//|*|'
  • Linksys USB200M
  • Netgear FA120
  • DLink DUB-E100
  • Intellinet, ST Lab USB Ethernet
  • Hawking UF200, TrendNet TU2-ET100
  • Billionton Systems, USB2AR
  • ATEN UC210T
  • Buffalo LUA-U2-KTX
  • Sitecom LN-029 "USB 2.0 10/100 Ethernet adapter"
  • corega FEther USB2-TX
  • Surecom EP-1427X-2
  • goodway corp usb gwusb2e
  • ASIX AX/100
  • ASIX AX/100/1000
  • Linksys USB200M Rev 2
  • 0Q0 cable ethernet

And this is only for the AX8817X chipset, there are many more drivers in drivers/usb/net/. In a current kernel config, all of them are enabled (see boot/config-2.6.17-1.2584.olpc1).

Drivers?

21:39, 20 December 2007 (EST): Maybe ether.c is helpful too?


Note: You might need to reboot your laptop after installing the adapter. This is NOT plug-and-play!
Do check before you reboot, it might already be working, as per "rtl8150" mentioned above.