Md Jahidul Hamid
Md Jahidul Hamid
Seems like your CSR does not include those subdomains. Recreating the CSR including those subdomains may help
Can you upgrade your kernel and test? kernel 4.1 may be including it's own bug. For example, can you try with kernel 4.2.\* or 4.4.0 ?
This seems reasonable enough. Is it tested in kernel 4.4? If it is, I will test it in 3.13. If no side effect is found I will consider pushing an...
> I don't consider this a "patch" me, neither. It will be in a separate alpha release for testing purposes, until we get a real solution.
@renat2985 please provide the drivers/bluetooth/btusb.c file (after being patched). And, can you upgrade your kernel?
@renat2985 Well, seems like the patch isn't applicable in kernel 3.19. Try kernel 4.4.0-24. It's easy to upgrade to this kernel in ubuntu. simply look for linux-image-4.4.0-24 and linux-headers-4.4.0-24 and...
You can try with new compiler: ```bash sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc libc6-dev ```
A bug report can be opened at https://bugzilla.kernel.org so that the kernel includes the BT patch
@Pilleo : but you still need to patch the btusb.c right? if the patch could be included in the mainline kernel, all other new releases would be fixed automatically... i.e...
@Pilleo You can refer to issue #6 for the patch and more discussion.