Bluetooth suddenly stopped working

I was listening to some music and the headphones just suddenly stopped working. So I tried to see what’s up, and I can’t enable bluetooth anymore.

inxi --bluetooth
---
Bluetooth:
  Device-1: Intel Bluetooth wireless interface driver: btusb type: USB
  Report: btmgmt ID: hci0 state: up address: N/A
rfkill list
---
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
systemctl status bluetooth
---
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Tue 2024-08-06 01:05:25 CDT; 5min ago
 Invocation: 9591e70a304c4606bd86249cfc693872
       Docs: man:bluetoothd(8)
   Main PID: 881 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 18968)
     Memory: 3.1M (peak: 3.6M)
        CPU: 33ms
     CGroup: /system.slice/bluetooth.service
             └─881 /usr/lib/bluetooth/bluetoothd

Aug 06 01:05:25 pavilion bluetoothd[881]: src/plugin.c:init_plugin() System does not support mcp plugin
Aug 06 01:05:25 pavilion bluetoothd[881]: src/plugin.c:init_plugin() System does not support vcp plugin
Aug 06 01:05:25 pavilion bluetoothd[881]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Aug 06 01:05:25 pavilion bluetoothd[881]: src/plugin.c:init_plugin() System does not support micp plugin
Aug 06 01:05:25 pavilion bluetoothd[881]: src/plugin.c:init_plugin() System does not support ccp plugin
Aug 06 01:05:25 pavilion bluetoothd[881]: src/plugin.c:init_plugin() System does not support csip plugin
Aug 06 01:05:25 pavilion bluetoothd[881]: src/plugin.c:init_plugin() System does not support asha plugin
Aug 06 01:05:25 pavilion bluetoothd[881]: Bluetooth management interface 1.22 initialized
Aug 06 01:05:25 pavilion systemd[1]: Starting Bluetooth service...
Aug 06 01:05:25 pavilion systemd[1]: Started Bluetooth service.

bluetoothctl list returns empty. Running bluetoothctl power on returns No default controller available. Also tried these with the LTS kernel and got the exact same results.

I’m not sure what’s up. Note that it’s a pretty old laptop (~8 years), so might just be a hardware failure. Wanted to verify if that’s indeed what’s up before I buy a dongle. Please let me know what I can check if it’s indeed a hardware issue.

Some hardware issue? It stopped while listening music?
Maybe battery ran out? :wink:

Another idea could be try to use the LTS kernel and see if that works.

The headphone didn’t die, the laptop simply can’t turn on Bluetooth anymore. And as I mentioned, I already tried the LTS kernel, but to no avail.

Edit: It started working again in the morning, but has now stopped again. So it’s probably a hardware issue.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.