我有一台 D-Link DWA-130 rev E1,带有 RTL8191SU 芯片组。在 Ubuntu 14.04 下,它偶尔会连接到路由器,大多数时候它会反复尝试并失败。它似乎在我的其中一台运行 12.04 的机器上连接没有问题。任何帮助都将不胜感激。
系统盘
Bus 002 Device 006: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
Bus 002 Device 003: ID 1bcf:2805 Sunplus Innovation Technology Inc.
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 07d1:3300 D-Link System DWA-130 802.11n Wireless N Adapter(rev.E) [Realtek RTL8191SU]
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
答案1
你可以通过运行来安装好的驱动程序
sudo apt-get install git
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
然后重新启动。
每次内核更新后都需要安装它。您可以保留rtlwifi_new
文件夹并运行最后 3 个命令。
如果您没有其他方式获得互联网连接,您可以在 Windows 中或使用另一台计算机下载此驱动程序。请按如下方式操作:
下载驱动程序作为 ZIP 档案。
将其解压到你的主目录。你将
rtlwifi_new-master
在那里得到一个文件夹。在终端中运行:
cd rtlwifi_new-master make sudo make install sudo update-initramfs -u
答案2
我把这个驱动程序做成了知识管理系统模块并将其添加到 ppa。
如果驱动程序是从 ppa 安装的,它将在每次内核升级后重建。请按如下方式安装
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms
对于 Ubuntu 14.04 用户,如果仍有问题,我建议安装linux-firmware
从 15.04 移植的新版本。它包含各种设备的新固件,包括 Realtek 无线。
可以通过以下方式从同一存储库安装
sudo apt-get install linux-firmware