Hello. I need install (to my target board) compat wireless and compat bluetooth,
I do this steps:
./wl18xx_build_bt.sh bt-modules rebuild
./wl18xx_build_ble.sh bt-modules rebuild
./wl18xx_build.sh wl18xx_modules all
./wl18xx_build.sh wl18xx_modules install
After this scripts is done a have this files in lib/modules/3.2.0+/ folder:
./updates/compat/sch_codel.ko
./updates/compat/sch_fq_codel.ko
./updates/compat/compat.ko
./updates/drivers/bluetooth/btwilink.ko
./updates/drivers/bluetooth/hci_uart.ko
./updates/drivers/bluetooth/hci_vhci.ko
./updates/drivers/net/wireless/ti/wl18xx/wl18xx.ko
./updates/drivers/net/wireless/ti/wlcore/wlcore.ko
./updates/drivers/net/wireless/ti/wlcore/wlcore_sdio.ko
./updates/net/bluetooth/bnep/bnep.ko
./updates/net/bluetooth/hidp/hidp.ko
./updates/net/bluetooth/rfcomm/rfcomm.ko
./updates/net/bluetooth/bluetooth.ko
./updates/net/rfkill/rfkill-regulator.ko
./updates/net/mac80211/mac80211.ko
./updates/net/wireless/cfg80211.ko
When device is loading WiFi modules work* but I cant load bluetooth modules. When I try to load bluetooth modules I get:
bluetooth: Unknown symbol __pskb_copy (err 0)
bluetooth: Unknown symbol compat_dependency_symbol (err 0)
How I can fix this problem?
Note:
I find 2 comapt.ko files in my build system, one in compat-wireless and second in compat-bluetooth. And this files is deffer.
$ diff compat-wireless/compat/compat.ko compat-bluetooth/compat/compat.ko
Binary files compat-wireless/compat/compat.ko and compat-bluetooth/compat/compat.ko differ
In my target I have only one comapt.ko (/lib/modules/3.2.0+/updates/compat/compat.ko)