Rtw88_8821cu | wifi adapter

Hi Team,

Everytime when i login, i have to manually execute “sudo modprobe rtw88_8821cu” this to connect to my wifi network Or else the available network list itself not showing. Need some help on this.

Thanks in advance.

This should make it load automatically:

echo rtw88_8821cu | sudo tee /etc/modules-load.d/wifi.conf
1 Like

Laptops usually have a way to disable wifi and bluetooth radios. Before running modprobe, try rfkill list to ensure wifi isn’t switched off. You can experiment with the ip and iw examples given in https://www.baeldung.com/linux/connect-network-cli.

If these don’t solve your issue, try to provide enough detail to allow others with similar hardware and software to discover your topic and reproduce the issue, (or, after a solution is found, apply the solution). If you can ensure that both Fedora packages and vendor firmware are fully updated it will be easier for others to match you configuration and avoids chasing an issue that has already been fixed.