Installing MR-DIY usb wifi adapter for linux
Plug USB and run command
lsusb
If one of the line is showing this then you ok
-Realtek Semiconductor Corp. 802.11ac NIC
go to this link for installation
https://github.com/morrownr/8821cu-20210118
sudo apt update && sudo apt upgrade
sudo reboot
sudo apt install -y build-essential dkms git
sudo apt install build-essential git dkms bc (The different between on github step,sometimes error cannot install driver after run install.sh)mkdir -p ~/srccd ~/srcgit clone https://github.com/morrownr/8821cu-20210118.gitcd ~/src/8821cu-20210118sudo ./install-driver.shsudo reboot
If indicator light on USB is blinking/or on meaning the driver is detected, runnmcli dev wifithen to connect run;sudo nmcli dev wifi connect "network-ssid" password "network-password"
to set usb auto connectnmcli deviceCheck your usb device, example in this case wlx9091nmcli device set wlx9091 autoconnect yes
Comments
Post a Comment