-
Notifications
You must be signed in to change notification settings - Fork 40
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
How can I make it work in 5GHz? #22
Comments
Please share the following:
sudo ip link set <interface_name> down
sudo iw <interface_name> set monitor control
sudo ip link set <interface_name> up after enabling monitor mode provide the output of
|
your network adapter should be supported, and it seems that it has no problem enabling monitor mode however what I do find weird is that channel 136 is the last one that was scanned in your screenshot, yet it doesn't show up in the the channels to scan are generated based on the
edit:
|
this is very odd.. I can't think of a possible reason can you try setting the region to US: |
as you can see, it only works at 2.4Ghz, but my wireless adapter support 2.4G/5GHz,
please help me, thanks!
The text was updated successfully, but these errors were encountered: