3

使用具有以下配置的 Raspberry Pi2、ModelB:

$ uname -a

Linux raspberrypi 4.9.59+ #1047 Sun Oct 29 11:47:10 GMT 2017 armv6l GNU/Linux

$ cat /etc/os-release

PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

我有一个联发科 USB 适配器,如下所示:

$ lsusb | grep 76

总线 001 设备 004:ID 148f:7601 Ralink Technology, Corp. MT7601U 无线适配器

尝试启动“hostapd”创建接入点时,报以下错误:

$ sudo /usr/local/bin/hostapd -ddd /etc/hostapd/hostapd.conf

random:尝试从 /dev/random 读取熵

配置文件:/etc/hostapd/hostapd.conf

第 2 行:无效/未知驱动程序“mt7601u”

在配置文件“/etc/hostapd/hostapd.conf”中发现 1 个错误

但是,驱动确实存在,

$ ls /lib/modules/4.9.59+/kernel/drivers/net/wireless/mediatek/mt7601u

-rw-r--r-- 1 root root 126932 Oct 30 14:36 mt7601u.ko

有人可以帮忙指出这里出了什么问题吗?为什么找不到驱动程序?

4

0 回答 0