as the title says my problem is that the wifi card is not detected and I do not know how to solve this. Here is the output of lspci -knn | grep Net -A3; rfkill list
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822] (rev ff)
Kernel modules: rtw_8822be
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:38b4]
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
Edit: I forgot to mention that the wifi card worked fine, but suddenly it did not detect any network and then I tired to restart the network manager sudo service network-manager restart
and then the adapter was not detected.
Edit2: After disabling the secure boot and following this guide the outpout of lspci -knn | grep Net -A3; rfkill list
remains the same:
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822] (rev ff)
Kernel modules: rtw_8822be
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:38b4]
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
mokutil --sb-state
– Jeremy31 May 05 '21 at 10:31lspci -knn | grep Net -A3; rfkill list
– Jeremy31 May 05 '21 at 11:23sudo modprobe rtw88
and post a URL fordmesg | egrep -i 'rtl|rtw'| nc termbin.com 9999
– Jeremy31 May 05 '21 at 19:31echo "options rtw88_pci disable_aspm=1" | sudo tee /etc/modprobe.d/rtw.conf
then reboot – Jeremy31 May 06 '21 at 11:00