Wireless for Premium and Premium+
Thanks to
joseba for providing and compiling driver !
Download archive attached to my post, unzip it, and transfer whole folder wlan by FTP to /tmp folder on Your receiver
Connect to Your receiver by telnet and execute this commands :
mkdir -p /etc/Wireless/RT61STA
cd /tmp
cp /tmp/wlan/rt2561.bin /etc/Wireless/RT61STA/
cp /tmp/wlan/rt2561s.bin /etc/Wireless/RT61STA/
cp /tmp/wlan/rt2661.bin /etc/Wireless/RT61STA/
cp /tmp/wlan/rt61sta.dat /etc/Wireless/RT61STA/rt61sta.dat
dos2unix /etc/Wireless/RT61STA/rt61sta.dat
cd /lib/modules/2.6.22.19-19-the_ripper/kernel/
mkdir drivers
cd drivers
mkdir net
cd net
mkdir wireless
cp /tmp/wlan/rt61.ko /lib/modules/2.6.22.19-19-the_ripper/kernel/drivers/net/wireless
modprobe rt61
cd /tmp
wget
http://oozoon-dreamboxupdate.de/open...-r5_mipsel.ipk
ipkg install wireless-tools_29-r5_mipsel.ipk ( If error appear dont worry )
ifconfig ra0 192.168.1.22 up ( my gateway is 192.168.1.1, so i put ifconfig ra0 192.168.1.22 up )
iwlist ra0 scanning ( this will list available networks in your range )
output will be something like this :
Code:
root@AZBox:/tmp# iwlist ra0 scanning
ra0 Scan completed :
Cell 01 - Address: 00:0C:21:16:DD:2A
Mode:Managed
ESSID:"HomeLan"
Channel:6
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Quality:82/100 Signal level:-57 dBm Noise level:-111 dBm
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
iwconfig ra0 essid HomeLan
iwconfig ra0 mode Managed
iwconfig ra0 channel 6 ( as my network broadcast on channel 6, in Your case choose what is appropriate for Your network ).
iwconfig ra0 key s:mywpakey (mywpakey will be your network key ).
Result is when i ping it from my pc :
MickeySa:~ mickey$ ping 192.168.1.22
PING 192.168.1.22 (192.168.1.22): 56 data bytes
64 bytes from 192.168.1.22: icmp_seq=0 ttl=64 time=5.569 ms
64 bytes from 192.168.1.22: icmp_seq=1 ttl=64 time=3.591 ms
64 bytes from 192.168.1.22: icmp_seq=2 ttl=64 time=1.501 ms
64 bytes from 192.168.1.22: icmp_seq=3 ttl=64 time=1.637 ms
64 bytes from 192.168.1.22: icmp_seq=4 ttl=64 time=1.649 ms
64 bytes from 192.168.1.22: icmp_seq=5 ttl=64 time=1.738 ms
64 bytes from 192.168.1.22: icmp_seq=6 ttl=64 time=1.533 ms
64 bytes from 192.168.1.22: icmp_seq=7 ttl=64 time=1.795 ms
64 bytes from 192.168.1.22: icmp_seq=8 ttl=64 time=1.754 ms
64 bytes from 192.168.1.22: icmp_seq=9 ttl=64 time=1.649 ms
Thats all, soon GUI version.
This procedure works also with Elite model, which have WiFi stick with this RT chipset