I have a VU + Uno with W-LAN USB Stick Vu + wireless 150Mbps Wireless Adapter 2.4 GHz (chipset,: Ralink RT3070).

I can only manually configure WLAN, LAN is forced to connect to the box, then I do I replace the following files:


1. interfaces with the following content


Code:
# automatically generated by enigma 2
# do NOT change manually!

auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet static
	address 192.168.2.100
	netmask 255.255.255.0
	gateway 192.168.2.1
	pre-up /usr/sbin/wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -B -dd -Dwext
	post-down wpa_cli terminate

iface eth0 inet dhcp

2. wpa_supplicant.conf


Code:
#WPA Supplicant Configuration by enigma2
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
fast_reauth=1
ap_scan=1
network={
	ssid="WLAN-12345678910" is changed
	scan_ssid=0
	key_mgmt=WPA-PSK
	proto=WPA RSN
	pairwise=CCMP TKIP
	group=CCMP TKIP
	psk="12345678910" is changed
}

Then I give the telnet command:


Code:
ifup wlan0

Then I reboot my box, then I have wireless reception and everything is fine.

But when I restart my Uno must go down or I'm not after you receive your wireless more.

I do not advise more unfortunately, what I could do or why.


Thank you for your help

Akki