We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
root@raspberrypi:/home/pi/nexmon/patches/bcm43455c0/7_45_189/nexmon_csi/utils/makecsiparams# iw phy iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}' interface add mon0 type monitor command failed: Operation not supported (-95)
iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'
root@raspberrypi:/home/pi# iw dev phy#0 Interface mon0 ifindex 4 wdev 0x2
type monitor channel 157 (5785 MHz), width: 80 MHz, center1: 5775 MHz txpower 31.00 dBm Interface wlan0 ifindex 3 wdev 0x1 type managed channel 157 (5785 MHz), width: 80 MHz, center1: 5775 MHz txpower 31.00 dBm
how to solve it, thank you to everyone who provided help.
The text was updated successfully, but these errors were encountered:
Restart the Pi and try again? It's the fastest and most reliable 'fix' for me.
Sorry, something went wrong.
sudo iw dev mon0 del Fixes it for me
No branches or pull requests
root@raspberrypi:/home/pi/nexmon/patches/bcm43455c0/7_45_189/nexmon_csi/utils/makecsiparams# iw phy
iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'
interface add mon0 type monitorcommand failed: Operation not supported (-95)
root@raspberrypi:/home/pi# iw dev
phy#0
Interface mon0
ifindex 4
wdev 0x2
how to solve it, thank you to everyone who provided help.
The text was updated successfully, but these errors were encountered: