Can't use wifi

Okay, be right back xd

Did you actually have the rtw88-dkms-git installed as i read your previous post and it doesn’t really say you had installed it? :thinking:

I did install it when you told me to try to install it.

now it just shows
rtw88_8822be

Okay so what does this show?

iw dev 

Nothing still :confused:

What about

rfkill

Everything it shows is unblocked
2 bluetooths (blueteeth?), 1 wlan

Can you run this command and post the link.

sudo dmesg | eos-sendlog

https://clbin.com/FcXdF

I see this

 7.231837] rtw_8822be 0000:07:00.0: mac power on failed
[    7.231849] rtw_8822be 0000:07:00.0: failed to power on mac
[    7.231855] rtw_8822be 0000:07:00.0: failed to setup chip efuse info
[    7.231860] rtw_8822be 0000:07:00.0: failed to setup chip information
[    7.262784] rtw_8822be 0000:07:00.0: Firmware version 27.2.0, H2C version 13
[    7.268115] rtw_8822be: probe of 0000:07:00.0 failed with error -114

That means that the kernel module isnt working?

Can you add a kernel parameter to the default grub command line and then update grub? You can use nano then save the file and update grub? Do you know how?

sudo nano /etc/default/grub

add

rtw88_pci.disable_aspm=1

ctrl + o then enter to save
ctrl + x to exit nano

Then update grub

sudo grub-mkconfig -o /boot/grub/grub.cfg

reboot

It says command not found when I tried to update grub

I had a typo sorry!

/etc/default/grub: line 8: rtw88_pci.disable_aspm=1: command not found

Can i see the file. Post the link

cat /etc/default/grub | eos-sendlog

https://clbin.com/9rc27

You put it in the wrong line so remove it from where you have it and put here. Then update grub again and reboot if it works.

GRUB_CMDLINE_LINUX_DEFAULT="rtw88_pci.disable_aspm=1 loglevel=3 nowatchdog nvme_load=YES"

iw dev doesnt still doesnt show anything.