ubuntu 16.04 编译安装 trl8291cu系列 无线网卡驱动

1 先 下载git包 和相关编译工具

  sudo apt-get update
  sudo apt-get install git linux-headers-generic build-essential dkms

  git clone https://github.com/pvaret/rtl8192cu-fixes.git

  sudo dkms add ./rtl8192cu-fixes

  sudo dkms install 8192cu/1.10

  sudo depmod -a

  sudo dkms install 8192cu/1.10

  sudo depmod -a

  sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/

重启即可

如有电源相关的问题

   sudo cp ./rtl8192cu-fixes/8192cu-disable-power-management.conf /etc/modprobe.d/

  重启

原文地址:https://www.cnblogs.com/exayong/p/6820760.html