我对"NW602 AC600“wifi适配器的驱动程序有了肯定。
lsusb给出了输出:总线003设备002: ID 0bda:c 811 Realtek半导体公司802.11ac NIC
发布于 2022-03-30 14:08:04
请打开一个终端并做:
sudo apt install --reinstall build-essential bc dkms git
git clone https://github.com/morrownr/8821cu-20210118.git
cd 8821cu-20210118
sudo ./install-driver.sh
sudo modprobe 8821cu
你应该准备好了。
https://askubuntu.com/questions/1399945
复制相似问题