-
Notifications
You must be signed in to change notification settings - Fork 436
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
Misbehaves on Arch #242
Comments
I switched to
even when neither NetworkManager nor wpa_supplicant is running. |
Is this solved for you? |
@ranjith19 Nope, I gave up. I'm switching to Kali until I get a Raspberry Pi (which supports monitor mode and packet injection). |
glibg10b you're not alone, i've seen your questions on the arch websites asking for help and so on, i face the same issue, its because the wifi driver isn't perfectly built for Arch. We need to buy another adapter in the mean time for Arch Linux... or Use Kali yeah. |
After I try to turn on monitor mode with
airmon-ng start <interface>
:When I run
sudo
(even justsudo --help
), the terminal freezes. Neither Ctrl+C nor Ctrl+Z does anything. It also happens to network-related programs likeiw
andNetworkManager
. At about 120 seconds after runningsudo airmon-ng start <interface>
, I start seeing errors in the journal about some of KDE Plasma's components being unresponsive.modprobe -r
andrmmod
freeze as well when trying to unload this module.The same also happens with the other 8192eu modules I've tried, but not with 8xxxu. The latter unfortunately doesn't support packet injection.
Another driver I've tried (https://github.com/drygdryg/RTL8192EU) exhibits the same symptoms in Arch but works perfectly fine in Kali.
Linux version is
5.14.7-arch1-1
. Adapter is a TL-W823N v3.The text was updated successfully, but these errors were encountered: