Hello all,
i don't understand how to work with kernel config.
My goal is to build x86_64 img with support of RTL_CARDS. (15.05 Openwrt)
I made build for atheros card and wifi is working perfect, but i need also to build img for rtl8821AE.
How to make it correct?
i tried in such way:
make kernel_menuconfig -> Networking support -> Wireless ->
cfg80211 - wireless configuration API -> Y
Generic IEEE 802.11 Networking Stack (mac80211) -> Y
Device Drivers -> Network device support -> Wireless LAN -> Realtek rtlwifi family of devices -> Y
Realtek RTL8821AE/RTL8812AE Wireless Network Adapter (NEW) -> Y
Than i've got many such messages during the boot:
[ 15.022840] aead: exports duplicate symbol aead_geniv_alloc (owned by kernel)
[ 15.054111] cfg80211: exports duplicate symbol __cfg80211_alloc_event_skb (owned by kernel)
[ 15.083102] crypto_blkcipher: exports duplicate symbol __ablkcipher_walk_complete (owned by kernel)
And such message:
rtlwifi: Firmware rtlwifi/rtl8821aefw.bin not available
So, my card is not working.
What i do wrong?