Problems WithMonitor Mode

So, I’ve been attempting to use monitor mode on Parrot, and it’s not working. I’ve tried using wifite and wireshark, and neither work in monitor mode. I know my wifi card supports it, because previously I had Kali installed, and it worked perfectly.


Using Parrot Security 4.2.2

Dual Booting with Windows

What is your chipset?

Qualcomm Atheros QCA9377

What if you set monitor mode manually?

ifconfig <interface> down
iwconfig <interface> mode monitor
ifconfig <interface> up

Then check the mode with iwconfig

I just tried this, and monitor mode is enabled like it was before. It still isn’t picking up networks or data though.

Hm :thinking:
This will be a driver issue.
I can say nothing, try to find witch driver version you use in kali and install it in Parrot

Now I have same problem, any idea…