My Bluetooth works but stops working after restart. My laptop is newer Asus ProArt P16. The background is that this issue has been addressed with the latest kernels. Which I am using with Ubuntu 25.04 kernel 6.14. So the Bluetooth has been working when there are updates but after any bluetooth updates it stops after a restart. Then I can’t turn it it back on. It may be related to the following issue. These laptops are very similar. https://bbs.archlinux.org/viewtopic.php?id=298853
sudo systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
Active: active (running) since Thu 2025-03-20 16:41:48 EDT; 16h ago
Invocation: 2e21f4fca58d4148ba50ee25ac467cbf
Docs: man:bluetoothd(8)
Main PID: 5060 (bluetoothd)
Status: “Running”
Tasks: 1 (limit: 36475)
Memory: 2.8M (peak: 3.3M)
CPU: 33ms
CGroup: /system.slice/bluetooth.service
└─5060 /usr/libexec/bluetooth/bluetoothd
Mar 20 16:41:48 paul-ProArt-P16 bluetoothd[5060]: src/plugin.c:init_plugin() System does not support bap plugin
Mar 20 16:41:48 paul-ProArt-P16 bluetoothd[5060]: src/plugin.c:init_plugin() System does not support bass plugin
Mar 20 16:41:48 paul-ProArt-P16 bluetoothd[5060]: src/plugin.c:init_plugin() System does not support mcp plugin
Mar 20 16:41:48 paul-ProArt-P16 bluetoothd[5060]: src/plugin.c:init_plugin() System does not support vcp plugin
Mar 20 16:41:48 paul-ProArt-P16 bluetoothd[5060]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Mar 20 16:41:48 paul-ProArt-P16 bluetoothd[5060]: src/plugin.c:init_plugin() System does not support micp plugin
Mar 20 16:41:48 paul-ProArt-P16 bluetoothd[5060]: src/plugin.c:init_plugin() System does not support ccp plugin
Mar 20 16:41:48 paul-ProArt-P16 bluetoothd[5060]: src/plugin.c:init_plugin() System does not support csip plugin
Mar 20 16:41:48 paul-ProArt-P16 bluetoothd[5060]: src/plugin.c:init_plugin() System does not support asha plugin
Mar 20 16:41:48 paul-ProArt-P16 bluetoothd[5060]: Bluetooth management interface 1.23 initialized
Foxconn device - I wasn’t expecting that, but nevermind
Although same device driver btusb
I have experienced similar problems i.e. Bluetooth fails after restart, but mine is a slightly different device
Here’s mine (mediatek 7921 wifi and bluetooth combined)
Now, I don’t know how to fix the problem but I do know that, for my device, Ubuntu 24.04 with kernel 6.8.0-52 works flawlessly - both first boot and restart.
Often, when using a 6.11 kernel, I have had to resort to this trick to re-activate Bluetooth:-
Close applications and power off
Remove the power cable (desktop) (laptop - remove battery?)
Press and hold the power button for more than 30 seconds
Re-attach power cable (or battery)
Boot the PC
Here’s a couple of links where I have tried to investigate and fix a similar difficulty.
So far, unsuccessfully