Wifi not detected

Hi, I bought an Asus VivoBook 15 F515JA-BQ926T and installed Manjaro Kde …
Unfortunately it seems that luck does not want to assist me in this period.
Everything works except the wifi network card which cannot detect anything. I can only get it to work with ethernet cable.
Can anyone help me?
Thanks

inxi -Fz                                                                                                                                     ✔ 
System:    Kernel: 5.14.2-1-MANJARO x86_64 bits: 64 Desktop: KDE Plasma 5.22.5 Distro: Manjaro Linux 
Machine:   Type: Laptop System: ASUSTeK product: VivoBook_ASUSLaptop X515JA_F515JA v: 1.0 serial: <filter> 
           Mobo: ASUSTeK model: X515JA v: 1.0 serial: <filter> UEFI: American Megatrends v: X515JA.303 date: 02/07/2021 
Battery:   ID-1: BAT0 charge: 17.0 Wh (43.9%) condition: 38.7/37.1 Wh (104.2%) volts: 7.8 min: 7.8 
CPU:       Info: Quad Core model: Intel Core i5-1035G1 bits: 64 type: MT MCP cache: L2: 6 MiB 
           Speed: 2658 MHz min/max: 400/3600 MHz Core speeds (MHz): 1: 2658 2: 1357 3: 1972 4: 1959 5: 2826 6: 1694 7: 1915 
           8: 1972 
Graphics:  Device-1: Intel Iris Plus Graphics G1 driver: i915 v: kernel 
           Device-2: IMC Networks USB2.0 VGA UVC WebCam type: USB driver: uvcvideo 
           Display: x11 server: X.Org 1.20.13 driver: loaded: modesetting resolution: 1920x1080~60Hz 
           OpenGL: renderer: Mesa Intel UHD Graphics (ICL GT1) v: 4.6 Mesa 21.2.1 
Audio:     Device-1: Intel Ice Lake-LP Smart Sound Audio driver: snd_hda_intel 
           Sound Server-1: ALSA v: k5.14.2-1-MANJARO running: yes 
           Sound Server-2: PulseAudio v: 15.0 running: yes 
           Sound Server-3: PipeWire v: 0.3.35 running: yes 
Network:   Device-1: Realtek RTL8821CE 802.11ac PCIe Wireless Network Adapter driver: N/A 
Bluetooth: Device-1: IMC Networks Bluetooth Radio type: USB driver: btusb 
           Report: rfkill ID: hci0 state: up address: see --recommends 
RAID:      Hardware-1: Intel 82801 Mobile SATA Controller [RAID mode] driver: ahci 
Drives:    Local Storage: total: 476.94 GiB used: 9.37 GiB (2.0%) 
           ID-1: /dev/nvme0n1 vendor: Intel model: SSDPEKNW512G8 size: 476.94 GiB 
Partition: ID-1: / size: 230.43 GiB used: 9.34 GiB (4.1%) fs: ext4 dev: /dev/nvme0n1p4 
           ID-2: /boot/efi size: 256 MiB used: 25.6 MiB (10.0%) fs: vfat dev: /dev/nvme0n1p1 
Swap:      Alert: No swap data was found. 
Sensors:   System Temperatures: cpu: 53.0 C mobo: N/A 
           Fan Speeds (RPM): cpu: 2400 
Info:      Processes: 243 Uptime: 31m Memory: 7.52 GiB used: 2.54 GiB (33.8%) Shell: Zsh inxi: 3.3.06 


Highlights from your post:

Network:   Device-1: Realtek RTL8821CE 802.11ac PCIe Wireless Network Adapter driver: N/A 

It seems the appropriate driver is not installed for you network adapter. I am not familiar with drivers, but I found one in the AUR:

❯ yay -Ss 8821ce
aur/rtl8821ce-dkms-git 1.0.5.r36.gca4abd8-1 (+26 0.01) 
    rtl8821CE driver with firmware

Maybe you can give it a shot by installing the driver:

$ yay -S rtl8821ce-dkms-git
1 Like

Do what the above post said, but also install linux514-headers first.

3 Likes

ok thanks

Ok . Now it works
Thankyou very much

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.