Skip to content
/ pimon Public

Installs nexmon on Raspberry Pi 3 Model B / Raspberry Pi Zero W

License

Notifications You must be signed in to change notification settings

the-bobo/pimon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Installs nexmon on Raspberry Pi 3 Model B

to run installer:
bash pimon.sh

to run nexutil:
sudo su
nexutil

to run after reboot:
get to nexmon/patches/bcm43438/7_45_41_26/nexmon
sudo su
rmmod brcmfmac # removes regular broadcom driver module
insmod brcmfmac/brcmfmac.ko # installs new driver module
nexutil -m2 # places WiFi into monitor mode

to revert back to managed mode and use regular wifi:
get to the same folder as above
rmmod brcmfmac/brcmfmac.ko
modprobe brcmfmac
exit # exits su

About

Installs nexmon on Raspberry Pi 3 Model B / Raspberry Pi Zero W

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages