-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connect upstream can connect to 5GHz and kill hotspot #579
Comments
channel=36 works channel=100 does not seem to even with ieee80211ac=1 |
nmcli d wifi connect <2.4GHz BSSID> password connects, but /etc/NetworkManager/system-connections/.nmconnection has no info on channel so on reboot can randomly select 5GHz or 2.4GHz; former breaks hostapd |
tried reboot and came up on 2.4GHz with hostapd now working |
root@box:~# nmcli d wifi connect B8:6A:F1:B0:F4:12 wifi-sec.auth-alg open wifi-sec.key-mgmt wpa-psk wifi-sec.psk 345cb7373beff44a800270efa2b58322ee6188dd84ac4fd5512f393d2c1b5922 |
nmcli d wifi connect B8:6A:F1:B0:F4:12 password 345cb7373beff44a800270efa2b58322ee6188dd84ac4fd5512f393d2c1b5922 worked |
can we use 5GHz on hotspot?
nmcli -f in-use,ssid,bssid,freq,signal,bars dev wifi shows freq, but then we need to use bssid to connect
The text was updated successfully, but these errors were encountered: