Good evening
After spilling tea on the keyboard of my HP Pavilion laptop, I sponged everything off. While sponging, I obviously pressed several keys on the keyboard. I noticed that some keys didn't work any more, but after blow-drying everything went back to normal, except that when I turned the computer back on, the bluetooth didn't work and doesn't work any more. In other words, I have the adapter and manager icons, but when I try to open the manager I get the following message:”
The Bluez daemon is not active, blueman-manager cannot continue. This probably means that no Bluetooth adapter has been detected or that the Bluez daemon has not been started.
I typed into the terminal:“ systemctl status bluetooth” and the return is:” serge@Solus-XFCE ~ $ systemctl status bluetooth
○ bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset>
Drop-In: /usr/lib64/systemd/system/service.d
└─10-timeout-abort.conf
Active: inactive (dead)
Docs: man:bluetoothd(8)”.
I tried typing:”
serge@Solus-XFCE ~ $ sudo systemctl enable bluetooth
serge@Solus-XFCE ~ $ sudo systemctl start bluetooth” but the return from systemctl status bluetooth is the same as before.
What else can I do?
Thanks for reading.

Translated with DeepL.com (free version)

  • The most likely thing happening, unfortunately, is that the bluetooth chip in the laptop was damaged. As the Bluetooth manager message said, this issue is most likely because no Bluetooth adapter was detected. To see if your system detects it, run this:

    sudo lsusb |grep Bluetooth

    If that produces no output, the system no longer detects your Bluetooth chip. You'll have to look into getting the hardware repaired. Good luck!

4 days later

The most likely thing happening, unfortunately, is that the bluetooth chip in the laptop was damaged. As the Bluetooth manager message said, this issue is most likely because no Bluetooth adapter was detected. To see if your system detects it, run this:

sudo lsusb |grep Bluetooth

If that produces no output, the system no longer detects your Bluetooth chip. You'll have to look into getting the hardware repaired. Good luck!

Hello
Thank you for your reply.
The order did not work as I expected. It's definitely a hardware problem. I mark the post resolved. Best regards