I am trying to get bluetooth working on an Asus N73SV.
When I open system settings and go to bluetooth all options are grayed out and "No bluetooth adapter found" is displayed.
Output from bluetoothd -nd:
Code:
hans@boson:~$ sudo bluetoothd -nd
bluetoothd[4444]: Bluetooth daemon 4.99
bluetoothd[4444]: src/main.c:parse_config() parsing main.conf
bluetoothd[4444]: src/main.c:parse_config() discovto=0
bluetoothd[4444]: src/main.c:parse_config() pairto=0
bluetoothd[4444]: src/main.c:parse_config() pageto=8192
bluetoothd[4444]: src/main.c:parse_config() auto_to=60
bluetoothd[4444]: src/main.c:parse_config() name=%h-%d
bluetoothd[4444]: src/main.c:parse_config() class=0x000100
bluetoothd[4444]: src/main.c:parse_config() discov_interval=30
bluetoothd[4444]: src/main.c:parse_config() Key file does not have key 'DeviceID'
D-Bus setup failed: Name already in use
bluetoothd[4444]: Unable to get on D-Bus
Output from lsusb:
Code:
hans@boson:~$ sudo lsusb
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 002: ID 1b1c:1a03
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 13d3:5205 IMC Networks
dmesg:
Code:
hans@boson:~$ dmesg | grep -i bluetooth
[ 23.424380] Bluetooth: Core ver 2.16
[ 23.424464] Bluetooth: HCI device and connection manager initialized
[ 23.424466] Bluetooth: HCI socket layer initialized
[ 23.424468] Bluetooth: L2CAP socket layer initialized
[ 23.424474] Bluetooth: SCO socket layer initialized
[ 23.464593] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 23.464596] Bluetooth: BNEP filters: protocol multicast
[ 82.074850] Bluetooth: RFCOMM TTY layer initialized
[ 82.074854] Bluetooth: RFCOMM socket layer initialized
[ 82.074855] Bluetooth: RFCOMM ver 1.11
lsmod:
Code:
hans@boson:~$ lsmod | grep -i bluetooth
bluetooth 298929 10 bnep,rfcomm
rfkill 21384 7 cfg80211,bluetooth,asus_wmi
Linux version:
Code:
hans@boson:~$ uname -a
Linux boson.localdomain 3.5.4-1.fc17.x86_64 #1 SMP Mon Sep 17 15:03:59 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
I've been searching the web but didn't find a solution.