当我尝试运行下面的任何命令时Station Debug
,
Station Debug:
debug <wlan> connect <bssid> Connect to a specific BSS
debug <wlan> roam <bssid> Roam to a BSS
debug <wlan> get-networks Get networks
debug <wlan> autoconnect on|off Set AutoConnect property
我明白了“IWD 未处于开发者模式”
[iwd]# debug wlan0 connect B4:75:0E:66:D9:C0
IWD not in developer mode
如何将 IWD 置于“开发者模式”?
答案1
尝试从这里运行它,并使用以下--developer
标志:
sudo /usr/lib/iwd/iwdl -E
来自与以下相同的路径--help
:
iwd - Wireless daemon
Usage:
iwd [options]
Options:
-E, --developer Enable developer mode
-i, --interfaces Interfaces to manage
-I, --nointerfaces Interfaces to ignore
-p, --phys Phys to manage
-P, --nophys Phys to ignore
-d, --debug Enable debug output
-v, --version Show version
-h, --help Show help options
请注意,我还没有实际测试过这个,因为我的 IWD 现在完全坏了,我几乎已经放弃了它