Using the GPLed linux driver with the Belkin F5D6050 Adapter.

(Atmel AT76C503A based wireless usb device)

Go to my main wireless page for pictures.... this all needs an update which I will get to doing where time permits!

If you have a Netgear MA101 USB device, try  http://www.mckinney.co.nz/wireless/gpl-driver.html for more information.

What you need:

Getting and compiling the driver

By CVS

  1. You need cvs installed for this. Its on the RedHat install CDs if its not installed already.
  2. make a directory to put the code in. go into that directory
  3. run: cvs -z3 -d:pserver:anonymous@cvs.atmelwlandriver.sourceforge.net               :/cvsroot/atmelwlandriver co atmelwlandriver    as one line.

This will download the source code. (if prompted for a password, just hit Enter)

From here

You can download an "old" file from here (atmelandriver.tgz - 604Kb) if you prefer the CVS tarball I used.

  1. Go into the atmelwlandriver directory
  2. Run: make config
  3. select the following options:
  4. run: make install
  5. run: depmod -a (ignore any errors - there is a patch out to solve this, but it isn't on this site)

Making it work

Sep 17 23:32:19 machine kernel: usb.c: registered new driver usbvnetr
Sep 17 23:32:19 machine kernel: usb_vnet_probe: usb vendor/product=d5c/a002
Sep 17 23:32:22 machine kernel: vnet_kernel.c: Reseting Usb Device
Sep 17 23:32:22 machine kernel:
Sep 17 23:32:22 machine kernel: vnet_kernel.c: Reset completed.
Sep 17 23:32:22 machine kernel: Reg Domain
Sep 17 23:32:22 machine kernel: usbvnetr: driver version 1.0.1, compiled Sep 17 2002 23:29:29 (dbg_mask x0)
Sep 17 23:32:22 machine kernel: MAC addr 00:30:XX:XX:XX:XX firmware 0.90.2.140
Sep 17 23:32:22 machine kernel: Multicast is enabled
Sep 17 23:32:22 machine kernel: vnetusba.c: usb eth1 initialized and registered
Sep 17 23:32:22 machine /etc/hotplug/net.agent: invoke ifup eth1

lvnet.jpg (21047 bytes)

ifconfig <interface alias> up

ifconfig <interface alias> <ip address> netmask <netmask> then 

route add default gw <default gateway ip address>

back to the main page