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

Raspberry Pi Zero W Monitor Mode #515

Open
StorinOfKel opened this issue Feb 26, 2022 · 3 comments
Open

Raspberry Pi Zero W Monitor Mode #515

StorinOfKel opened this issue Feb 26, 2022 · 3 comments

Comments

@StorinOfKel
Copy link

StorinOfKel commented Feb 26, 2022

So I followed through the entire installation manual and got to the part of monitor mode.

iw phy iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}' interface add mon0 type monitor

(the ticks above kind of break the line of code, hence it's bold now.)

When I enter this command I get the following:

root@punk:/home/pi# iw phy `iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'` interface add mon0 type monitor
command failed: Operation not supported (-95)

What am I doing wrong? It basically gives me no info on what I did wrong.

@batinthestacks
Copy link

batinthestacks commented Mar 14, 2022

I'm struggling with this too. Best I can tell so far, this doesn't properly support the current Raspberry Pi OS kernel - 5.10 (.103)
There's a replacement kernel module brcmfmac.ko, which I assume is required to work with the patched firmware, but it's only for kernel 4.9.

@thrust3d
Copy link

thrust3d commented Apr 2, 2024

Any updates on this?

@StorinOfKel
Copy link
Author

StorinOfKel commented Apr 9, 2024 via email

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

3 participants