Thread
:
Unable to connect to wireless
View Single Post
tuxsavvy
2011-08-27 , 23:40
Posts: 502 | Thanked: 366 times | Joined on Jun 2010 @ /dev/null
#
7
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.
__________________
IRC
handle: psycho_oreos
3 x Nokia N900
| 2 x 32GB TopRAM microSDHC class 10 inserted in two devices | 2 x SIM cards inserted in two devices.
N900/ Nokia N900 is not a phone/smartphone! its an internet tablet with phone functionality - so quit assuming its still a phone/smartphone when it isn't!!
Help fight spam together!
WANTED: Token/Karma system staff
Quote & Reply
|
tuxsavvy
View Public Profile
Send a private message to tuxsavvy
Visit tuxsavvy's homepage!
Find all posts by tuxsavvy