-1

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

enter image description here

Paul
  • 2,755
  • 6
  • 24
  • 35
timerto
  • 1
  • 1

1 Answers1

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
  • 4,874
  • 2
  • 11
  • 20
  • Apparently 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