I followed the instructions in the top answer here:
But got:
(Reading database ... 323177 files and directories currently installed.)
Preparing to unpack backath10k-dkms_2.0_all.deb ...
------------------------------
Deleting module version: 2.0
completely from the DKMS tree.
------------------------------
Done.
Unpacking backath10k-dkms (2.0) over (2.0) ...
Setting up backath10k-dkms (2.0) ...
Loading new backath10k-2.0 DKMS files...
First Installation: checking all kernels...
Building only for 4.4.8-040408-generic
Building for architecture x86_64
Building initial module for 4.4.8-040408-generic
ERROR (dkms apport): kernel package linux-headers-4.4.8-040408-generic is not supported
Error! Bad return status for module build on kernel: 4.4.8-040408-generic (x86_64)
Consult /var/lib/dkms/backath10k/2.0/build/make.log for more information.
I have linked the contents of the make.log in the following pastebin: http://pastebin.com/dnuAvDfE
What should I do?
EDIT: I have run 'sudo dkms remove backath10k/2.0 --all' and I got this esult: http://pastebin.com/UVyiZTLp I am still unable to connect.
EDIT: Solved! See Jeremy's comment below
dmesg | grep ath
. Welcome to askubuntu. – chili555 Apr 30 '16 at 20:43sudo dkms remove backath10k/2.0 --all
Then reboot. You must have missed my note on that answer about 16.04 users – Jeremy31 Apr 30 '16 at 20:52echo "options ath10k_core skip_otp=Y" | sudo tee /etc/modprobe.d/ath10k_core.conf
reboot – Jeremy31 Apr 30 '16 at 21:46