You are not logged in.

#1 2014-10-16 21:21:52

tzoi516
Member
Registered: 2014-05-02
Posts: 76

ath9k

Comparing my results to the Wireless Network Configuration wiki I'm surprised I'm connected wirelessly. When I run lspci -v I see my wireless adapter as ath9k. However, when I dmesg | grep ath9k I don't get a result at all. When I dmesg | grep ieee80211 I do see my wireless, but as a ieee80211 phy0.

What am I missing? Thanks.

Offline

#2 2014-10-16 21:25:43

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,480
Website

Re: ath9k

I'm not sure what you are missing - but I see we are missing all the output of the relevant commands - even the ones you mention running.

How about the following to start:

lspci -vnn | grep -i net
ip a
lsmod

"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2014-10-16 21:33:45

tzoi516
Member
Registered: 2014-05-02
Posts: 76

Re: ath9k

I appreciate the reply. I did use -i and -A to grep earlier. But, per your request here it is:

http://pastebin.com/tdpbp0ZY

Offline

#4 2014-10-16 21:36:20

tzoi516
Member
Registered: 2014-05-02
Posts: 76

Re: ath9k

Just to make sure it's clear, I'm up on wireless - which is how I'm online right now. Just don't understand why dmesg is different from the wiki.

Offline

#5 2014-10-16 21:37:39

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,541

Re: ath9k

Your wifi is wlp3s0, and your kernel module is ath9k, etc.  So it looks like to me it's there.  You could iwconfig wlp3s0 to find out how fast it is operating at, and that it is in fact associated with the AP.


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#6 2014-10-16 21:44:33

tzoi516
Member
Registered: 2014-05-02
Posts: 76

Re: ath9k

It's all associate. I just don't understand why my result differs from what the wiki says I should get.

Offline

#7 2014-10-16 22:44:57

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,480
Website

Re: ath9k

What do you expect to see from dmesg?  Which wiki page says you should see output?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#8 2014-10-17 10:46:43

tzoi516
Member
Registered: 2014-05-02
Posts: 76

Re: ath9k

Under "Check the driver status" section lspci outputs the driver, and then the second dmesg has you using grep with the driver name. When I grep my driver name I don't show any output via dmesg. Is that an issue with my system, did something recently change, or does the wiki need to be updated, or is this specific to my driver?

Offline

#9 2014-10-17 11:03:45

mar04
Member
From: Poland
Registered: 2010-02-08
Posts: 117

Re: ath9k

My adapter uses the same driver and there is nothing related to ath9k in my dmesg. Yet everything has been working just fine for over 3 years now since I've bought this laptop. No reason to worry.

Offline

#10 2014-10-17 11:23:17

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,541

Re: ath9k

The message in dmesg shows up as Atheros ARxxxx, which is the message produced by ath9k modules.

Last edited by nomorewindows (2014-10-17 11:27:26)


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#11 2014-10-17 18:01:39

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,480
Website

Re: ath9k

Which wiki page?  The wireless networking configuration page?

If so, the suggestion to use dmesg is only if there is a problem with bringing the interface up.  If you get an error in bringing up the interface, more information may be available via dmesg.  There has been no error, there is no need to seek further messages.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#12 2014-10-17 19:21:58

tzoi516
Member
Registered: 2014-05-02
Posts: 76

Re: ath9k

RGR, thanks all.

Offline

Board footer

Powered by FluxBB