-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Hotspot fails with unhelpful message when wifi card only supports AP on the same channel #344
Comments
Here is a log with hostapd debug enabled:
This appears to be the cause: |
Found the problem: it appears my Wifi card only supports AP on the same channel than existing Wifi connection. So I have to first manually check channel of the existing connetion with Maybe a better error message could be added or even this condition detected and channel picked automatically instead of always defaulting to channel 1? |
For the record, it looks like @sudoAlphaX has put together a PR implementing a fallback to the current wifi channel here: #450 |
Attempting to create a hotspot will result in a following error:
iw dev:
iw list (shows AP as supported)
Wifi device is
Qualcomm Technologies, Inc QCNFA765 Wireless Network Adapter (rev 01)
Any ideas what would cause this?
The text was updated successfully, but these errors were encountered: