Hello Beagles!

I've been working on building my own kernel using this guide:

http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel

And I've got it working mostly except from the wifi driver.
I'm using the rtl8192cu chipset over USB and the modules loads and finds
the device
but when I do: iwconfig wlan0 essid <WIFINAME>

I get this in dmesg:

[   75.515169] rtl8192cu: MAC auto ON okay!
[   75.546583] rtl8192cu: Tx queue select: 0x05
[   75.928931] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  109.239494] wlan0: authenticate with 00:25:9c:4d:25:8e
[  109.273784] wlan0: send auth to 00:25:9c:4d:25:8e (try 1/3)
[  109.275778] wlan0: authenticated
[  109.279173] wlan0: associate with 00:25:9c:4d:25:8e (try 1/3)
[  109.284660] wlan0: RX AssocResp from 00:25:9c:4d:25:8e (capab=0x401
status=0 aid=4)
[  109.285302] wlan0: associated
[  109.288157] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  109.289127] wlan0: disassociating from 00:25:9c:4d:25:8e by local choice
(reason=3)
[  109.315802] wlan0: deauthenticating from 00:25:9c:4d:25:8e by local
choice (reason=3)
[  117.704790] wlan0: authenticate with 00:25:9c:4d:25:8e
[  117.719241] wlan0: send auth to 00:25:9c:4d:25:8e (try 1/3)
[  117.721346] wlan0: authenticated
[  117.723125] wlan0: associate with 00:25:9c:4d:25:8e (try 1/3)
[  117.747224] wlan0: RX AssocResp from 00:25:9c:4d:25:8e (capab=0x401
status=0 aid=4)
[  117.747838] wlan0: associated
[  117.748565] wlan0: disassociating from 00:25:9c:4d:25:8e by local choice
(reason=3)
[  117.766899] wlan0: deauthenticating from 00:25:9c:4d:25:8e by local
choice (reason=3)

Can anyone tell me whats wrong?

Thanks!
/Jacob

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to