|
2011-08-27
, 23:10
|
Posts: 502 |
Thanked: 366 times |
Joined on Jun 2010
@ /dev/null
|
#2
|
ifconfig wlan0 up
The Following User Says Thank You to tuxsavvy For This Useful Post: | ||
|
2011-08-27
, 23:17
|
Posts: 5 |
Thanked: 0 times |
Joined on Aug 2011
|
#4
|
|
2011-08-27
, 23:19
|
Posts: 5 |
Thanked: 0 times |
Joined on Aug 2011
|
#5
|
once the bleeding edge drivers are enabled, you need to disable them again and that should show wifi connections again
cd /home/user/MyDocs/wl1251-maemo/binary/compat-wireless sh unload.sh ifconfig wlan0 down ifconfig wlan0 up
|
2011-08-27
, 23:34
|
|
Posts: 400 |
Thanked: 76 times |
Joined on Nov 2009
@ uk
|
#6
|
|
2011-08-27
, 23:40
|
Posts: 502 |
Thanked: 366 times |
Joined on Jun 2010
@ /dev/null
|
#7
|
ifconfig wlan0 down iwconfig wlan0 mode managed ifconfig wlan0 up
|
2011-08-28
, 00:08
|
Posts: 5 |
Thanked: 0 times |
Joined on Aug 2011
|
#8
|
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:
You may need to wait for a few seconds before it will show any visible wireless networks.Code:ifconfig wlan0 down iwconfig wlan0 mode managed ifconfig wlan0 up
|
2011-08-28
, 00:25
|
Posts: 502 |
Thanked: 366 times |
Joined on Jun 2010
@ /dev/null
|
#9
|
The Following User Says Thank You to tuxsavvy For This Useful Post: | ||
|
2011-08-28
, 00:35
|
Posts: 5 |
Thanked: 0 times |
Joined on Aug 2011
|
#10
|
Have a little problem with my N900 and was hoping someone might be able to help me.
I installed the bleeding edge wl1251 driver for wireless, which works, although it did have to reinstall it once to get it working. Now I cant seem to connect to any wireless. No wireless networks are even displayed:
The odd thing is that not only are there wireless networks in range, but the wireless adaptor is able to detect them:
Here's an extra screenshot just incase the info helps at all:
I've already tried quite a few things. I've been through all the menus, I've tried adding the wireless network manually in Settings->Network->Internet connections, and setting it to connect automatically, I've tried things such as:
If anyone has any tips or pointers, I really would appriciate it.
Thanks.