Hello, I've been using Zorin 17.3 Pro since its release.
Now I'm happy to have downloaded Zorin 18. Everything worked great except for one problem: My PC has a Realtek Bluetooth module. Zorin 18 doesn't have a driver for it. However, there is a suitable driver in Ubuntu. Zorin 18.3 does. How can I solve this problem in Zorin 18?
Have you identified the device in order to match the driver?
sudo lshw -C network
or
lspci -nn | grep Realtek
Aravisian,
I implemented your suggestions. Here's the result:
oddyi@roddyi-HP-Laptop-17-cn0xxx:~$ sudo lshw -C network
[sudo] Passwort für roddyi:
*-network
Beschreibung: Kabellose Verbindung
Produkt: RTL8821CE 802.11ac PCIe Wireless Network Adapter
Hersteller: Realtek Semiconductor Co., Ltd.
Physische ID: 0
Bus-Informationen: pci@0000:01:00.0
Logischer Name: wlp1s0
Version: 00
Seriennummer: dc:e9:94:9e:f7:ad
Breite: 64 bits
Takt: 33MHz
Fähigkeiten: pm msi pciexpress bus_master cap_list ethernet physical wireless
Konfiguration: broadcast=yes driver=rtw_8821ce driverversion=6.8.0-85-generic firmware=N/A ip=192.168.188.20 latency=0 link=yes multicast=yes wireless=IEEE 802.11
Ressourcen: irq:164 ioport:3000(Größe=256) memory:54000000-5400ffff
roddyi@roddyi-HP-Laptop-17-cn0xxx:~$ lspci -nn | grep Realtek
0000:01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Thank you
rofalke:
RTL8821CE 802.11ac PCIe
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
chmod +x dkms-install.sh
sudo ./dkms-install.sh
This last part is necessary, so do not skip it...
sudo modprobe 8821ce
Thanks, I found the same method by
https://www.youtube.com/watch?v=vPfLVsyQU_A .
So I've solved the problem.
Once more Thank You!!!!!!
1 Like
system
Closed
January 5, 2026, 8:24pm
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.