Linux 机器看不到 802.11ac 广播

Linux 机器看不到 802.11ac 广播

我有一台 TRENDnet TEW-824DRU,上面装有最新的 DD-WRT。该设备有 2 个接口,分别广播 2.4 和 5GHz。

我还有一个 usb BrosTrend AC1200。我按照以下说明安装了驱动程序。安装设备驱动程序后,我可以使用它连接到 2.4 ng 混合等广播 Trendnet。

问题是我根本看不到快速的 5GHz 连接。据我所知,我们的三星手机能够接收广播,但这些是唯一能看到 Trendnet 的 5GHz 接口连接的设备。

我正在使用 Debian Testing 64bit 4.3.0-1-amd64。

这是路由器、Linux 还是 USB 适配器的问题?我真的无法确定问题所在。所以我正在寻求专家意见来解决这个问题。

Make sure you have the required build packages
sudo apt-get install linux-headers-generic build-essential git
Download the updated source code

git clone https://github.com/scrivy/rtl8812AU_8821AU_linux.git
Compile the kernel module

cd rtl8812AU_8821AU_linux
make
Install it!

sudo make install
sudo modprobe 8812au

答案1

事实证明,将 USB 适配器插入 USB2.0 端口确实会限制此适配器的连接选项。我将其连接到 USB 3.0 端口,然后出现了 5ghz 连接。

相关内容