Fresh Zorin 18 install on ASUS B850M WiFi / Ryzen 7 7800X3D no bluetooth

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:

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?)

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

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?

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