dsorkin n00b
Joined: 17 Feb 2012 Posts: 6
|
Posted: Fri Feb 17, 2012 11:53 pm Post subject: Tangling b43 wireless to high level network management |
|
|
Hi,
A b43 module (ibook, airport extreme), works, since the following code
Code: |
ip link set dev wlan0 up
iw dev wlan0 connect -w SSID
|
creates a working connection (i.e. I am able to surf internet via the wireless).
But I can't cause this wlan0 to be managed by (preferable) Network manager (or wcid would be good too).
What am I missing? Those tools should have take control of the interface automatically, at least that what I observed on Debian...
Thanks,
Dima.
P.S.
Tools of the family 'iwconfig' don't detect any wireless extension, only the relatively new 'iw' knob works. |
|