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 monitorifconfig mon0 up
Did I do something wrong?
Thanks in advance.
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 phy
iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'interface add mon0 type monitor
ifconfig mon0 up
Did I do something wrong? Thanks in advance.