Hello everybody,
I prepared this short list of files to help newbies as me to configure the WDTV gen1 in wireless.
This is what I have on my disk:
Firmware:
- WDLXTV 0.5.8.1 (great B-RAD)
Bin files:
- log-saver.app.bin (to store the logs)
- nfs.app.bin (to enable folder sharing)
- pure-ftpd.app.bin (to enable access via FTP)
- samba.app.bin (if you like samba server)
- wireless-mod-rt.app.bin (wireless connection, I was not able to use my device with wireless-mod-wdlxtv.app.bin)
I am using the usb wifi key provided with vodafone tv connect, [148f:3070] 1-2( 2.00,480m) 802.11 n WLAN/1.0
- Ethernet connection, it works without any change using D-Link DUB-E100 --> http://www.dlink.com/products/?pid=133
Configuration files:
- net.config
# Network configuration file
HOST=wdtv
DHCP=yes
WLAN_CFG=RT2870STA.dat
WLAN_LOAD=rt3070sta.ko
WLAN_UP=yes
WLAN_SLEEP=1
ifconfig $MDEV up
wpa_supplicant -Bw -Dwext -i$MDEV -c/boot/wpa_supplicant.conf
- net.mounts
# Mount a NFS share, where y is the drive shared with haveWin
#xmount 192.168.0.119:/y/Films Films nfs
- RT2870STA.dat
[Default]
CountryRegion=0
CountryRegionABand=7
WirelessMode=0
SSID=<network_SSID>
NetworkType=Infra
Channel=0
AuthMode=WPA2PSK
EncrypType=AES
DefaultKeyID=1
Key1Type=0
Key1Str=
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
WPAPSK=<secret key (text or ascii mode)>
TxBurst=0
PktAggregate=0
TurboRate=0
WmmCapable=0
AckPolicy=0;0;0;0
BGProtection=0
IEEE80211H=0
TxRate=12
RTSThreshold=2347
FragThreshold=2346
PSMode=CAM
TxPreamble=0
AdhocOfdm=0
FastRoaming=0
RoamThreshold=70
- wpa_supplicant.conf
ctrl_interface=/tmp/wpa_supplicant
network={
ssid="<network_SSID>"
# uncomment next line if your ap doesn't broadcast ssid
#scan_ssid=1
key_mgmt=WPA-PSK
psk="<secret key (text or ascii mode)>"
}
see http://wdtvforum.com/main/index.php?topic=1029.0 for list of usb wireless devices



