1 | | I've also been bitten by this bug. Running latest Ubuntu 13.10 stable in latest stable virtualbox (4.3.6) with latest stable virtualbox matching extensions (also 4.3.6) with latest stable vagrant setting the whole thing up. Using standard off the shelf atheros ath9k-based usb wifi. Module loads and I get the same error as Chris above. |
| 1 | I've also been bitten by this bug. Running latest Ubuntu 13.10 stable in latest stable virtualbox (4.3.6) with latest stable virtualbox matching extensions (also 4.3.6) with latest stable vagrant setting the whole thing up. Using standard off the shelf atheros ath9k-based usb wifi. |
| 2 | |
| 3 | |
| 4 | {{{ |
| 5 | [ 295.873968] usb 1-1: USB disconnect, device number 2 |
| 6 | [ 298.576324] usb 1-1: new high-speed USB device number 3 using ehci-pci |
| 7 | [ 298.848768] usb 1-1: New USB device found, idVendor=0cf3, idProduct=9271 |
| 8 | [ 298.848775] usb 1-1: New USB device strings: Mfr=16, Product=32, SerialNumber=48 |
| 9 | [ 298.848779] usb 1-1: Product: UB91C |
| 10 | [ 298.848782] usb 1-1: Manufacturer: ATHEROS |
| 11 | [ 298.848786] usb 1-1: SerialNumber: 12345 |
| 12 | [ 298.872690] cfg80211: Calling CRDA to update world regulatory domain |
| 13 | [ 298.878435] cfg80211: World regulatory domain updated: |
| 14 | [ 298.878440] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) |
| 15 | [ 298.878443] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) |
| 16 | [ 298.878446] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) |
| 17 | [ 298.878449] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) |
| 18 | [ 298.878451] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) |
| 19 | [ 298.878453] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) |
| 20 | [ 298.901818] usb 1-1: ath9k_htc: Firmware htc_9271.fw requested |
| 21 | [ 298.902484] usbcore: registered new interface driver ath9k_htc |
| 22 | [ 299.346601] usb 1-1: ath9k_htc: Transferred FW: htc_9271.fw, size: 51272 |
| 23 | [ 300.344196] ath9k_htc 1-1:1.0: ath9k_htc: Target is unresponsive |
| 24 | [ 300.344655] ath9k_htc: Failed to initialize the device |
| 25 | [ 300.357050] usb 1-1: ath9k_htc: USB layer deinitialized |
| 26 | root@vagrant-ubuntu-saucy-64:~# lsusb |
| 27 | Bus 001 Device 003: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n |
| 28 | Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub |
| 29 | Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub |
| 30 | |
| 31 | }}} |
| 32 | |
| 33 | |