WLanManager 0.1 beta for IPBOXHD

Status
Not open for further replies.

juli13

Staff member
Administrator
Messages
10,198
Code:
	WLanManager 0.1 Beta for Cubero Ipbox HD Enigma2 
by ipbox2008 

before proceeding to make sure your pen is compatible with the wireless chip Zydas 
Zydas ZD1211 here Supported devices - Linux Wireless 
found the list on the zd1211 driver or zd1211b (possibly to edit / etc / init.d / wlan.sh) 

Instructions: 

telnet-ipdeldecoder 
-cd / tmp 
-copy with a ftp program (like fzilla) wlan_ipboxHD.tar.gz the file in / tmp 
-copy with a ftp program (like fzilla) inst.sh the file in / tmp 
-give permission to the file inst.sh 755 (chmod 755 / tmp / inst.sh) 
-run. / inst.sh ---> this part of the automatic startup of the default wlan disabled 
in / var / etc / rcS_user.sh. 
It should be activated at the end of WLanManager plugin (plugins blue button) 

Before you activate it, however, you must configure the features of your wireless network (at least those!) 
(in the next release I'll put in the menu of the plugin). 

-you have to edit the file / etc / wpa_supplicant.conf entering: 

-type network 
[Take for example the various types (WEP, WPA, WPA2) and model-related files in the same folder] 
-the name of your wireless network, 
-password access to your network wlan. 

-you have to edit the file / etc / init.d / wlan.sh: 

instead of these parameters 

IP_ADDR = 192.168.2.109 
MASK = 255.255.255.0 
GW = 192.168.2.1 
NameServer = 192.168.2.1 

Put those compatible with your network 
(normally 192.168.1.10x, 255.255.255.0, 192.168.1.1) 
(these parameters also put them in the menu ... it is a BETA version!) 

-reboot the box 
-go with the blue button in the plugins menu and activate the autostart WLanManager 
-restart for the last time and you should have the wireless working 


Check if you like, what happens in the log / var / log / wlan.log

Thanks ipbox2008
 
Status
Not open for further replies.
Top