You'll probably see the same as in your post #5, and you'll get the same reply as I have in post #12.
For some reason the driver returns data in its scan request that python's iw libs choke on.
Can you try this:
After you've installed the drivers, reboot the box. Don't do anything in Enigma, but telnet (or ssh) to the box, and issue the command
iwlist wlan0 scan
(if the interface is not called wlan0, issue the command "ifconfig" to find the name of the WLAN interface and use that instead)
and please post or attach the output here, so we can see if we can use that output to find the bug.
So... done as you told too:
- Installed the enigma2-plugin-drivers-network-usb-mt7601u_1.0-r1_all.ipk drivers;
- reboot the receiver
- when accessed the network menu, there was no wifi menu (so I assume the receiver hasnt recognized the pen even after the drivers instalation)
- even so I tried to run the commands you told and there is the respective output:
openpli 8.1-release vuzero
vuzero login: root
Last login: Thu Jan 1 01:12:56 CET 1970 on pts/0
root@vuzero:~# iwlist wlan0 scan
wlan0 Interface doesn't support scanning.
root@vuzero:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1D:EC:17:62:BE
inet addr:192.168.1.118 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21d:ecff:fe17:62be/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:835 errors:0 dropped:2 overruns:0 frame:0
TX packets:509 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:127557 (124.5 KiB) TX bytes:82823 (80.8 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:140 (140.0 B) TX bytes:140 (140.0 B)
root@vuzero:~#
So I think its not being recognized by the receiver...
Any guess?
Thanks