I take no credit for what I am about to list here.
This is all the fine work of mikka (ACR-forums) and whomever he credits for this section (muonic for instructions and Yuri Stranger for drivers).
Easy way is to go through infosite .7, if you want to do it manually (for whatever reasons) here you are.
The following drivers for RaLink chipsets can be added to the box:
- rt2570.zip (RT2500USB(RT2571/RT2572))
- rt2870.zip (RT2870USB(RT2870/RT2770))
- rt3070.zip (RT8070/RT3070USB(RT307x))
- rt3572.zip (RT3572USB)
- rt73.zip (RT2501USB(RT73:RT2571W/RT2573/RT2671))
telnet to the box and execute the following (replace xxx accordingly):
Code:
mount -o remount,rw /
mkdir /usr/local/etc/wlan
cd /usr/local/etc/wlan
wget http://playon.unixstorm.org/download/wlan/rtxxx.zip
unzip -o rtxxx.zip
mv rtxxx Ralink
cp /usr/local/bin/wpa_supplicant /usr/local/bin/wpa_supplicant.old
cp /usr/local/bin/wpa_cli /usr/local/bin/wpa_cli.old
cd Ralink
./install.sh
rm -f /usr/local/etc/wlan/rtxxx.zip
mount -o remount,ro /
To uninstall and revert your changes
Code:
mount -o remount,rw /
cd /usr/local/etc/wlan/Ralink
./remove.sh
cd /usr/local/etc/wlan
rm -R Ralink
cd /usr/local/etc
rm -R wlan
mount -o remount,ro /
Prerequisites :
- a bootcode 16 based firmware (regardless of the actual bootcode version of your box).
- room on your root partition, you mod the official firmwares to allocate more space or you can use any of the megapacks (check the semiofficial link in my signature below).
Update:
If the wget commands can't find the file you can download the whole package from here and extract whichever one you need.