Results 1 to 7 of 7

Thread: Raspberry Pi 3 problem with TL-WN722n WiFi Adapter (Atheros AR9271)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2016-Nov
    Posts
    2

    Question Raspberry Pi 3 problem with TL-WN722n WiFi Adapter (Atheros AR9271)

    Hello

    I'm trying to use my wifi adapter with TP Link TL-WN722n (Atheros AR9271) with freshly installed Kali (kali-2.1.2-rpi) on Rpi 3.
    What I did :

    apt-get update
    apt-get upgrade
    apt-get install firmware-atheros

    checked ifconfig & iwconfig, shows no wireless :

    Code:
    root@kali:~# iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    lsusb shows adapter :

    Code:
    root@kali:~# lsusb
    Bus 001 Device 004: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    logs have following entries :
    Code:
    [    3.681027] usb 1-1.5: new high-speed USB device number 4 using dwc_otg
    [    3.829544] usb 1-1.5: New USB device found, idVendor=0cf3, idProduct=9271
    [    3.842395] usb 1-1.5: New USB device strings: Mfr=16, Product=32, SerialNumber=48
    [    3.857865] usb 1-1.5: Product: USB2.0 WLAN
    [    3.866252] usb 1-1.5: Manufacturer: ATHEROS
    [    3.874740] usb 1-1.5: SerialNumber: 12345
    tried doing modprobe

    Code:
    root@kali:/lib/modules# modprobe ath9k_htc
    modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.1.19-v7+/modules.dep.bin'
    modprobe: FATAL: Module ath9k_htc not found in directory /lib/modules/4.1.19-v7+
    /lib/modules/ only contains 4.1.19 directory

    Code:
    root@kali:/# ls -ls /lib/modules/
    total 4
    4 drwxr-xr-x 3 root root 4096 Dec  3 17:17 4.1.19

    OS (via uname) :
    Linux kali 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l GNU/Linux

    Any advice or help would be highly appreciated !
    Last edited by kachevan.op; 2016-12-04 at 11:45.

Similar Threads

  1. Replies: 2
    Last Post: 2022-04-23, 16:10
  2. USB WiFi Card (atheros AR9271) TP-Link WTL71N error.
    By syarz in forum General Archive
    Replies: 0
    Last Post: 2013-11-10, 02:52

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •