You are not logged in.

#1 2021-11-27 05:49:32

Crylia
Member
Registered: 2021-11-27
Posts: 8

Bluetooth not working

For some reason bluetooth isnt working for me, It worked on Ubuntu no problem but not under Arch.

When typing bluetoothctl power on it just prints No default controller available. I tried all the fixed from the wiki and various websited but no luck.

journalctl -b | grep Bluetooth gives me this result:

Nov 27 00:47:52 YoRHa kernel: Bluetooth: Core ver 2.22
Nov 27 00:47:52 YoRHa kernel: Bluetooth: HCI device and connection manager initialized
Nov 27 00:47:52 YoRHa kernel: Bluetooth: HCI socket layer initialized
Nov 27 00:47:52 YoRHa kernel: Bluetooth: L2CAP socket layer initialized
Nov 27 00:47:52 YoRHa kernel: Bluetooth: SCO socket layer initialized
Nov 27 00:47:53 YoRHa kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Nov 27 00:47:53 YoRHa kernel: Bluetooth: hci0: Boot Address: 0x24800
Nov 27 00:47:53 YoRHa kernel: Bluetooth: hci0: Firmware Version: 5-39.21
Nov 27 00:47:53 YoRHa kernel: Bluetooth: hci0: Firmware already loaded
Nov 27 00:47:53 YoRHa systemd[1]: Starting Bluetooth mesh service...
Nov 27 00:47:53 YoRHa systemd[1]: Starting Bluetooth service...
Nov 27 00:47:53 YoRHa bluetoothd[483]: Bluetooth daemon 5.62
Nov 27 00:47:53 YoRHa systemd[1]: Started Bluetooth service.
Nov 27 00:47:53 YoRHa kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Nov 27 00:47:53 YoRHa kernel: Bluetooth: BNEP filters: protocol multicast
Nov 27 00:47:53 YoRHa kernel: Bluetooth: BNEP socket layer initialized
Nov 27 00:47:53 YoRHa bluetoothd[483]: Bluetooth management interface 1.21 initialized
Nov 27 00:47:53 YoRHa systemd[1]: Started Bluetooth mesh service.
Nov 27 00:47:53 YoRHa systemd[1]: Reached target Bluetooth Support.

trying to unload and reload the kernel with rmmod btusb / modprobe btusb gives me this result in journalctl:

Nov 27 06:37:21 YoRHa systemd[1]: Stopping Bluetooth service...
Nov 27 06:37:21 YoRHa systemd[1]: Stopped Bluetooth service.
Nov 27 06:37:21 YoRHa systemd[1]: Starting Bluetooth service...
Nov 27 06:37:21 YoRHa bluetoothd[102242]: Bluetooth daemon 5.62
Nov 27 06:37:21 YoRHa systemd[1]: Started Bluetooth service.
Nov 27 06:37:21 YoRHa bluetoothd[102242]: Bluetooth management interface 1.21 initialized
Nov 27 06:37:51 YoRHa kernel: Bluetooth: hci0: urb 00000000977241c6 failed to resubmit (2)
Nov 27 06:37:51 YoRHa systemd[1]: Stopped target Bluetooth Support.
Nov 27 06:37:55 YoRHa kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Nov 27 06:37:55 YoRHa kernel: Bluetooth: hci0: Boot Address: 0x24800
Nov 27 06:37:55 YoRHa kernel: Bluetooth: hci0: Firmware Version: 5-39.21
Nov 27 06:37:55 YoRHa kernel: Bluetooth: hci0: Firmware already loaded
Nov 27 06:37:55 YoRHa systemd[1]: Reached target Bluetooth Support.
Nov 27 06:37:55 YoRHa systemd[755]: Reached target Bluetooth.
Nov 27 06:37:56 YoRHa kernel: Bluetooth: RFCOMM TTY layer initialized
Nov 27 06:37:56 YoRHa kernel: Bluetooth: RFCOMM socket layer initialized
Nov 27 06:37:56 YoRHa kernel: Bluetooth: RFCOMM ver 1.11

Its a bit different but I have no idea if its any helpfull.

Also I currently use the bluez-utils-compact from the AUR since it was mentioned as a possible fix, but when with the bluez-utils package it doesnt work.

Now I ran out of options so I'm asking here for help

Offline

#2 2021-11-27 08:36:10

jonno2002
Member
Registered: 2016-11-21
Posts: 684

Re: Bluetooth not working

try stopping the bluetooth service and blocking the bluetooth controller with rfkill, then unblock it again and start bluetooth service and then power on.

sudo systemctl stop bluetooth
sudo rfkill block bluetooth
sudo rfkill unblock bluetooth
sudo systemctl start bluetooth
bluetoothctl power on

if that doesnt work what is the output of:

bluetoothctl list

and

bluetoothctl show

and i guess

rfkill

Offline

#3 2021-11-27 11:02:59

Crylia
Member
Registered: 2021-11-27
Posts: 8

Re: Bluetooth not working

I tried that as well, forgot to add it. Didnt work either hmm

The output is exactly nothing

Last edited by Crylia (2021-11-27 11:03:19)

Offline

#4 2021-11-27 11:41:49

jonno2002
Member
Registered: 2016-11-21
Posts: 684

Re: Bluetooth not working

hmm you might have to try different kernel versions and/or bluez versions till you find the culprit

Offline

Board footer

Powered by FluxBB