Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3260

Hardware • [Solved] Bluetooth no longer working

$
0
0
Hello

Debian Bookworm
Kernel: 6.1.0-25-amd64

I disabled the bluetooth on my machine in an attempt to disconnect a some troublesome earphones and then could not enable it again.

following are the steps I took.
first I checked the status of the bluetooth service.


Code:

madzi@Network-Rage:~$ sudo systemctl status bluetooth○ bluetooth.service - Bluetooth service     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; preset: enabled)     Active: inactive (dead)       Docs: man:bluetoothd(8)Oct 21 23:48:38 Network-Rage systemd[1]: bluetooth.service - Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth)Oct 21 23:51:53 Network-Rage systemd[1]: bluetooth.service - Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth)
I checked /sys/class and the bluetooth directory was not present.
after some digging around I ran

Code:

madzi@Network-Rage:/sys/class$ sudo modprobe bluetoothmadzi@Network-Rage:/sys/class$ sudo systemctl restart bluetoothmadzi@Network-Rage:/sys/class$ sudo systemctl status bluetooth● bluetooth.service - Bluetooth service     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; preset: enabled)     Active: active (running) since Tue 2024-10-22 04:42:11 CAT; 4s ago       Docs: man:bluetoothd(8)   Main PID: 7899 (bluetoothd)     Status: "Running"      Tasks: 1 (limit: 38352)     Memory: 2.2M        CPU: 26ms     CGroup: /system.slice/bluetooth.service             └─7899 /usr/libexec/bluetooth/bluetoothdOct 22 04:42:11 Network-Rage bluetoothd[7899]: Bluetooth daemon 5.66Oct 22 04:42:11 Network-Rage systemd[1]: Started bluetooth.service - Bluetooth service.Oct 22 04:42:11 Network-Rage bluetoothd[7899]: Starting SDP serverOct 22 04:42:11 Network-Rage bluetoothd[7899]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabledOct 22 04:42:11 Network-Rage bluetoothd[7899]: src/plugin.c:plugin_init() Failed to init vcp pluginOct 22 04:42:11 Network-Rage bluetoothd[7899]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabledOct 22 04:42:11 Network-Rage bluetoothd[7899]: src/plugin.c:plugin_init() Failed to init mcp pluginOct 22 04:42:11 Network-Rage bluetoothd[7899]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabledOct 22 04:42:11 Network-Rage bluetoothd[7899]: src/plugin.c:plugin_init() Failed to init bap pluginOct 22 04:42:11 Network-Rage bluetoothd[7899]: Bluetooth management interface 1.22 initialized
I do not know if this will help any further but here is the output of some other command.

Code:

madzi@Network-Rage:/sys/class$ sudo bluetoothctlAgent registered

Code:

madzi@Network-Rage:/sys/class$ sudo rfkill list all0: phy0: Wireless LAN        Soft blocked: no        Hard blocked: no

Code:

madzi@Network-Rage:/sys/class$ bluetoothctlAgent registered[bluetooth]# power onNo default controller available[bluetooth]# 
Any help would be greatly appreciated.

Statistics: Posted by Dzimbahwe — 2024-10-22 05:45 — Replies 1 — Views 55



Viewing all articles
Browse latest Browse all 3260

Trending Articles