morrownr / 8812au-20210820

Linux Driver for USB WiFi Adapters that are based on the RTL8812AU Chipset - v5.13.6-23
Other
131 stars 27 forks source link

Advice: AWUS036ACH, Raspberry pi 4 and kismet #38

Open cyberpunked1985 opened 5 days ago

cyberpunked1985 commented 5 days ago

Checklist

Is Secure Boot enabled?

None

uname

Successful

lsusb

Successful, Device shows

rfkill

Successful

dkms

Successful

iw

Successful, Phy1 shows up

git status

Successful

install-driver.sh

Successful

What happened?

With further research and looking at this hub, I may have got the wrong devices for the job? I am trying to utilize my RPI 4B as a Kismet Wifi scanner, I open to any OS/Kernel recommendation. But from my understanding is that Monitor mode is picky with the type of chip in my device. I have attempted a few different OS and getting monitor mode to enable, I have been successful getting monitor mode to enable with airmon github driver but I still find when I get Kismet up and running no Wifi devices are being discovered. Are there any Recommendations to get my current hardware functional as a kismet scanner? Should I go with an older version of Kali/Kernel or and older version of RPIOS/Kernel? Or am I SOL with my current hardware? Any advice is greatly appreciated, I may be doing something incorrectly?

morrownr commented 4 days ago

@cyberpunked1985

Let me start by saying that my Monitor mode work is limited these days due to other projects but I do listen to those who are heavy Monitor mode users.

On the Main Menu:

https://github.com/morrownr/USB-WiFi

...under menu item 2, you will find a link called Recommended Adapters for Kali Linux. Select it. You will find good suggestions. To help with a specific suggestion, we would need to know if you want long range, small or large adapter, whether you need Active Monitor mode and any other specific needs you have.

With further research and looking at this hub, I may have got the wrong devices for the job?

You may have picked an adapter with a chip that is a challenge for what you are trying to do. Notice in the above list about adapters for Kali, no Realtek based adapters are listed. This is because Realtek's USB WiFi support is lacking. I am aware that many online Best adapters for Kali lists show your adapter but those lists are simply wrong. I do my best to get good information out there but there is so much bad information that it is hard to compete.

Should I go with an older version of Kali/Kernel or and older version of RPIOS/Kernel?

The current 64 bit RasPiOS with kernel 6.6 should work fine.

Any advice is greatly appreciated, I may be doing something incorrectly?

I'd say that your needs seem to require a different adapter. Like I said above, give us more info and take a look at the adapters that are recommended for Kali and we can hopefully help you.

cyberpunked1985 commented 4 days ago

Ok thank you. I think I managed to get both the adapter and the internal wifi working on monitor mode by playing around with source driver settings on Kali Purple 2023. I will keep playing around with it and maybe go back to latest RaspOS/6.6 and give it another try. Thanks again.