You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2021. It is now read-only.
This dont compile out of the box with Raspbian Buster.
unrecognized command line option ‘-mgeneral-regs-only’
Aircrack 8812au driver(pretty same stuff but dont work with CU device) manual say do this on PI4:
$ sed -i 's/^dkms build/ARCH=arm dkms build/' dkms-install.sh
$ sed -i 's/^MAKE="/MAKE="ARCH=arm\ /' dkms.conf
But still need "make ARCH=arm" to build the driver.
Monitor Mode is broken in this driver (iw says unsupported, iwconfig wlan0 mode monitor freeze the whole PI).
Dont testet if it work in managed mode.
The text was updated successfully, but these errors were encountered:
This dont compile out of the box with Raspbian Buster.
unrecognized command line option ‘-mgeneral-regs-only’
Aircrack 8812au driver(pretty same stuff but dont work with CU device) manual say do this on PI4:
$ sed -i 's/^dkms build/ARCH=arm dkms build/' dkms-install.sh
$ sed -i 's/^MAKE="/MAKE="ARCH=arm\ /' dkms.conf
But still need "make ARCH=arm" to build the driver.
Monitor Mode is broken in this driver (iw says unsupported, iwconfig wlan0 mode monitor freeze the whole PI).
Dont testet if it work in managed mode.
The text was updated successfully, but these errors were encountered: