我有一个 UMTS 路由器。在路由器的设置中,广播已打开。但是,当 wlan 由于某种原因断开连接时,它在网络管理器 gnome 中不可见。我的系统上禁用了 IPV6。lspci -nnk | grep -i ath -A2
节目
03:00.0 Network controller [0280]: Qualcomm Atheros AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01)
Subsystem: Quanta Microsystems, Inc EM306 802.11bgn Wireless Half-size Mini PCIe Card [AR9283] [1a32:0306]
Kernel driver in use: ath9k
ath9k
加载了以下选项:
$ cat /etc/modprobe.d/ath9k.conf
options ath9k ps_enable=1
options ath9k nohwcrypt=1
断开连接后,iw wlan0 scan | grep -i ssid
不显示我的连接。它显示了其他人,但没有显示我的。我可以通过 nmcli 连接到nmcli c up id xxxx
.连接信息是
$ cat /etc/NetworkManager/system-connections/Digiworld
[connection]
id=xxxx
uuid=cf380e60-ae56-405e-ba6c-82913b308d14
type=wifi
timestamp=1495540683
[wifi]
ssid=xxx
mode=infrastructure
mac-address=20:7C:8F:01:A1:61
seen-bssids=3C:46:D8:49:22:D3;
security=802-11-wireless-security
[wifi-security]
key-mgmt=wpa-psk
psk-flags=1
[ipv4]
method=auto
[ipv6]
method=ignore
ip6-privacy=0