Firstly, live this distro, it looks and feels great. I’m looking for a security focused distro that is easy to use and has all the stuff I want. I think this distro could be it I love it. I used it before a while back and it was great then.
I am a Linux noob though.
Briefly describe your issue below:
On the top right, the WiFi networks tab alternates that my device is not ready/not managed. Therefore I cannot connect to the internet. Using an internal WiFi card on my Asus laptop. The internet works great in my Kali live usb.
What version of Parrot are you running? (include version (e.g. 4.6), edition(e.g. Home//KDE/OVA, etc.), and architecture (currently we only support amd64)
The latest one. 4.7 64x? Security
What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)
I made a live usb with etcher. Planning at creating a persistent partition and keeping it on usb for now.
Configured to multiboot with other systems? (yes / no)
No
If there are any similar issues or solutions, link to them below:
If there are any error messages or relevant logs, post them below:
Iwconfig lists the card 1 second and then shows nothing the next. It alternates To on and off.
Apparently this can be solved by deleting the firmware for the WiFi card and reinstalling it again. There’s a thread on here that explains how to do it.
Before touching the firmware be aware that /lib/firmware (/lib in general) is one of the most important directories so don’t touch, move, delete, link anything that you don’t know about and don’t know how to fix.
That said if you have a firmware load failure(you’ll see a some dmesg errors like that), you maybe able to correct the behavior by removing and then reinserting the driver into the kernel.
modprobe -r (name of device_driver) followed by modprobe (name of device_driver). Modules sometimes have dependencies so if the first command fails use modinfo to find the depends and unload these first.
So I tried to boot into it to provide the information you asked for. But now when I do, as soon as the operating system gets past the parrot logo with the spinning border, the laptop turns off.
I’ve re-downloaded the image from Parrot and flashed it using etcher to a brand new external hdd, a older external hdd and 2 usb sticks. All have the same result. This is wierd.
What I have noticed, is that in bios, it shows ‘parrot’ as a boot media, even if nothing is inserted to the USB’s. If I press the key to boot from USB, this ‘parrot’ doesn’t show up.
ok, so got it working by running it in failsafe (no AMD/Nvidea). Wierd considering it worked before.
Of course for some reason my internal storage drive now has a filesystem of ‘Other’ (not the USB stick I’m running it from, and I can’t access it. Luckily I can recover the data to a spare external with a partition software I have.
Now that I’m in. Nothing runs. I click ‘Applications’ and as soon as I hover over anything, the bars all reload
MATE terminal won’t start
When I click the Menu block in bottom left corner, it just says it quit unexpectedly.
Starting to think Parrot OS was not meant to be for me. lol
One possible fix I found was adding this line to your /etc/modprobe.d/iwlwifi.conf (create file if it does not exist):
options iwlwifi lar_disable=1
Then issue: sudo modprobe iwlwifi
The above may or may not be the fix for you, but it is worth trying and worked for others.
To get more info from logs directly related to your intel wifi device try running: dmesg | grep 'iwlwifi'
that will print dmesg logs with the driver mentioned. Keep an eye out for errors.
to get a list of logs related to firmware try: dmesg | grep 'firmware'
It might also help to explore some of the logs yourself (especially the moment you plugin usb wifi device you are having trouble with). Look for any errors. Share what you find out and we can help try to narrow the issue down. Without logs/errors we don’t have very much to go on.
Sooo, I installed it after many attempts to a USB external hard drive. It boots (sometimes after a few goes) and the wifi is the same, but I’m missing alot of Pentesting tools too. Even after the apt-get update.
However, if I select the option of no AHCP (or similar), it boots in just fine and the wifi works perfectly o.o
Awesome thanks. Many thanks to all who helped with this. I had a play with Wifite and used the --kill command. Now I have no wifi interface at all lol.