I tried "sudo depmod -a", nothing happens.
"sudo modprobe 8723bu.ko" adds this:
[ 251.697366] cfg80211: Calling CRDA to update world regulatory domain
[ 251.826876] RTL871X: module init start
[ 251.826922] RTL871X: rtl8723bu v4.3.6.11_12942.20141204_BTCOEX20140507-4E40
[ 251.826938] RTL871X: rtl8723bu BT-Coex version = BTCOEX20140507-4E40
[ 252.146308] RTL871X: rtw_ndev_init(wlan0)
[ 252.154611] usbcore: registered new interface driver rtl8723bu
[ 252.154647] RTL871X: module init ret=0
[ 254.851539] cfg80211: Calling CRDA to update world regulatory domain
[ 258.011540] cfg80211: Calling CRDA to update world regulatory domain
[ 261.171540] cfg80211: Calling CRDA to update world regulatory domain
[ 264.331589] cfg80211: Calling CRDA to update world regulatory domain
[ 267.491559] cfg80211: Calling CRDA to update world regulatory domain
[ 270.651615] cfg80211: Calling CRDA to update world regulatory domain
[ 273.811541] cfg80211: Calling CRDA to update world regulatory domain
[ 276.971536] cfg80211: Calling CRDA to update world regulatory domain
[ 280.131585] cfg80211: Calling CRDA to update world regulatory domain
[ 283.291605] cfg80211: Calling CRDA to update world regulatory domain
[ 286.451531] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
Should I be worried?
But the best thing, IT DOES WORK!!! I am now connected to a WPA-network
What is the correct way to load the driver? I guess i should create a tcz, but how should I design the package to load the driver during boot? I cannot find any documentation of best practice for driver tcz.
Johan