Need help with installing usb wifi drivers

I’m completely new to Linux and Zorin, and I can’t figure out how to install the drivers and software for my Realtek usb Wi-Fi adapter Ryle 8811/8812.
I really need your help.
Thanks

Please open a terminal (Ctrl+ Alt+ T) or Menu | Utilities | Terminal and enter:

lsusb

and post back the results please.

I have the install disk with the Linux folder.

Hi, follow the advice in this thread:

https://forum.mxlinux.org/viewtopic.php?t=50579

I faced the same problem and with the same device you want help with. This really messed up my two days searching for the answers. :face_exhaling:

But These Codes Actually Worked!

rfkill list all 
lsmod | grep asus
echo "options asus_nb_wmi wapf=1" | sudo tee /etc/modprobe.d/asus.conf
rfkill unblock all
sudo nano /etc/network/interfaces
auto wlan0

These codes have a 50 percent chance that they will work .:joy:

5 Likes

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