RTL8188GU 无线 USB 适配器不适用于 Ubuntu 22.04

RTL8188GU 无线 USB 适配器不适用于 Ubuntu 22.04

lsusb输出:

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 2d95:600a vivo V2152
Bus 001 Device 002: ID 0bda:b711 Realtek Semiconductor Corp. RTL8188GU 802.11n WLAN Adapter (After Modeswitch)
Bus 001 Device 005: ID 30fa:0300  USB OPTICAL MOUSE 
Bus 001 Device 004: ID 413c:2113 Dell Computer Corp. KB216 Wired Keyboard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

答案1

我的 WIFI 问题已解决。我已安装RTL8188GU驱动程序并重新启动系统。

请遵循以下步骤:

sudo apt-get install build-essential git dkms
git clone https://github.com/McMCCRU/rtl8188gu.git
cd rtl8188gu
make
sudo make install
cd .. 
rm -rf rtl8188gu
sudo reboot

重启系统后,Wi-Fi 就可以正常工作了。

答案2

我尝试跑步

“sudo apt-get 安装 build-essential git dkms”

但它向我显示了以下错误:

软件包‘build-essential’没有安装候选项。

相关内容