I have the follow problem. I need to recompile the module btusb to able the bluetooth with this patch When I finally run the patch the module didn't loaded:
$ lsmod | grep bluetooth
bluetooth 557056 10 btrtl,btintel,bnep,btbcm
I did try to load the module manually and give me this error:
$ sudo modprobe btusb
modprobe: ERROR: could not insert 'btusb': Exec format error
The last thing I did try was compile and load the vanilla code but displayed the same error.
Can be a bug in the source code from btusb? If the answer is yes, I will to report the bug on launchpad, but I posted here first to be sure. I gave more info here
Thanks for advanced.
Update: more info about the module:
$ modinfo btusb | egrep 'filename|vermagic'
filename: /lib/modules/4.10.0-20-generic/kernel/drivers/bluetooth/btusb.ko
vermagic: 4.10.8 SMP mod_unload
modinfo btusb | egrep 'filename|vermagic'
– Jeremy31 May 15 '17 at 11:45