Skip to content
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

Open
tim-moody opened this issue Aug 12, 2024 · 5 comments
Open

connect upstream can connect to 5GHz and kill hotspot #579

tim-moody opened this issue Aug 12, 2024 · 5 comments

Comments

@tim-moody
Copy link
Contributor

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

@tim-moody
Copy link
Contributor Author

channel=36
country_code=GB
hw_mode=a

works

channel=100 does not seem to even with ieee80211ac=1

@tim-moody
Copy link
Contributor Author

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

@tim-moody
Copy link
Contributor Author

tried reboot and came up on 2.4GHz with hostapd now working
power cycled and same

@tim-moody
Copy link
Contributor Author

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
Error: invalid extra argument 'wifi-sec.auth-alg'.

@tim-moody
Copy link
Contributor Author

nmcli d wifi connect B8:6A:F1:B0:F4:12 password 345cb7373beff44a800270efa2b58322ee6188dd84ac4fd5512f393d2c1b5922

worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant