BerliOS Logo

at76_usb - Linux driver for Atmel AT76C503/AT76C505 based USB WLAN adapters

This page was recently changed, you may find the old page here.

This is another driver for the Atmel AT76C503A based USB WLAN adapters. We are developing this driver in private. We are not associated with Atmel, or any cooperation that builds devices with this chip.

Currently, the driver has some limitations:

It has been tested with the usb host controller drivers usb-uhci, uhci and usb-ohci. It also works with more than one adapter on one host.

Quickstart

  1. Ensure you have kernel sources matching the kernel you want to compile for (incl. the correct configuration).

  2. Get either the latest released driver source, 0.17, or the latest cvs tarball. A kernel 2.6.x support is in 0.16 already. Kernel 2.4 support is dropped in 0.13, please use 0.12 for it

  3. Compile and install (as root):

          make
          make install
    
  4. Plug the device in and watch the syslog; if you see lines like:

          at76c503.c: device's MAC 00:08:a1:42:9c:d9, regulatory domain ETSI (Europe - (Spain+France) (id 48)
          at76c503.c: registered wlan0
    

    the driver started successfully.

  5. Set the wireless parameters and open the netdevice:

          iwconfig wlan0 essid your_ssid mode your_mode
          ifconfig wlan0 your_ipaddr
          
    
  6. Try to ping etc. your peer.

In case of any problems check the more extensive description.

Why to use this one (and not the Sourceforge driver)?

This is my (J.A.) completely personal view:

The internal structure of the Sourceforge driver needed a complete rewrite which was IMHO not possible inside the Sourceforge project. Sorry for the confusion this second project caused for you.

Known bugs in version 0.11

Links


Haftungshinweis: Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für die Inhalte externer Links. Für den Inhalt der verlinkten Seiten sind ausschließlich deren Betreiber verantwortlich.
Jörg Albert j_o_e_r_g_._a_l_b_e_r_t_@_g_m_x_._de (remove underlines !)

© 2003,2004 Jörg Albert, last update 03.02.2004 All rights reserved. All trademarks are the property of their respective owners.