On Wed, Jul 2, 2014 at 7:06 AM, <[email protected]> wrote: > Hi, > > I bought a miniature WiFi (802.11b/g/n) module a while ago, and cannot make > it works with my BeagleBone. > > I tried to troubleshoot the problem with Adafruit guys, but it looks like > the problem would be linked to the USB dongle of the BeagleBone. > > Here is the log: > > root@beaglebone:~# dmesg > [ 0.000000] Booting Linux on physical CPU 0x0 > [ 0.000000] Initializing cgroup subsys cpu > > Does it look like a hardware malfunction of my BeagleBone ?
Nah, based on that dmesg, it looks like a user problem: [ 10.634998] rtlwifi: disagrees about version of symbol ieee80211_unregister_hw [ 10.635011] rtlwifi: Unknown symbol ieee80211_unregister_hw (err -22) [ 10.635086] rtlwifi: disagrees about version of symbol ieee80211_rx_irqsafe [ 10.635099] rtlwifi: Unknown symbol ieee80211_rx_irqsafe (err -22) Your boot image (zImage/uImage) was built against a different source then your /lib/modules/(kernel version) Fix that first. (match your zImage/uImage with your modules) Regards, -- Robert Nelson http://www.rcn-ee.com/ -- 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/d/optout.
