Comment 17 for bug 1502781

Revision history for this message
P.L. Lucas (selairi) wrote :

I'm still testing over Ubuntu 15.10, kernel 4.2.0. It has problems with WiFi.

If have tested using the last version of:

sudo add-apt-repository ppa:hanipouspilot/bluetooth
sudo apt-get update
sudo apt-get install btusb-lp1502781-dkms

Previous version with supplied headers works OK (bluetooth and wifi). Only one file is different. I have check that btintel.h header is different. This header is from kernel 4.3.

In order to fix this bug in kernel 4.2 (use attached files) :

1- Install btusb-lp1502781-dkms_0.1_all.deb

2- Copy btbcm.h, btintel.h and btrtl.h to "/var/lib/dkms/btusb-lp1502781/0.1/build"

3-
sudo make
sudo make install

4- Reboot the computer.

Then Bluetooth and WiFi works OK.

Thanks to Pilot6 the good work.