PDA

View Full Version : Ubiquiti WiFiStation 802.11n [Atheros AR9271] not recognized



xabih
Apr 21st 2012, 08:40 AM
Kubuntu 11.10 doesn't recognize my new wireless USB adapter Ubiquiti WiFiStation 802.11n with Atheros AR9271 chip



~$ 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 001 Device 002: ID 0cf3:b002 Atheros Communications, Inc. Ubiquiti WiFiStation 802.11n [Atheros AR9271]

At Ubiquiti forums is said that it works out of the box on Kubuntu 11.04 so I suposed it would work at 11.10 too

I see the ar9271.fw file at /lib/firmware but the device is not recognized

If I boot with Wifiway live listro the device works perfectly

Snowhog
Apr 21st 2012, 04:02 PM
K Menu > System > Additional Drivers. Does the driver show in the list, and is it activated and in use?

xabih
Apr 22nd 2012, 06:59 AM
K Menu > System > Additional Drivers. Does the driver show in the list, and is it activated and in use?

Only nvidia drivers are listed.
I have both linux-firmware-nonfree & linux-firmware instaled and updated.

ardvark71
Apr 24th 2012, 03:20 AM
Hi...

Please post the outputs of...


lspci | grep Network

and...


iwconfig

and...


rfkill list

and finally...


sudo lsmod |grep ath

Also, what is the make and model number of your system?

Regards...

xabih
Apr 25th 2012, 08:08 AM
Hi...

Please post the outputs of...


lspci | grep Network

and...


iwconfig

and...


rfkill list

and finally...


sudo lsmod |grep ath

Also, what is the make and model number of your system?

Regards...

Not so much output:


~$ lspci | grep Network
~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

~$ rfkill list
~$ sudo lsmod|grep ath
~$

The system is a self mounted desktop PC:
AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
GA-M61P-SE / Socket AM2 / SATA II x 4 / IDE x1 / DDR2-800 x4 / nVidia GeForce 6100 / nForce 430
4GB RAM DDRII800

ardvark71
Apr 25th 2012, 08:33 AM
The system is a self mounted desktop PC:
AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
GA-M61P-SE / Socket AM2 / SATA II x 4 / IDE x1 / DDR2-800 x4 / nVidia GeForce 6100 / nForce 430
4GB RAM DDRII800

Hi...

Thank you for posting the results. I was able to find some threads here, (http://forums.debian.net/viewtopic.php?f=7&t=61526) here (http://ubuntuforums.org/showthread.php?t=1694722) and here (http://forum.aircrack-ng.org/index.php?PHPSESSID=0epio2441op50e3kbn9bunmsc3&action=post;topic=13002.0;num_replies=4) that might be able to help you with your issue. They look pretty complicated but a couple of them were successful. :)

Hope this helps...

xabih
Apr 26th 2012, 07:31 AM
Thank, I will check these threads