Bluetooth not working with Lafite Series / AMD Ryzen™ 7 on Ubuntu

daemon_nio

Member
Hi all, I've just bought a Lafite Series / AMD Ryzen™ 7 laptop (full spec).

I installed Ubuntu 24.04 on it and when I open the bluetooth manager and toggle it on, it immediately turns off.
I tried to follow some random instructions but I had no luck.
- https://askubuntu.com/questions/1403817/i-cant-turn-on-bluetooth-in-ubuntu-22-04-lts

Does anyone know how to solve this issue?
Code:
sudo dmesg | grep -i blue
[    2.511496] Bluetooth: Core ver 2.22
[    2.511532] NET: Registered PF_BLUETOOTH protocol family
[    2.511535] Bluetooth: HCI device and connection manager initialized
[    2.511548] Bluetooth: HCI socket layer initialized
[    2.511553] Bluetooth: L2CAP socket layer initialized
[    2.511561] Bluetooth: SCO socket layer initialized
[    4.437283] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.437291] Bluetooth: BNEP filters: protocol multicast
[    4.437307] Bluetooth: BNEP socket layer initialized
[    4.675379] Bluetooth: hci0: Opcode 0x0c03 failed: -110

Code:
sudo systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
     Active: active (running) since Tue 2024-09-17 13:17:46 BST; 21min ago
       Docs: man:bluetoothd(8)
   Main PID: 949 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 37564)
     Memory: 2.8M (peak: 3.1M)
        CPU: 51ms
     CGroup: /system.slice/bluetooth.service
             └─949 /usr/libexec/bluetooth/bluetoothd

Sep 17 13:17:46 matrix bluetoothd[949]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Sep 17 13:17:46 matrix bluetoothd[949]: src/plugin.c:plugin_init() System does not support micp plugin
Sep 17 13:17:46 matrix bluetoothd[949]: src/plugin.c:plugin_init() System does not support vcp plugin
Sep 17 13:17:46 matrix bluetoothd[949]: src/plugin.c:plugin_init() System does not support mcp plugin
Sep 17 13:17:46 matrix bluetoothd[949]: src/plugin.c:plugin_init() System does not support bass plugin
Sep 17 13:17:46 matrix bluetoothd[949]: src/plugin.c:plugin_init() System does not support bap plugin
Sep 17 13:17:46 matrix bluetoothd[949]: Bluetooth management interface 1.22 initialized
Sep 17 13:17:46 matrix systemd[1]: Starting bluetooth.service - Bluetooth service...
Sep 17 13:17:46 matrix (uetoothd)[949]: bluetooth.service: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (>
Sep 17 13:17:46 matrix systemd[1]: Started bluetooth.service - Bluetooth service.
 
Last edited:

daemon_nio

Member
I've just disabled the fast boot but nothing changed.
I'm on kernel 6.8.0-45-generic #45-Ubuntu
My last hope is that the next version of ubuntu that is coming out soon will have this fixed... although I very much doubt it.
 
Last edited:

daemon_nio

Member
I got an answer in the above thread.

It doesn't fully work, but I'll wait 24.10 which will have kernel 6.10 where they introduced the IMC device.
 

daemon_nio

Member
Ubuntu 24.10 is now out. It works better with the bluetooth. At some point I managed to connect a mouse and a keyboard... then it stopped working. I've never managed to connect any audio device through the bluetooth. Hopefully it'll get slowly fixed.
 

BlessedSquirrel

We love you Ukraine
Ubuntu 24.10 is now out. It works better with the bluetooth. At some point I managed to connect a mouse and a keyboard... then it stopped working. I've never managed to connect any audio device through the bluetooth. Hopefully it'll get slowly fixed.
Just to confirm, which driver are you using?
 
Top