[solved] B2 as wificlient not working after update to 2.4.1
Posted: 08 Apr 2012, 04:05
Hi!
I have been using the B2 as a wireless device to an access point with now problem until I decided to upgrade to the 2.4.1 release. After the reinstall where I choose to not partition or format the /home storage I am unable to get B2 to work as a wificlient. It does work as an AP so the hardware is still intact.
Since it was a long time ago I did setup the B2 as a wifi client I did not remember every step I did take so now I just followed the guide in the wiki http://wiki.excito.org/wiki/index.php/C ... cess_point
. The problem comes when I run the ifup wlan0. The result I do get is this
My setting in the interfaces files look like this
An iwconfig after an ifup wlan0 gives only
I am running out of ideas to test so some help would be appreciated
I have been using the B2 as a wireless device to an access point with now problem until I decided to upgrade to the 2.4.1 release. After the reinstall where I choose to not partition or format the /home storage I am unable to get B2 to work as a wificlient. It does work as an AP so the hardware is still intact.
Since it was a long time ago I did setup the B2 as a wifi client I did not remember every step I did take so now I just followed the guide in the wiki http://wiki.excito.org/wiki/index.php/C ... cess_point
. The problem comes when I run the ifup wlan0. The result I do get is this
I have search through all logs but I can not find any useful information.root@b2:~# ifup wlan0
ioctl[SIOCSIWMODE]: Operation not supported
Could not configure driver to use managed mode
ioctl[SIOCGIWRANGE]: Operation not supported
ioctl[SIOCGIWMODE]: Operation not supported
ioctl[SIOCSIWAP]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
My setting in the interfaces files look like this
I have tried removing the proto and wpa-driver settings to no avail.iface wlan0 inet static
address 192.168.0.2
gateway 192.168.0.1
netmask 255.255.255.0
proto RSN
wpa-driver wext
wpa-key-mgmt WPA-PSK
wpa-psk good_password
wpa-ssid MyNiceSid
An iwconfig after an ifup wlan0 gives only
While an iw wlan scan actually does list all ap:s but an iw wlan link says that no link is up.wlan0 no wireless extensions.
I am running out of ideas to test so some help would be appreciated