| 
 | 
 
Hi all, 
 
At first i would like to apologise for my English :] I hope you will understand me. So let's start. 
I'm new user of Orange Pi and i bought it for fun and some tests of my network. I heard that a Kali is really good for this and his tools work well with TP-LINK WN722N. 
Right now im trying to enable the wifi, but without big success.  
I was doing like they write in this tutorial 
http://elinux.org/RPi_Peripheral ... pter_.28Debian_6.29 
And i got installed all needed packages and drivers, but my USB adapter still dont work. Does somebody managed to run that wifi adapter? Below i put some logs. 
- orangepi@OrangePi_kali:~$ lsusb 
 
 - Bus 008 Device 002: ID 045e:0750 Microsoft Corp. Wired Keyboard 600
 
 - Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 
 - Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 
 - Bus 006 Device 004: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
 
 - Bus 006 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
 
 - Bus 006 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
 
 - Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 
 - Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 
 - Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
 - Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
 - Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
 - Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
  
- orangepi@OrangePi_kali:~$ sudo iwconfig
 
 - gre0      no wireless extensions.
 
  
- lo        no wireless extensions.
 
  
- tunl0     no wireless extensions.
 
  
- sit0      no wireless extensions.
 
  
- eth0      no wireless extensions.
 
  
- ip6tnl0   no wireless extensions.
 
  
- orangepi@OrangePi_kali:~$ sudo ifconfig
 
 - eth0      Link encap:Ethernet  HWaddr fe:2e:51:97:49:db  
 
 -           inet6 addr: XXXX::XXXX:XXXX:XXXX:XXXX/64 Scope:Link
 
 -           UP BROADCAST MULTICAST  MTU:1500  Metric:1
 
 -           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 
 -           TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
 
 -           collisions:0 txqueuelen:1000 
 
 -           RX bytes:0 (0.0 B)  TX bytes:670 (670.0 B)
 
 -           Interrupt:114 
 
  
- lo        Link encap:Local Loopback  
 
 -           inet addr:127.0.0.1  Mask:255.0.0.0
 
 -           inet6 addr: ::1/128 Scope:Host
 
 -           UP LOOPBACK RUNNING  MTU:16436  Metric:1
 
 -           RX packets:4 errors:0 dropped:0 overruns:0 frame:0
 
 -           TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
 
 -           collisions:0 txqueuelen:0 
 
 -           RX bytes:240 (240.0 B)  TX bytes:240 (240.0 B)
 
  
- orangepi@OrangePi_kali:~$ sudo iwlist wlan0 scan
 
 - wlan0     Interface doesn't support scanning.
 
  
- orangepi@OrangePi_kali:~$ sudo pluma /etc/network/interfaces
 
 - auto lo
 
 - iface lo inet loopback
 
  
- auto eth0
 
 - iface eth0 inet dhcp
 
  
- #wifi
 
 - auto wlan0
 
 - allow-hotplug wlan0
 
 - iface wlan0 inet manual
 
 - #wpa-conf /etc/wpa.conf
 
  
- orangepi@OrangePi_kali:~uname -a
 
 - Linux OrangePi_kali 3.4.39 #1 SMP PREEMPT Mon Oct 12 12:02:29 CEST 2015 armv7l GNU/Linux
 
  Copy code 
 |   
 
 
 
 |