View Single Post
Posts: 5 | Thanked: 0 times | Joined on Aug 2011
#8
Originally Posted by tuxsavvy View Post
The default mode for bleeding-edge drivers is managed mode. Which means that it should be able to scan (and connect) nearby visible wireless networks without one having to use stock drivers or do anything else really.

cvsouth: I'm still confused about your screenshots. The second image shows you using airodump-ng. You do realise that airodump-ng turns your wireless interface into monitor mode and that renders osso-wlan to not work? osso-wlan (as I understand it) depends on the output of iwlist scan. If iwlist scan is issued whilst the interface (wlan0) the output would be null as it cannot send data whilst in monitor mode.

If you used airodump-ng and you want osso-wlan to show you all the APs visible then you will need to manually switch the interface from monitor back to managed:
Code:
ifconfig wlan0 down
iwconfig wlan0 mode managed
ifconfig wlan0 up
You may need to wait for a few seconds before it will show any visible wireless networks.
I tried iwlist scan, and sure enough there was some problem:



So I followed your instructions and it was looking really hopeful:



But even after 10 minutes there was no sign of anything in the connections UI. I rebooted the phone and it went back to not working (iwlist scan), as in the first picture of this post. I repeated the same commands with the same outcome. Still no luck.......

Last edited by cvsouth; 2011-08-28 at 00:27. Reason: Spelling