I have new Lenovo Z50-70 with NVIDIA 820M graphics card. I am using 340v driver for it.
Bluetooth is not working, it says bluetooth is disable while wifi is working fine
output of lsusb; lsmod | grep bluetooth; dmesg | grep firmware
is:
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 0cf3:3004 Atheros Communications, Inc.
Bus 002 Device 003: ID 5986:055e Acer, Inc
Bus 002 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
bluetooth 446409 12 bnep,ath3k,btusb,rfcomm
6lowpan_iphc 18702 1 bluetooth
[ 14.491624] Bluetooth: Error in firmware loading err = -110,len = 448, size = 4096
/etc/rc.local
file and change it fromsleep 10
tosleep 30
then save, exit, and reboot – Jeremy31 Mar 08 '15 at 12:09sudo apt-get install --install-recommends linux-generic-lts-utopic xserver-xorg-lts-utopic libgl1-mesa-glx-lts-utopic libegl1-mesa-drivers-lts-utopic
You may have to enable proposed repository in software and updates and do anothersudo apt-get update && sudo apt-get upgrade
and a reboot to get 3.16.0-32 loaded. If you need bluetooth to work in Win, go to lenovo.com and see if you can download the Qualcom bluetooth drivers – Jeremy31 Mar 13 '15 at 10:22modprobe ath3k
but no use, i had to restart computer to get it working, i am using linux kernel v3.19 – Alex Jones Apr 08 '15 at 16:00sudo modprobe -r ath3k
thensudo modprobe ath3k
– Jeremy31 Apr 08 '15 at 21:39