WiFi and Bluetooth does not work

Oh, is that so. Thank you I will try updating system.

All of your network devices are down, are you in “Airplane Mode”

1 Like

No, and also I tried to manjaro-chroot and update system but network isn’t also working in recovery usb even though network shows it’s connected.

This is a driver issue and has absolutely nothing to do with i3wm.

That being said, the driver for RTL8821CE was definitely in kernel 5.19, but you should update to 6.1 because 5.19 no longer receives security updates.

1 Like

How do I update the kernel? Network isn’t working.

edit : sorry I think I accidentally tagged it as i3wm

Try to chroot in from a newer ISO, or just reinstall from a current ISO.

Does your laptop have a hardware switch for networking, either a physical one or a combo key like Fn + F2 or something, somehow you have physically disabled all of your network devices…

1 Like

What do you mean by a newer iso?

I don’t think so.

All Laptops have either a physical switch or a key combo, what model is your HP laptop?

what is the output from a terminal of ;

sudo rfkill

1 Like

My Laptop model is

HP 15-da0019tu

And,

sudo rfkill
ID TYPE      DEVICE      SOFT      HARD
 0 bluetooth hci0   unblocked unblocked
 1 wlan      phy0   unblocked unblocked

OK, well, your inxi shows your radio rfkill state 0, so it is disabled, but the hardware shows it is not locked… That laptop appears to have a function key with an airplane icon, so it does have an airplane mode. Try to enabling , disabling that see what happens.

And just to make sure , check that network manager service is up and running. from terminal run;

sudo systemctl status NetworkManager

I tried that, btw my laptop is showing its connected to a Wifi, but anything that needs data still doesn’t work. Network manager shows that it’s active without any issues.

A newer installation medium. You’re using an installation medium with an end-of-life kernel.

Ok I updated everything using recovery disk and chroot, but wifi is still not working. The kernel is Linux61

Hi @xebeoc ,
I have a question for you. Are you running docker? Maybe, you have to disable it an try to run the following commands , in order to help you.

lspci -k

ip link set wlo1 up

Also, you can find more information in the following post:
Network configuration/Wireless - ArchWiki

Regards

I am running docker, i uninstalled it since I don’t use it anymore. nothing changed tho,

00:00.0 Host bridge: Intel Corporation Gemini Lake Host Bridge (rev 03)
	Subsystem: Hewlett-Packard Company Gemini Lake Host Bridge
00:00.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Dynamic Platform and Thermal Framework Processor Participant (rev 03)
	Subsystem: Hewlett-Packard Company Celeron/Pentium Silver Processor Dynamic Platform and Thermal Framework Processor Participant
	Kernel driver in use: proc_thermal
	Kernel modules: processor_thermal_device_pci_legacy
00:00.3 System peripheral: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 03)
	Subsystem: Hewlett-Packard Company Celeron/Pentium Silver Processor Gaussian Mixture Model
00:02.0 VGA compatible controller: Intel Corporation GeminiLake [UHD Graphics 600] (rev 03)
	Subsystem: Hewlett-Packard Company GeminiLake [UHD Graphics 600]
	Kernel driver in use: i915
	Kernel modules: i915
00:0e.0 Audio device: Intel Corporation Celeron/Pentium Silver Processor High Definition Audio (rev 03)
	Subsystem: Hewlett-Packard Company Celeron/Pentium Silver Processor High Definition Audio
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl, snd_soc_avs, snd_sof_pci_intel_apl
00:0f.0 Communication controller: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface (rev 03)
	Subsystem: Hewlett-Packard Company Celeron/Pentium Silver Processor Trusted Execution Engine Interface
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:12.0 SATA controller: Intel Corporation Celeron/Pentium Silver Processor SATA Controller (rev 03)
	Subsystem: Hewlett-Packard Company Celeron/Pentium Silver Processor SATA Controller
	Kernel driver in use: ahci
00:14.0 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f3)
	Subsystem: Hewlett-Packard Company Gemini Lake PCI Express Root Port
	Kernel driver in use: pcieport
00:14.1 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f3)
	Subsystem: Hewlett-Packard Company Gemini Lake PCI Express Root Port
	Kernel driver in use: pcieport
00:15.0 USB controller: Intel Corporation Celeron/Pentium Silver Processor USB 3.0 xHCI Controller (rev 03)
	Subsystem: Hewlett-Packard Company Celeron/Pentium Silver Processor USB 3.0 xHCI Controller
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:1f.0 ISA bridge: Intel Corporation Celeron/Pentium Silver Processor LPC Controller (rev 03)
	Subsystem: Hewlett-Packard Company Celeron/Pentium Silver Processor LPC Controller
00:1f.1 SMBus: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 03)
	Subsystem: Hewlett-Packard Company Celeron/Pentium Silver Processor Gaussian Mixture Model
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
	DeviceName: Hanksville Gbe Lan Connection
	Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
	Kernel driver in use: r8169
	Kernel modules: r8169
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
	DeviceName: WLAN
	Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless Network Adapter
	Kernel modules: rtw88_8821ce

and the iplink command just says cannot find device.

USB Tethering is working now tho.

Hi @xebeoc ,
I have searched the forum and I found no solved questions for this wifi network controller. You can also read this post, in order to decide to buy a dongle and use, in order to solve your problem.
WiFi speed often dropping to 0 however not disconnected on Realtek RTL8821CE

I also recommend this post, in which the problem was solved.
Tried to install drivers for rtl8821ce network card

Hope it help,
Regards