I have built the bt modules for 4AJ.2.1 per the release notes:
cd ${MYDROID}/hardware/ti/wpan/bluetooth-compat export KERNEL_DIR=${YOUR_PATH}/kernel/android-3.0 export KLIB=${KERNEL_DIR} export KLIB_BUILD=${KERNEL_DIR} make ARCH=arm
Basically none of the modules are loading because the bluetooth.ko is not loading. this is the error:
[ 6.585968] bluetooth: Unknown symbol __pskb_copy (err 0)
It appears that the compat module is supposed to provide backward compatibility such that even though
the kernel is 3.0 it can use __pskb_copy which is in the 3.3 compat code.
Any ideas why this is not working?
jeff