USB ethernet adaptors

From OLPC
Revision as of 16:09, 15 November 2008 by 89.49.200.48 (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] - not working for me after suspend (update.1 691, Q2D13)-danielfuhry
  • 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.) Works in build 703; no reboots/shutdowns necessary. Benanov. 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 & ILoveMyXO.com
  • Surecom EP-1427X-2 - works out of the box without reboot
  • CATC NetMate Link - works out-of-the-box on build 656, with the network adapter name as eth0 and the wireless network adapter as eth1. Reboot may be required.
  • LAN Adapter for nintendo Wii by datel ($20 at BestBuy) worked for me out of the box (just reboot) on build 703.
  • Vivanco USB Fast Ethernet Adapter USB NET-N/23428 works. No reboot required.

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

  • Conrad USB 2.0 10/100 MBit Ethernet Adapter Nr.: 97 31 19 | works fine out of the box (G1G1 XO Build 711 | http://www.conrad.com

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? This should be the case, but unfortunately is not. Many manufacturers and merchants do not coordinate with the driver maintainers, so the source code lacks the information needed to be the "ultimate reference". For example, see the warnings above about D-Link changing chipsets without notice. Nonetheless, the source code has valuable information as follows:

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.

Run ifconfig to see it working

The unix command ifconfig is great for this, but since you've probably used su in terminal, you've given yourself privileges without changing the user, hence most commands that root would have are not in your path. Get around this by putting said path, i.e. instead of

ifconfig

use

/sbin/ifconfig

and see what is and isn't doing something (in networking.) Thanks to ektoric in the forum for the path explanation http://en.forum.laptop.org/viewtopic.php?f=1329&t=151544
btw ethernet works fine after reboot with Linksys USB200M
Sunglint 18:43, 30 March 2008 (EDT) Ethernet also wroked for me using Linksys200M adapter out of the box! [Isaac Tabe]