无法使无线适配器工作(TL-WN823n)

无法使无线适配器工作(TL-WN823n)

已下载DLink DWA 131 无线适配器在 ubuntu 15.10 上无法工作— 飞行员的司机,但似乎不起作用。

这是我的 dkms:

dkms status
bbswitch, 0.8, 4.8.0-42-generic, x86_64: installed
nvidia-340, 340.101, 4.8.0-42-generic, x86_64: installed
rtl8192eu, 4.4: added

使用 Ubuntu 16.04。

$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 004: ID 2357:0109  
Bus 002 Device 002: ID 058f:3820 Alcor Micro Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 0c45:8603 Microdia 
Bus 003 Device 002: ID 1532:0007 Razer USA, Ltd DeathAdder Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

$ dkms status
bbswitch, 0.8, 4.8.0-42-generic, x86_64: installed
nvidia-340, 340.101, 4.8.0-42-generic, x86_64: installed
rtl8192eu, 1.0, 4.8.0-42-generic, x86_64: installed (WARNING! Diff between built and installed module!)

编辑:开始使用网络管理器而不是 Wicd,现在它可以工作了!感谢 pilot 的所有帮助!

答案1

看起来您是rtl8192-dkms从我的 (hanipouspilot) PPA 安装了该软件包。它没有为 4.8 内核构建,因为我还没有为 4.8 内核打补丁。我建议运行

sudo apt purge rtl8192eu-dkms
sudo apt install ppa-purge
sudo ppa-purge ppa:hanipouspilot/rtlwifi

并按照另一个答案中提到的从 github 安装驱动程序。

跑步

sudo dkms remove rtl8192eu/1.0 --all
sudo dkms add ./rtl8192eu-linux-driver
sudo dkms install rtl8192eu/1.0

相关内容