Ubuntu 16.0.4 - 无法连接到移动热点

Ubuntu 16.0.4 - 无法连接到移动热点

我无法连接到我的移动热点,但我可以连接到其他 2GHz Wi-fi 网络。根据手机显示,移动热点确实使用 2GHz 频段。我可以从 Windows 7 连接到热点。

(笔记:这个帖子可能类似,但信息有限)

--编辑--

  • 删除由于某种原因遗留下来的 /etc/modprobe.d/ndiswrapper.conf 后,lspci 的输出是正确的。

-- 编辑结束 --

输出如下lspci -knn | grep -A3 Net

02:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
Subsystem: Foxconn International, Inc. T77H126.00 802.11bgn Wireless Half-size Mini PCIe Card [105b:e017]
Kernel driver in use: ath9k
Kernel modules: ath9k {was ndiswrapper}

有什么建议么?

rflink -all输出:

0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: sony-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: sony-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

注意:“b0p33p”是我的热点,“bdp3107”是我家(已确认可以正常工作)路由器的 wifi。其他的我猜只是邻居的网络。

iwlist scan | egrep -i 'ssid|cipher'输出:

lo        Interface doesn't support scanning.

enp4s0    Interface doesn't support scanning.`

                ESSID:"bdp3107"
                    Group Cipher : CCMP
                    Pairwise Ciphers (1) : CCMP
                ESSID:"BELL900"
                    Group Cipher : CCMP
                    Pairwise Ciphers (1) : CCMP
                ESSID:"The Millennium Falcon"
                    Group Cipher : TKIP
                    Pairwise Ciphers (2) : CCMP TKIP
                    Group Cipher : TKIP
                    Pairwise Ciphers (2) : CCMP TKIP
                ESSID:"NETGEAR24"
                    Group Cipher : CCMP
                    Pairwise Ciphers (1) : CCMP
                ESSID:"wififofum"
                    Group Cipher : CCMP
                    Pairwise Ciphers (1) : CCMP
                ESSID:"b0p33p"
                    Group Cipher : CCMP
                    Pairwise Ciphers (1) : CCMP
                ESSID:"Rogers1101"
                    Group Cipher : TKIP
                    Pairwise Ciphers (2) : CCMP TKIP
                    Group Cipher : TKIP
                    Pairwise Ciphers (2) : CCMP TKIP
                ESSID:""
                    Group Cipher : TKIP
                    Pairwise Ciphers (2) : CCMP TKIP
                    Group Cipher : TKIP
                    Pairwise Ciphers (2) : CCMP TKIP

答案1

我现在使用采用 Realtek 8811au 芯片组的 Wi-fi 适配器,而不是笔记本电脑附带的 Atheros AR9285 适配器。它可以很好地连接到我的移动热点。:)

我不得不在 Google 上搜索“ubuntu RTL8811AU 驱动程序”来安装该驱动程序,因为我的适配器附带的驱动程序无法构建。

这是我从 newegg 订购的:

http://www.szedup.com/product-item/ac-dual-band-wifi-usb-adapter-2dbi/

相关内容