Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Atheros AR9227, iwconfig: no wireless extensions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
KintaroBC
n00b
n00b


Joined: 15 Feb 2014
Posts: 63
Location: Australia

PostPosted: Sat Mar 15, 2014 8:45 pm    Post subject: Atheros AR9227, iwconfig: no wireless extensions Reply with quote

I have an Atheros AR9227 but iwconfig is saying there are no wireless extensions for it. wicd-curses doesn't have detect it either.

From lspci -v
Code:

01:08.0 Network controller: Qualcomm Atheros AR9227 Wireless Network Adapter (rev 01)
        Subsystem: Qualcomm Atheros Device 0301
        Flags: bus master, 66MHz, medium devsel, latency 168, IRQ 17
        Memory at fcff0000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: [44] Power Management version 2
        Kernel driver in use: ath9k


Code:

# dmesg | grep wlan
[    6.210962] systemd-udevd[980]: renamed network interface wlan0 to wlp1s8


Code:

# dmesg | grep ath
[    0.834262] ath: EEPROM regdomain: 0x809c
[    0.834277] ath: EEPROM indicates we should expect a country code
[    0.834284] ath: doing EEPROM country->regdmn map search
[    0.834288] ath: country maps to regdmn code: 0x52
[    0.834294] ath: Country alpha2 being used: CN
[    0.834298] ath: Regpair used: 0x52


Code:

# iwconfig wlp1s8
wlp1s8    no wireless extensions.


How do I get this to work?
Back to top
View user's profile Send private message
SirRobin2318
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 241
Location: Strasbourg, france.

PostPosted: Mon Mar 17, 2014 1:25 pm    Post subject: Reply with quote

It's working already. Just use iw to configure it.
emerge -a net-wireless/iw

iwconfig uses an old kernel interface that has been deprecated. If you really want to enable it you'll need the following in your kernel:
Code:
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_CFG80211_WEXT=y
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum