如何在 Ubuntu 16.04 中设置 mt7601U USB Wifi 适配器

如何在 Ubuntu 16.04 中设置 mt7601U USB Wifi 适配器

编辑我使用的是 ubuntu 17.10。以下是输出。我有一个 USB Wi-Fi 适配器 MT7601U。

$ lsusb
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 001 Device 082: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
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
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


$ sudo iwconfig
enp0s25   no wireless extensions.

lo        no wireless extensions.


$ lspci -nnk | grep -iA3 net
00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 04)
    Subsystem: Toshiba America Info Systems 82579V Gigabit Network Connection [1179:0002]
    Kernel driver in use: e1000e
    Kernel modules: e1000e
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)

我尝试在 Google 上搜索,有人说插入 Wi-Fi 适配器后应该会自动工作。但我这边不行。

我还需要做哪些其他配置?

我也尝试了此链接上的说明 Ralink MT7601U (148f:7601) Wi-Fi 适配器安装

编辑::

我将我的 ubuntu 降级到 16.04 来测试上面链接中所说的是否属实,但不幸的是出现了同样的问题。

以下是 lsmod | grep mt7 的输出

$ lsmod | grep mt7
mt7601u               102400  0
mac80211              782336  1 mt7601u
cfg80211              602112  2 mac80211,mt7601u

没有输出sudo rfkill list all

以下是 16.04 命令的其他输出

$ lsusb
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 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
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 109: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


$ sudo iwconfig
enp0s25   no wireless extensions.

lo        no wireless extensions.



$ lspci -nnk | grep -iA3 net
00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 04)
    Subsystem: Toshiba America Info Systems 82579V Gigabit Network Connection [1179:0002]
    Kernel driver in use: e1000e
    Kernel modules: e1000e
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)

答案1

github上关于这个问题的答案 https://github.com/kuba-moo/mt7601u/issues/64#issuecomment-352250127对我有用。

相关内容