Hi, I'm releasing v1.x of wireless-mod-rt.app.bin.
With additional testing and help (thanks videomilk!) I'm happy to say that most of the kinks have been ironed out.
If you've tried the previous versions and it didn't work, please try again with this version.
I've tested it with both ext3-boot 0.9.2 and WDLXTV 0.5.3.2 firmwares flashed onto my WDTV.
Pro and cons of using this app.binPros:
1. Works with both ext3-boot and WDLXTV.
2. Inbuilt WPA support (no wpa_supplicant required).
3. Latest version of drivers with more supported devices.
4. Faster to connect and more logging.
Cons:
1. Need to config XXX.dat files.
2. Not as well tested.
Setup:1. Install
ext3-boot 0.9.2 or
WDLXTV 0.5.3.2 firmware onto your WDTV.
2. Find out your wireless usb vendor id (vid) and product id (pid) by looking at messages.txt (for ext3-boot) and messages.txt.0 (for WDLXTV with
log-saver.app.bin) and search for the word
WLANeg. "[157e:300e] 1-2.2( 2.00,480m) 802.11 n
WLAN/1.0" (here the vid=157e, pid=300e)
3. Check the table below for the list of supported
Devices and note the driver name. (NB: some devices might be supported by more than 1 driver, so check all the lists and try each driver below one at a time).
4. Create a
Dat file for your device using the template and
Param file as a reference. You should fill in at least the SSID, AuthMode, EncrypType, and WPAPSK (if authenication mode is WPA).
Installation:1. Download
wireless-mod-rt.app.bin-1.2.4.zip and unzip to get wireless-mod-rt.app.bin
2. Save the wireless-mod-rt.app.bin and
Dat file (eg. RT2870STA.dat) to the root of your flash key.
3. Add the following lines to your net.config:
#one of rt61sta.dat, rt73sta.dat, RT2400.dat, RT2500STA.dat, RT2570STA.dat, RT2870STA.dat (used by rt3070 as well)
WLAN_CFG=<your device dat file>
#one of rt61.ko, rt73.ko, rt2400.ko, rt2500.ko, rt2570.ko, rt2870sta.ko, rt3070sta.ko
WLAN_LOAD=<your device driver name>
#need to bring up device?
WLAN_UP=yes
#time to sleep while waiting for wireless association
WLAN_SLEEP=1
4. Verify that you have the following files on the flash key:
/net.config
/wireless-mod-rt.app.bin
/rt61sta.dat or /rt73sta.dat or /RT2400.dat or /RT2500STA.dat or /RT2570STA.dat or /RT2870STA.dat
5. Insert flash key into WDTV and boot up.
History:1.0 Initial version
1.1 Added rt3070sta.ko (uses RT2870STA.dat) and compiled rt73.ko without debug.
1.2(.4) Fixed rt2570.ko with help from Lion999.