Results 1 to 4 of 4

Thread: dmesg says htc_9271.fw failed but i have it already

  1. #1
    Join Date
    2015-Oct
    Posts
    2

    dmesg says htc_9271.fw failed but i have it already

    First let me say I know WiFi connectivity issues get posted to death especially when regarding USB dongles but I think my issue is a little different from most of the standard querys. Furthermore I am by no means new to linux and am almost embarrassed to say I went to university for 3 years taking network engineering so the fact I cant figure this out is literally driving me insane.

    So here goes. Im running Kali 2.0 in Virtualbox 5.0.6 which I imported from a appliance file that I made after a fresh install of kali with all the updates. I attach my TP-Link TL-WN722N WiFi adapter to my Host and then inside VBox I connect it the normal way (by going to Devices > USB and selecting Atheros USB2.0 WLAN). It seems to mount with no problem and lsusb confirms this. However if i do a dmesg it tells me the firmware download failed(see below) which is really weird because the drivers are clearly already installed. Now before you suggest that I reload the firmware(which I have done anyways just incase) or anything like that here's the really weird part. If I go to my school, import the EXACT same appliance file into the same version VBox with the same extension pack just like I do at home and try the EXACT same process it will work no problem. The usb will load its driver and a second later the wlan0 interface pops into existence. Which would suggest that there is nothing wrong whatsoever with Kali and its files.

    Im am tearing my hair out trying to figure this out as like I said both VMs are identical at home and at school so there should be no way It works at one place and not the other. My first thought was that it had to do with the host which I guess can really be the only thing it could be but I just cant figure out how the host causes the erroneous firmware download failed message.

    Any help with this issue would be greatly appreciated.


    results of dmesg

    [ 191.970892] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 192.285850] usb 1-1: config 1 interface 0 altsetting 0 bulk endpoint 0x83 has invalid maxpacket 64
    [ 192.285855] usb 1-1: config 1 interface 0 altsetting 0 bulk endpoint 0x4 has invalid maxpacket 64
    [ 192.300980] usb 1-1: New USB device found, idVendor=0cf3, idProduct=9271
    [ 192.300985] usb 1-1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
    [ 192.300988] usb 1-1: Product: USB2.0 WLAN
    [ 192.300990] usb 1-1: Manufacturer: ATHEROS
    [ 192.300993] usb 1-1: SerialNumber: 12345
    [ 193.528843] usb 1-1: ath9k_htc: Firmware htc_9271.fw requested
    [ 193.529117] usbcore: registered new interface driver ath9k_htc
    [ 193.559386] usb 1-1: firmware: direct-loading firmware htc_9271.fw
    [ 193.813078] usb 1-1: ath9k_htc: Firmware - htc_9271.fw download failed
    [ 193.813319] usb 1-1: ath9k_htc: USB layer deinitialized

    proof that the drivers are already on the HDD

    root@Saturn:/lib/firmware# ls -al *htc*
    -rw-r--r-- 1 root root 72992 Jan 20 2013 htc_7010.fw
    -rw-r--r-- 1 root root 51272 Jan 20 2013 htc_9271.fw

  2. #2
    Join Date
    2015-Oct
    Posts
    2
    I've been searching for the same answer for a few hours now. I could get my TL-WN7722N to work in VmWare Player but not VirtualBox. dmesg gives the same output as yours.


    Turns out that VirtualBox doesn't support USB 3.0 out of the box, you need to install the extension pack. I've yet to confirm if installing the Virtualbox and selecting USB 3.0 fixes the issue yet though.

    https://www.codingfree.com/archives/312

  3. #3
    Join Date
    2015-Oct
    Posts
    2
    VirtualBox doesn't support USB 3.0, I assume you are plugged into a USB 3.0 port. Try installing VirtualBox extension pack to get the USB 3.0 option.

  4. #4
    Join Date
    2015-Oct
    Posts
    2
    Quote Originally Posted by snafu87 View Post
    VirtualBox doesn't support USB 3.0, I assume you are plugged into a USB 3.0 port. Try installing VirtualBox extension pack to get the USB 3.0 option.
    I'm running VB 5.0.6 with the associated extension pack. In the VirtualBox USB settings it gives me the option to choose either USB 1, 2 or 3. I have tried it on all of them with no luck. However one thought I had is that seeing as all the USB ports on my computer are all natively USB 3.0 that that could have something to do with it. The weird thing is it has worked in the past so that being the case I dont know how it could affect it now but this issue is a stumper thats forsure.

Similar Threads

  1. Wireless Adaptor showing in dmesg but not in ifconfig
    By Duder in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-07-14, 03:19
  2. PCIe bus Error(turn on and dmesg)
    By chembai in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2016-03-14, 08:52
  3. WN7222N usb 1-1: ath9k_htc: Firmware - htc_9271.fw download failed
    By sruby in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2015-11-02, 10:57
  4. Firmware - htc_9271.fw download failed - USB Wireless Adapter Problems
    By golfsoccer9 in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2014-04-19, 09:33

Posting Permissions

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