ubuntu16.04无法使用wifi ASUS fx80g

新安装的ubuntu16.04并没有wifi驱动

首先查看网卡类型: lspci

其中  03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter 是我的无线网卡信息

安装依赖: sudo apt-get install --reinstall git dkms build-essential linux-headers-$(uname -r)

下载RTL8821CE:  git clone https://github.com/tomaspinho/rtl8821ce

然后执行以下命令:

cd rtl8821ce
chmod +x *.sh
sudo ./dkms-install.sh
reboot

我的电脑亲测有效

 

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章