You are not logged in.

#1 2014-12-10 15:42:00

samtech09
Member
Registered: 2014-12-10
Posts: 50

[SOLVED] Bluetooth detected but not working

Hi,
I installed arch on my new laptop. Sound, Graphics etc are working except Bluetooth.
System Settings-> Bluetooth says No Bluetooth adapters have been found.

dmesg | grep Blue gives following

[   10.026565] Bluetooth: Core ver 2.19
[   10.026576] Bluetooth: HCI device and connection manager initialized
[   10.026580] Bluetooth: HCI socket layer initialized
[   10.026581] Bluetooth: L2CAP socket layer initialized
[   10.026585] Bluetooth: SCO socket layer initialized
[   10.076714] Bluetooth: hci0: read Intel version: 370710018002030d00
[   10.103738] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[   10.307009] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated

I also tried to use bluetoothctl, but it doesn't allow me to enter any command just freezes.

hcitool dev also doesn't list device

[samtech@localhost ~]$ hcitool dev
Devices:

I tried to turn on hci0 using hciconfig, after that hcitool was able to find device but KDE still not recognizing adapter.

[samtech@localhost ~]$ sudo hciconfig hci0 up
[samtech@localhost ~]$ hcitool dev
Devices:
        hci0    80:19:34:97:4D:97

Also hciconfig hci0 up/down does not turn on/off bluetooth LED.

Can anyone help to make bluetooh working?

Last edited by samtech09 (2014-12-11 16:42:40)

Offline

#2 2014-12-10 15:48:52

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [SOLVED] Bluetooth detected but not working

Did you install bluedevil ?
Did you start the systemd service ?
What about

# journalctl -b |grep -i bluetooth

do it good first, it will be faster than do it twice the saint wink

Offline

#3 2014-12-10 16:16:59

samtech09
Member
Registered: 2014-12-10
Posts: 50

Re: [SOLVED] Bluetooth detected but not working

Hi TheSaint,

Yes i installed bluedevil.

Did you start the systemd service ?

What service i need to start?
How do it check it?

Here is output of that command

# journalctl -b |grep -i bluetooth
Dec 10 21:39:12 localhost NetworkManager[308]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so

Offline

#4 2014-12-10 16:52:13

samtech09
Member
Registered: 2014-12-10
Posts: 50

Re: [SOLVED] Bluetooth detected but not working

i posted output of that command without starting X

Here is complete output after starting X

[samtech@M4800 ~]$ journalctl -b | grep -i bluetooth
Dec 10 21:37:45 localhost kernel: Bluetooth: Core ver 2.19
Dec 10 21:37:45 localhost kernel: Bluetooth: HCI device and connection manager initialized
Dec 10 21:37:45 localhost kernel: Bluetooth: HCI socket layer initialized
Dec 10 21:37:45 localhost kernel: Bluetooth: L2CAP socket layer initialized
Dec 10 21:37:45 localhost kernel: Bluetooth: SCO socket layer initialized
Dec 10 21:37:45 localhost kernel: Bluetooth: hci0: read Intel version: 370710018002030d00
Dec 10 21:37:45 localhost kernel: Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
Dec 10 21:37:45 localhost kernel: Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
Dec 10 21:39:12 localhost NetworkManager[308]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so

Last edited by samtech09 (2014-12-10 16:52:30)

Offline

#5 2014-12-10 16:54:19

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [SOLVED] Bluetooth detected but not working

# systemctl is-enabled bluetooth

Sorry, my memory may fail a bit, command to be checked.
EDIT
If you get a negative answer you do

# systemctl enable bluetooth

This will start next boot

# systemctl start bluetooth

This will immediately start

Last edited by TheSaint (2014-12-10 16:57:40)


do it good first, it will be faster than do it twice the saint wink

Offline

#6 2014-12-10 16:59:23

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [SOLVED] Bluetooth detected but not working

I suspect NM conflicts with bluedevil. Try to disable the option in networkmanager,


do it good first, it will be faster than do it twice the saint wink

Offline

#7 2014-12-10 18:19:13

samtech09
Member
Registered: 2014-12-10
Posts: 50

Re: [SOLVED] Bluetooth detected but not working

Thanks TheSaint, Bluetooth is working now!

bluetooth service was disabled wink

But there is still a glitch. When i turn off bluetooth it doesn't turn off it's LED, means it is only turning off bluetooth at software but not the hardware.
While Debian with KDE 4.8 on same machine (dual boot) is able to turn off/on bluetooth hardware as well.

Is there something i can do to turn off bluetooth radio completely?

Offline

#8 2014-12-11 16:42:15

samtech09
Member
Registered: 2014-12-10
Posts: 50

Re: [SOLVED] Bluetooth detected but not working

The actual problem of bluetooth not working has been solved, so marking thread as SOLVED.
For the second problem 'turn on/off hardware' i will post new thread.

Thanks for your support!!

Offline

Board footer

Powered by FluxBB