-
Notifications
You must be signed in to change notification settings - Fork 962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi #10
Comments
Run |
What would be the make command or makefile adjustment to compile for arm v7? I can't find the architecture toggle for building on an arm system |
|
Here's what I did to get it to compile on my Pi (some steps taken from here):
|
Better use the branch v4.3.21 |
I am on a raspberry pi zero w , Make the driver should I change the "arm-linux-gnueabihf- ARCH=arm" to "arm-linux-gnueabiel- ARCH=arm" cause I am using armel not the armhf |
Is there a walk through for installing on PwnPi 4.1.19-v7+ or the latest Raspbian 4.4.38.
I've installed the kernel headers.
Compiling appears to work however 8812au.ko states that it is in the wrong format when I run insmod.
The driver doesn't appear to load.
My Alfa adapters works on the latest Kali VM so it's not that.
The text was updated successfully, but these errors were encountered: