I've got an issue with alfa AWUS036NH. I cannot set it up. I get info : "No such device" or "Input/output error". I used command : "sudo ip link set wlan0 up" Kali version :5.5.0-kali1-amd64 release:2020.2 and yes I've made update before I'm stuck enter image description here
Asked
Active
Viewed 3,339 times
1 Answers
0
Likely the name of wireless network interface is different. Check the output of the ip link show
command to list of presented network interfaces in the system.

Anton Danilov
- 5,082
- 2
- 13
- 23
-
1Apparently name is rather correct. >> kali@kali:~$ ip link show >>1... 2... 3: wlan0:
mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether 00:c0:ca:98:7f:28 brd ff:ff:ff:ff:ff:ff >>kali@kali:~$ sudo ip link set wlan0 up >>RTNETLINK answers: Input/output error **and still same problem – timerto Jun 05 '20 at 15:16