Hello everybody,
I have a little issue with USB Alfa AWUS036NHR WiFi running on Raspberry PI running Kali. Not a power issue.
Kali is able to detect Alfa, when it comes up wlan0 interface is up and running.
When I bring it down change the mac with macchanger and than trying to enable it with a airmon-ng start wlan0 it doesn't come up and i can see mon0.
Could you please advise what the **** is going on.
Code:
wlan0 Link encap:Ethernet HWaddr 00:c0:ca:62:2c:a0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:117 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@kali:~# ifconfig wlan0 down
root@kali:~# macchanger -m 00:11:22:33:44:55 wlan0
Permanent MAC: 00:c0:ca:62:2c:a0 (Alfa, Inc.)
Current MAC: 00:c0:ca:62:2c:a0 (Alfa, Inc.)
New MAC: 00:11:22:33:44:55 (Cimsys Inc)
root@kali:~# airmon-ng start wlan0
Found 3 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
-e
PID Name
1420 dhclient
1800 NetworkManager
1879 wpa_supplicant
Interface Chipset Driver
root@kali:~# airmon-ng check kill
Found 3 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
-e
PID Name
1420 dhclient
1800 NetworkManager
1879 wpa_supplicant
Killing all those processes...
root@kali:~# airmon-ng start wlan0
Interface Chipset Driver
root@kali:~#