1.查看网卡型号
命令:
/sbin/lspci | grep Network
显示:
05:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
2.下载驱动程序
在网上找到对应的驱动,下载
命令:
git clone http://github.com/lwfinger/rtl8723be
3.编译安装
命令:
git checkout 604aa9058fb9e5bb1cf571c99989d081f8fc8b9
make
sudo make install
sudo modprobe rtl8723be
4.重启
命令:
reboot
参考: