| Product | Chipset | USB ID | 2.4/5ghz/Max | Security | Speed | Source |
|---|---|---|---|---|---|---|
| Fritz | Atheros | |||||
| Z-Com XG-762N | zd1211b | 079B:0062 | only 2.4ghz b/g | 12mbps | Zorander | |
| DWL.G122 | PRISM_A021 | 2001:3703 | only 2.4ghz b/g | WEP64/128 | forum | |
| D-Link DWA-110 (b/g) | rt73 | 07d1:3c07 | only 2.4ghz b/g | WPA2/AES1) | 7.8/CIFS | shadowbr |
| EDUP wireless USB Adapter 11g | Atheros | | | | 15/NFS | Hades666 |
| D-Link DWA-140 (see bottom of this page) | rt2870 | | b/g/n | WPA2/AES | 30/NFS | seb |
| Digitus DN-7043-1 (Ultra Tiny Device!) | Ralink rt3070 | 148f:3070 | b/g/n | WPA/TKIP (possibly others too) | Used with wireless-mod-rt.app.bin-1.2.4.zip |
More adapters with hardware details here
NOTE : For security reasons it is very important keep your wireless network protected with WPA2 or WPA encryption. If is not possible use strong WPA2 use WPA or WEP1282) Don't use WIRELESS open authentification access on your AP. WPA2/WPA/WEP is decrease network performance but is better have slower wireless LAN then open to criminal attacks!
rezmus' original post on avsforum can be found here
If you want wifi to start on boot, get one of the wifi adapters based on:
Download one of zorander's experimental packs with drivers for these adapter and basic tools and put on the root dir of pen/hdd with firmware.
Edit net.config in your root dir of firmware pen/hdd:
ifconfig $MDEV up iwconfig $MDEV essid your_ap_name
for wep:
ifconfig $MDEV up iwconfig $MDEV essid your_ap_name key "s:yourasciipass"
“s:” is used for ascii pass, if you think in hex you don't have to use it ;>
For wpa we need wpa_supplicant tool.
1) in the root dir of your firmware pen/hdd make a file wpa_supplicant.conf:
ctrl_interface=/tmp/wpa_supplicant
network={
ssid="your_ap_name"
# uncomment next line if your ap doesn't broadcast ssid
#scan_ssid=1
key_mgmt=WPA-PSK
psk="yourpass"
}
This is just a basic setup, if you want more than wpa-psk, want to force specific encryption algorith, etc., read very well commented config example here.
2) add to net.config
ifconfig $MDEV up wpa_supplicant -Bw -Dwext -i$MDEV -c/boot/wpa_supplicant.conf
-Dwext should be fine for Zydas, for RaLink, use -Dralink, and for Otus -Dotus should work.
Other settings (dhcp,static ip) you can set like for wired usb lan.
After boot and some time you should have working wireless, if your chipset and vid/pid are supported.
It works much better when you follow this entry in the wdtvforum.
There is quite some discussion about this chipset in this thread, however it's not very straight forward to get it working.
However, the rt2870 does work very well, I expected the CPU to permit much less then the rate I've gotten in the end, which is around 30 MBit/s over NFS.
Now, to get it work do the following:
Hints for the people who maintain all this stuff:
(Side note: I've had problems accessing my Synology NAS with NFS over the D-Link DIR-655, turning off jumbo frames at the Synology solved the problem)