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

我的電腦親測有效

 

 

 

 

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