cpot
January 13, 2026, 9:21am
1
After installing a Zorin 18 on a new PC it was not possible to have the bluetooth working (onboard bluetooth or dongle)
I tried several solutions but this one worked :
sudo apt update && sudo apt install linux-firmware blueman bluez
sudo modprobe -r btusb && sudo modprobe btusb
sudo systemctl restart bluetooth
It is a pretty new Mainboard. Maybe a newer Kernel with better Hardware Support could help:
Updated as of Mar 28 2025
To install the Mainline Installer:
add the repository:
sudo add-apt-repository ppa:cappelikan/ppa
Update sources and install:
sudo apt update && sudo apt install mainline
Launch Mainline from App Menu or terminal, and select the kernel you wish to test.
To use TuxInvader Kernel:
These are not Microsoft signed, so Secure Boot must be disabled in BIOS Settings.
Add repository:
If using Zorin OS 16:
sudo add-apt-repository ppa:tuxinvader/lts-mainline
If usi…
Other Options:
Could You post the Output of the Terminal Commands sudo lshw -C network and rfkill list please? Did You take a Look at the ''Addtional Drivers'' Tab in Software & Updates if there is a Driver offered?
1 Like
From that, are you therefore saying your bluetooth problems are solved? (or not?)
cpot
January 15, 2026, 2:39pm
4
in fact not, additional tests showed that the bluetooth dongle is now working but not the onboard bluetooth.
i currently don't have access to the PC but i can post here additional logs
best,
Chris
cpot
January 15, 2026, 6:15pm
5
As requested here are the logs
$ sudo lshw -C network
*-network
description: Ethernet interface
produit: RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:07:00.0
nom logique: eno1
version: 15
numéro de série: a0:ad:9f:d4:87:ce
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=6.14.0-37-generic firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair
ressources : irq:34 portE/S:d000(taille=256) mémoire:f6904000-f6904fff mémoire:f6900000-f6903fff
*-network
description: Interface réseau sans fil
produit: Realtek Semiconductor Co., Ltd.
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:08:00.0
nom logique: wlp8s0
version: 00
numéro de série: 48:45:e6:e2:7f:33
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration : broadcast=yes driver=rtw89_8851be driverversion=6.14.0-37-generic firmware=N/A ip=192.168.1.147 latency=0 link=yes multicast=yes wireless=IEEE 802.11
ressources : irq:100 portE/S:c000(taille=256) mémoire:f6800000-f68fffff
$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Have you tried installing the appropriate Bluetooth version packages via Synaptic Package Manager?
Recently purchased one of these from Amazon (the clue is in the model number, it uses BT 5.4)
[image]
A few tips first.
Make sure you have all these packages installed using Synaptic Package Manager:
[image]
[image]
Next, make sure you have a wired USB mouse while you setup your Bluetooth Mouse. This is to enable you to click on the device in settings to Connect:
[image]
For connecting the USB Mouse (I have a Mk1 Cherry DW-9000 slim keyboard and mouse), it was just a case of switchin…
cpot
January 18, 2026, 3:47pm
7
Yes i did. After a lot of trial and error i read that it could be because of SecureBoot. I think I will stay with the USB Bluetooth dongle for now and hope that the driver will improve in the futur for this mainstream motherboard.
1 Like