Page 1 of 1

Bluetooth not working

Posted: Mon Dec 09, 2013 2:42 pm
by kraghot
I have an Asus laptop (specifically X750JB) and I have noticed that the bluetooth doesn't seem to work.
When I ran

Code: Select all

dmeg | grep -i bluetooth 
I got

Code: Select all

dmesg | grep -i bluetooth
[   12.063002] usb 3-6: Product: Bluetooth USB Host Controller
[   12.691946] Bluetooth: Core ver 2.16
[   12.691958] Bluetooth: HCI device and connection manager initialized
[   12.691964] Bluetooth: HCI socket layer initialized
[   12.691965] Bluetooth: L2CAP socket layer initialized
[   12.691968] Bluetooth: SCO socket layer initialized
[   13.868143] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   13.868146] Bluetooth: BNEP filters: protocol multicast
[   13.868153] Bluetooth: BNEP socket layer initialized
[   13.873334] Bluetooth: RFCOMM TTY layer initialized
[   13.873339] Bluetooth: RFCOMM socket layer initialized
[   13.873340] Bluetooth: RFCOMM ver 1.11
[   15.896589] Bluetooth: Error in firmware loading err = -110,len = 448, size = 4096
[   15.896597] Bluetooth: Loading patch file failed
Using lsusb I found my bluetooth adapter

Code: Select all

Bus 003 Device 003: ID 13d3:3362 IMC Networks 
lsmod returns this:

Code: Select all

ath3k                  13318  0 
bluetooth             371874  12 bnep,ath3k,btusb,rfcomm
ath9k                 151173  0 
ath9k_common           13859  1 ath9k
ath9k_hw              444645  2 ath9k_common,ath9k
ath                    23827  3 ath9k_common,ath9k,ath9k_hw
mac80211              596969  1 ath9k
cfg80211              479757  3 ath,ath9k,mac80211
dm_multipath           22843  0 
scsi_dh                14882  1 dm_multipath
Running sudo modprobe ath3k also does nothing.
hcitool dev shows no devices


If anyone can help I would be very grateful.

Re: Bluetooth not working

Posted: Thu Apr 03, 2014 7:46 am
by bitmess
I've got this same problem, wondering if you ever got it working.