Hi @Kevin HUBER ,
I am trying to up the WLAN on a custom Buildroot image using the kernel configuration as follow:
[*] IP: kernel level autoconfiguration
[*] IP: DHCP support
[*] IP: BOOTP support
[*] IP: RARP support
[M] INET: socket monitoring interface
[M] The IPv6 protocol
[*] DNS Resolver support
[*] Wireless --->
[M] cfg80211 - wireless configuration API
[*] cfg80211 wireless extensions compatibility
[M] Generic IEEE 802.11 Networking Stack (mac80211)
[*] Device Drivers --->
[*] Network device support --->
[*] Wireless LAN --->
[*] Broadcom devices
[M] Broadcom FullMAC WLAN driver
this is the uploaded module:
# lsmod
Module Size Used by
b43 389120 0
mac80211 417792 1 b43
brcmutil 16384 0
tcp_diag 16384 0
sit 28672 0
libarc4 16384 1 mac80211
inet_diag 24576 1 tcp_diag
ip_tunnel 24576 1 sit
tunnel4 16384 1 sit
cfg80211 327680 2 b43,mac80211
ipv6 372736 19 sit
but i canoot see wlan0 interface, any help?
Thank you