sh Ubuntu 16.04修复联想Ideapad Yoga 13无线RTL8723AU

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Ubuntu 16.04修复联想Ideapad Yoga 13无线RTL8723AU相关的知识,希望对你有一定的参考价值。

#!/usr/bin/env bash

# Fix Wireless Driver on Lenovo IdeaPad Yoga 13
# Realtek Semiconductor Corp. RTL8723AU 802.11n WLAN Adapter
# SUCCESSFUL on Ubuntu 16.04.
# FAILED on Ubuntu 16.10, and 17.04.

# On 16.04, Wireless is (usually) able to connect, albeit at <1 Mbps.
# Enough to install git and clone the driver repo.
# If not, will have to use a good ol' USB drive.
sudo apt -y install git
git clone https://github.com/lwfinger/rtl8723au.git

# Make, Install
cd rtl8723au/
make
sudo make install

# Remove the faulty native driver module
sudo modprobe -r r8723au

# Add the new 8723au driver.
sudo modprobe 8723au

# Blacklist native drive from loading in the future
echo "blacklist r8723au" | sudo tee --append /etc/modprobe.d/blacklist-r8723au.conf > /dev/null

echo "Success? Restart to confirm."

以上是关于sh Ubuntu 16.04修复联想Ideapad Yoga 13无线RTL8723AU的主要内容,如果未能解决你的问题,请参考以下文章

sh 修复“W:模块i915_bpo可能缺少固件/lib/firmware/i915/kbl_dmc_ver1.bin”(Ubuntu 16.04,内核4.4)

sh 修复“W:模块i915_bpo可能缺少固件/lib/firmware/i915/kbl_dmc_ver1.bin”(Ubuntu 16.04,内核4.4)

联想小新潮7000 14' ubuntu16.04LTS 双系统安装

联想拯救者Y7000安装双系统:win10 + ubuntu16.04 (GTX1060显卡)

联想笔记本ubuntu16.04无法调节屏幕亮度,求助

我用联想r720拯救者win10装了ubuntu16.04 .03双系统无法链接无线网