SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Well, I have downloaded compat-wireless, and when execute "./driver-select ath9k" it gives me an error "Must run ./driver-select from the compat-drivers top level directory" that I do not understand how to resolve it. Any help??
I tried this thread but I could not get good result:
Well, I have downloaded compat-wireless, and when execute "./driver-select ath9k" it gives me an error "Must run ./driver-select from the compat-drivers top level directory" that I do not understand how to resolve it. Any help??
I tried this thread but I could not get good result:
Thanks, I did it, but nothing, the interface is not visible (with "iwconfig" from console), although the system recognizes it:
root@darkstar:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0cf3:b002 Atheros Communications, Inc. Ubiquiti WiFiStation 802.11n [Atheros AR9271]
root@darkstar:~# dmesg | grep usb
.......
.......
[ 4.368187] usb 1-5: Product: WiFiStation
[ 4.368278] usb 1-5: Manufacturer: UBIQUITI
[ 4.368368] usb 1-5: SerialNumber: 11111
[ 159.078875] usbcore: registered new interface driver ath9k_hif_usb
Thanks, I did it, but nothing, the interface is not visible (with "iwconfig" from console), although the system recognizes it:
root@darkstar:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0cf3:b002 Atheros Communications, Inc. Ubiquiti WiFiStation 802.11n [Atheros AR9271]
root@darkstar:~# dmesg | grep usb
.......
.......
[ 4.368187] usb 1-5: Product: WiFiStation
[ 4.368278] usb 1-5: Manufacturer: UBIQUITI
[ 4.368368] usb 1-5: SerialNumber: 11111
[ 159.078875] usbcore: registered new interface driver ath9k_hif_usb
i'm not sure, but i don't think iwconfig, iwlist, etc. will work until the interface is UP. see what interfaces your system believes are installed with ifconfig -a. dmesg | grep -i wlan may also give some clues.
notice that eth0 is found but not doing anything. it is not configured. your wireless interface would look similar.
lastly, i tried the ar9271 adapter on two different systems. slackware 13.37 and ubuntu server 12.04. i know that under ubuntu i had to get the firmware. but under slack 13.37, it may have worked out of the box. just can't remember. i know how to keep better notes, but i didn't in this case.
Firt thing, the driver ath9k is not loaded automaticly, but I load it manually, as I have said before "modprobe ath9k", but the interface is not showed with "iwconfig", when I run "ifconfig -a", it shows me:
eth0
lo
wlan0 (it is pci card ipw3945)
May be, when I installed slackware 13.37 (32bit), clicked off the installation of driver AR9271, is the raison is not working "out of the box", so is difficult to find out the solution more if I am newbie with linux.
I think that the good kernel module for you card is ath9k_htc, not ath9k, see here vs there. To make sure type the following command and send back here the output:
Code:
lspci -knn|grep -iA3 net
This will also give the device id, allowing us to check that your chipset be supported looking for it there as well as with following command: "modinfo ath9k_htc|grep -i <device_id>"
Also, if I am right the good firmware that you should put in /lib/firmware is htc_9271.fw that you can download.
EDIT As noticed by the OP (see his next post), the lspci command is irrelevant in that case, should have been "lsusb".
Last edited by Didier Spaier; 10-04-2012 at 05:03 PM.
Reason: EDIT added
Hi, the device is not pci is usb, so this command is not valid (lspci), I downloaded driver htc_9271.fw and cut and paste en "lib/firmware". I tried with "lsusb -v | grep ubiqui" and it gives me:
Code:
root@darkstar:/# lsusb -v | grep Ubiqui
Bus 001 Device 003: ID 0cf3:b002 Atheros Communications, Inc. Ubiquiti WiFiStation 802.11n [Atheros AR9271]
idProduct 0xb002 Ubiquiti WiFiStation 802.11n [Atheros AR9271]
root@darkstar:/#
So, I think is not supported?? I see the first 4 keys "0cf3" but I do not see the second half "b002" in "http://www.linuxwireless.org/en/users/Drivers/ath9k_htc/devices"
Is correct my conclusion?? Thanks in advance all people ( Didier Spaier and gobo7). It was a pleasure!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.