Skip to content
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

Has anyone got the AWUS036ACH working on Raspberry Pi 5? #1190

Open
CursedOddity opened this issue Sep 14, 2024 · 4 comments
Open

Has anyone got the AWUS036ACH working on Raspberry Pi 5? #1190

CursedOddity opened this issue Sep 14, 2024 · 4 comments

Comments

@CursedOddity
Copy link

CursedOddity commented Sep 14, 2024

I stupidly bought the mentioned card and a new Pi 5 only to find out that the card doesn't work with the new kernels. I have got it to install but monitor mode and injection doesn't work. I bought the Pi5 so i could run Kismet and a few other IDS.

Would be extremely grateful to finally get this to work. I don't really want to go out and buy a new card, as i just spent over $100 on this thing.

I have tried different kernels, as well as different release versions and i am completely out of ideas.

Thanks.

@gizmochefmogwai
Copy link

Same thing here.

Kali on Pi 5, tried different kernels from 6.1.64-v8+ to 6.6.45-v8+

Impossible to make or to install by dkms, I create a new issue.

@hadian90
Copy link

hadian90 commented Oct 9, 2024

Manage to install driver, but it's not scanning any wifi networks. 6.6.51-v8. No error while install by dkms

[Update]

manage to make it working using this
sudo git checkout 63cf0b4
sudo make dkms_install

@Mair
Copy link

Mair commented Nov 20, 2024

@hadian90 Thanks

git checkout 63cf0b4

make
sudo install 

worked a charm

@aguro90
Copy link

aguro90 commented Nov 25, 2024

The key was to do
apt-get install raspberrypi-kernel-headers
then
git clone -b v5.6.4.2 https://github.com/aircrack-ng/rtl8812au.git
then
sudo git checkout 63cf0b4
then
make
then
make install

Working on Raspberry 5 with NVMe M2 hat with latest raspiOS with arm64(6.6.51+rpt-rpi-2712). The adapter must be connected with self powered usb hub in order to avoid faults related to voltage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants