We use cookies to provide our visitors with an optimal site experience. View our privacy notice and cookie notice to learn more about how we use cookies and how to manage your settings. By proceeding on our website you consent to the use of cookies.
I am working with Buildroot, to flash an image on my STM32MP157C-DK2 I wanted to have Wi-Fi working it but I got this error:
Code:
Successfully initialized wpa_supplicant
nl80211: 'nl80211' generic netlink not found
Failed to initialize driver 'nl80211'
wlan0: Unsupported driver 'nl80211'
FAIL
I configure the interfaces and wpa_supplicant.conf files correctly normally. I don’t know wthat that means but my configuration in the menuconfig and linux-menuconfig is right (I think). Does it maybe have something to do with my target machine (the STM in this case) ?
Every Kind of Help is appreciated since I am a newby in Embedded Linux
p.s I don’t know why but it seems like the Wifi Bluetooth Card is Murata-LBEE5KL1DX-883. Maybe my Kernel configuration does not support it
That may be it otherwise I don’t see anything else related… Everything is setup correctly
But where do I enable CONFIG_BRCMFMAC ? is it in the kernel configuration or in the system configuration?
I was told that a Wi-Fi patch is available. Like I said I am not aware till now on how I am supposed to do to implement the patch but I will check the links you provided.