seemoo-lab / nexmon

The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more
GNU General Public License v3.0
2.38k stars 448 forks source link

Raspberry Pi Zero W Monitor Mode #515

Open StorinOfKel opened 2 years ago

StorinOfKel commented 2 years ago

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 commented 2 years ago

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 commented 3 months ago

Any updates on this?

StorinOfKel commented 3 months ago

Nope. I gave it up.

On Tue, Apr 2, 2024, 15:30 thrust3d @.***> wrote:

Any updates on this?

— Reply to this email directly, view it on GitHub https://github.com/seemoo-lab/nexmon/issues/515#issuecomment-2032049579, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALTQMY6UQ4IOWBOD7H2QBS3Y3KXGJAVCNFSM5PNHNKXKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBTGIYDIOJVG44Q . You are receiving this because you authored the thread.Message ID: @.***>