Replies: 3 comments 1 reply
|
That's awesome, thank you! I'll add this to the documentation, under a "community guides" section or something. |
1 reply
|
CSL USB 2.0 WLAN-Adapter 300649 has the monitor mode also. To do it manually on Raspbian GNU/Linux 11 (bullseye) use: $ sudo ip link set dev xxx down Check with $ iwconfig |
0 replies
|
Thank you! I added a note about v2.x compatibility to the top of the post. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
** NOTE BY nzyme staff: The "After the installation from nzyme do these steps" will no longer be required in nzyme >2.0
Hello Community,
i want to share my success with the ALFA AWUS036ACS (RTL8811AU).
Simply all you need is the great installation guide from lennart and the WLAN Driver
Here is a little guide for the Raspberry Pi 4:
After the installation from nzyme do these steps:
Change the nzyme.conf to :
skip_enable_monitor: trueBecause of that, you must enable the monitor mode manually. I have insert the following line in /etc/rc.local:
iw dev <YOUR_WIFI_INTERFACE_NAME> set type monitor
Have fun!
All reactions