1. Download firmware drivers from
http://sourceforge.net/projects/rt2400 to /tmp
2. Open a terminal
3. Go to /tmp and unpack the tarball
cd /tmp
tar -xzf rt73-cvs-daily.tar.gz
4. Change directories
cd rt73-cvs-2009041204
5. Follow instructions in README file:
* Firmware file (rt73.bin)
The rt73 chipset uses a firmware file which is loaded in device
memory using the kernel firmware_class facility. 'make install'
copy the firmware file to the standard firmwares location:
/lib/firmware. sudo mkdir -p /lib/firmware
sudo cp Module/rt73.bin /lib/firmware
6. Bring up the interface
sudo ifconfig wlan0 up
7. Check that it's working
ifconfig wlan0
You should see something similar to this:
wlan0 Link encap:Ethernet HWaddr 00:11:F3:06:18:5E
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
8. Add /lib/firmware to /opt/.filetool.list
echo lib/firmware >> /opt/.filetool.list
9. Do a backup
Control Panel > Backup/Restore