Zorin 18 Network Disabled Asus R543UA

Hello, I am new with linux and trying my best with one of my laptops. I installed Zorin 18 with no problem but when i get to wifi it connects for a while, then suddenly shuts down and i can not see any networks at all. Scanning but nothing shown. I hav run the "sudo lshw -C network" and this appears:

*-network DISABLED
description: Wireless interface
product: RTL8821CE 802.11ac PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 00
serial: 80:91:33:15:79:5b
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtw88_8821ce driverversion=6.17.0-23-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: iomemory:ffffffff0-fffffffef irq:131 ioport:e000(size=256) memory:ef000000-ef00ffff
*-network
description: Ethernet interface
physical id: b
bus info: usb@2:1
logical name: enx144fd7db0770
serial: 14:4f:d7:db:07:70
size: 1Gbit/s
capacity: 1Gbit/s
capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.12.13 duplex=full firmware=rtl8153b-2 v2 04/27/23 ip=192.168.0.130 link=yes multicast=yes port=MII speed=1Gbit/s

I get wifi with cable.

Hi and welcome.

" The Realtek RTL8821CE WiFi adapter is supported by the native rtw88 kernel module in Linux kernels 5.9 and newer . For older kernels (common in Debian and older Ubuntu LTS versions), you must install the community-maintained rtl8821ce-dkms driver.

Installation Methods

  • For Kernel 5.9+ (Ubuntu 20.10+, Fedora, Arch, etc.): The driver is built-in. If it does not work, you may need to blacklist the conflicting kernel module by adding blacklist rtw88_8821ce to /etc/modprobe.d/blacklist.conf and rebooting.
  • For Older Kernels (Ubuntu 18.04, Debian 10, Linux Mint): Install the DKMS package from the repositories:
sudo apt install rtl8821ce-dkms
sudo reboot
  • Alternative (Source Compilation): Clone the tomaspinho/rtl8821ce GitHub repository and install via DKMS:
sudo apt install bc module-assistant build-essential dkms git
git clone https://github.com/tomaspinho/rtl8821ce.git
cd rtl8821ce
sudo ./dkms-install.sh
sudo reboot

Common Issues & Fixes

  • Secure Boot: Must be disabled in BIOS/UEFI, or the kernel module will not load.

  • Power Management: Add pcie_aspm=off to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub and run sudo update-grub if the adapter disconnects frequently.

  • Bluetooth Conflicts: If Bluetooth fails, disable power saving for the adapter in NetworkManager settings.

AI-generated answer. Please verify critical facts."

Note, Zorin 18 is a fork of Ubuntu 24.04.