Hello,
i'm trying to install card Alfa AWUS036NHA on Arduino Yun and i have the fallowing problem:
root@Arduino:~# dmesg
(...)
[ 3174.240000] usb 1-1.1: new high-speed USB device number 10 using ehci-platform
[ 3174.390000] usb 1-1.1: New USB device found, idVendor=0cf3, idProduct=9271
[ 3174.390000] usb 1-1.1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[ 3174.390000] usb 1-1.1: Product: UB91C
[ 3174.400000] usb 1-1.1: Manufacturer: ATHEROS
[ 3174.400000] usb 1-1.1: SerialNumber: 12345
root@Arduino:~# lsusb
(...)
Bus 001 Device 010: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
root@Arduino:~# opkg update
Downloading http://downloads.arduino.cc/openwrtyun/1/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/attitude_adjustment.
Downloading http://downloads.arduino.cc/openwrtyun/1/packages/Packages.sig.
Signature check passed.
root@Arduino:~# opkg install kmod-ath9k-htc
Installing kmod-ath9k-htc (3.3.8+2014-05-22-1) to root...
Downloading http://downloads.arduino.cc/openwrtyun/1/packages/kmod-ath9k-htc_3.3.8+2014-05-22-1_ar71xx.ipk.
Collected errors:
- opkg_download: Failed to download http://downloads.arduino.cc/openwrtyun/1/packages/kmod-ath9k-htc_3.3.8+2014-05-22-1_ar71xx.ipk, wget returned 8.
- opkg_install_pkg: Failed to download kmod-ath9k-htc. Perhaps you need to run 'opkg update'?
- opkg_install_cmd: Cannot install package kmod-ath9k-htc.
Please help !