Ubuntu 14.04 安装 USB无线网卡驱动

    xiaoxiao2021-03-25  66

    近期由于台式机无线上网的需要,买了个TP-LINK TL-WN823N 300M迷你USB无线网卡,但是由于官网只有windows的驱动,在linux下就只能自己丰衣足食了。

    我的系统是Ubuntu 14.04,linux内核版本是4.4.0-31-generic

    安装方法:

    1. 查看系统中的 USB 设备

    lsusb

    找到类似 Bus 005 Device 005: ID 0bda:818b Realtek Semiconductor Corp.

    Realtek 这个就是需要安装驱动的无线网卡了,其 ID 为 0bda:818b。 Google 此 ID,得知其芯片组型号为 RTL8192EU。

    2. 命令行安装

    sudo add-apt-repository ppa:hanipouspilot/rtlwifi sudo apt-get update sudo apt-get install rtl8192eu-dkms

    相比于其他通过代码编译的方式,简单明了,不会出现各种make的错误!

    参考:

    1.http://blog.csdn.net/wyywn1314/article/details/52423851?locationNum=11

    2.http://blog.csdn.net/ytmayer/article/details/18939747

    3.http://blog.csdn.net/kendyhj9999/article/details/48134951

    4.http://blog.csdn.net/iunknowncn/article/details/52235674

    转载请注明原文地址: https://ju.6miu.com/read-40530.html

    最新回复(0)