View Single Post
Old 22nd March 2014
blackhole's Avatar
blackhole blackhole is offline
Spam Deminer
 
Join Date: Mar 2014
Posts: 316
Default

Same problem here (USB device based on AR9271) - anyone had any luck with this? Searching only reveals this thread and the bug report (0 replies).

Thanks
Code:
$ dmesg | egrep -i 'ar9271|athn1'
athn1 at uhub0 port 1 "ATHEROS USB2.0 WLAN" rev 2.00/1.08 addr 2
athn1: failed loadfirmware of file athn-ar9271 (error 2)
athn1: could not load firmware
Installed firmware with fw_update
Code:
$ ls -l /etc/firmware/athn*
-r--r--r--  1 root  bin  70624 Jul 20  2013 /etc/firmware/athn-ar7010
-r--r--r--  1 root  bin  70624 Jul 20  2013 /etc/firmware/athn-ar7010-11
-r--r--r--  1 root  bin  51280 Jul 20  2013 /etc/firmware/athn-ar9271
-r--r--r--  1 root  bin   2221 Jul 20  2013 /etc/firmware/athn-license
Code:
$ uname -mrsv
OpenBSD 5.4 GENERIC.MP#44 i386

Last edited by blackhole; 22nd March 2014 at 03:35 PM.
Reply With Quote