linux - Raspberry PI - RT2870(内核模块 mt7601Usta)WiFi SUB dongle - 作为 WiFi 接入点

标签 linux wifi raspberry-pi wireless raspbian

我在 Raspberry Pi 上使用 USB WiFi dongle RT2870 时遇到问题。这是 KOM0640 (Quer) 模型,已被 Linux 内核 mt7601Usta.ko 模块成功检测到。 我的树莓派规范:

  • 最新的 Linux Raspbian 发行版,内核 3.12.35+
  • WiFi 加密狗 148f:7601 Ralink Technology, Corp.

WiFi 加密狗被成功检测到,可以用作客户端(连接可用的接入点)。

我的问题是将这个 USB WiFi dongle 切换到 AP(接入点)模式并在 Raspberry Pi 上启用 HotSpot 模式。这是 iwconfig 的结果——我尝试从命令行手动设置接入点模式:

root@raspberrypi:~/# iwconfig wlan0 mode master
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.

我看了很多网页,有很多提示,但都没有成功。

如果您在这个问题上有任何积极的结果,请告诉我。 提前致谢!

最佳答案

Mediatek 驱动程序不支持 nl80211 并且不能与 hostapd 一起使用。 mediatek.com 网站的原始驱动程序不包含 AP 功能。您必须从 eywalink 编译驱动程序github repo 。 编译/安装驱动程序后,您可以插入 mt7601uap 模块并在/etc/Wireless/RT2870AP/RT2870AP.dat 中配置 AP 设置

关于linux - Raspberry PI - RT2870(内核模块 mt7601Usta)WiFi SUB dongle - 作为 WiFi 接入点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27756003/

相关文章:

linux - 如何根据文件B中的行号替换文件A中的某些行

linux - 如何在 perl 脚本中插入 awk 命令?

python - 监控模式下的 Scapy 嗅探

node.js - Node.js 中递归 setTimeout 函数的错误处理

linux - 文件中每一行的 bash 脚本 : how to move a string before . <dot>

java - 在 Java 中创建一个 Nohup 进程

delphi - 我想通过 Delphi 来使用 Wifi。如何?

linux - 简单通用即插即用 ( uPNP ) 在网络上查找 Raspberry Pi

Php 序列号 : No stty available -- cant seem to get it working

linux - 如何关闭 Raspberry Pi 上的 USB screen session ?