Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No wlan0 with AR9285
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
gumtree.jack
n00b
n00b


Joined: 30 Jul 2014
Posts: 1

PostPosted: Wed Jul 30, 2014 9:17 am    Post subject: No wlan0 with AR9285 Reply with quote

Hi guys, Im fighting with fresh gentoo installation. Like always there is somethig intresting :) I cant get wlan0 working/visible. I thing I did everything correctly but still nothing. There is a lot tips and manuals in the internet about it but nothig works for me so Im desprate :)
What I did:

cd /etc/init.d
# ln -s net.lo net.wlan0
# rc-update add net.wlan0 default

kernel kompilation:

[*] Networking Support --->
-*- Wireless --->
<*> cfg80211 - wireless configuration API
...
<*> Generic IEEE 802.11 Networking Stack (mac80211)

Device Drivers --->
[*] Network device support --->
[*] Wireless LAN --->
[*] Atheros Wireless Cards --->
[*] Atheros 802.11n wireless cards support
[*] Atheros ath9k PCI/PCIe bus support

ifconfig -a gives only eth0 i lo

cat /proc/net/wireless nothing

cat /proc/net/dev gives lo and eth0

lspci shows:
Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (pci-express) (rev 01)

zgrep _ATH /proc/config.gz

CONFIG_NET_VENDOR_ATHEROS=y
#CONFIG_ATH_CARDS is not set

Any ideas?
Back to top
View user's profile Send private message
swathe
n00b
n00b


Joined: 04 Jul 2011
Posts: 73

PostPosted: Wed Jul 30, 2014 11:14 am    Post subject: Reply with quote

Does iwconfig or ifconfig -a yield any results?

Have you installed the firmware for your card?
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Wed Jul 30, 2014 12:14 pm    Post subject: Reply with quote

gumtree.jack ...

the above /proc/config.gz doesn't seem to be consistant with the menuconfig you provided, please provide the following:

Code:
# uname -a
# dmesg| grep ath
# awk '/(_ATH|WEXT|(MAC|CFG|NL)80211)/' /usr/src/linux/.config

Note also that if you are using udev the device name will not be wlan0 (by default) the device will be renamed to wlp3s0 (or similar) ... unless you configure udev to use some other name or add 'net.ifnames=0' as a kernel parameter.

best ... khay
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