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.47k stars 457 forks source link

Installing nexmon on Pi 4 Buster #419

Open davidbenucci opened 4 years ago

davidbenucci commented 4 years ago

I have a Raspberry Pi 4 with Raspbian Buster lite installed. I follow the instructions in the README file even those optional for Pi3 in order to load modified driver at boot. When I reboot the interface mon0 is not active and I have to re-launch: iw phyiw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'interface add mon0 type monitor ifconfig mon0 up Did I do something wrong? Thanks in advance.

zeroby0 commented 4 years ago

mon0 does not activate on it's own on reboot. You have to do it yourself after reboot.