Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ath9k does not work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
iovem
n00b
n00b


Joined: 06 Jun 2016
Posts: 6

PostPosted: Thu Jun 09, 2016 4:20 pm    Post subject: ath9k does not work Reply with quote

Good day, module ath9k doesn not ping my network anymore after update some net software,

but ath9k can connect and ping network if you very near to the router http://www.calculate-linux.ru/attachments/4439/Screenshot_20160525_101003.png

uname -a
Code:
Linux mal 4.4.9-calculate #1 SMP PREEMPT Thu May 5 13:29:10 UTC 2016 x86_64 AMD Athlon(tm) X2 Dual-Core QL-65 AuthenticAMD GNU/Linux

lspci
Code:
03:00.0 Network controller: Qualcomm Atheros AR928X Wireless Network Adapter (PCI-Express) (rev 01)

grep -i ATH9K /usr/src/linux/.config
Code:
CONFIG_ATH9K_HW=m
CONFIG_ATH9K_COMMON=m
CONFIG_ATH9K_BTCOEX_SUPPORT=y
CONFIG_ATH9K=m
CONFIG_ATH9K_PCI=y
CONFIG_ATH9K_AHB=y
# CONFIG_ATH9K_DEBUGFS is not set
CONFIG_ATH9K_DYNACK=y
# CONFIG_ATH9K_WOW is not set
CONFIG_ATH9K_RFKILL=y
CONFIG_ATH9K_CHANNEL_CONTEXT=y
CONFIG_ATH9K_PCOEM=y
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_HTC_DEBUGFS is not set

ifconfig
Code:
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.112  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::225:d3ff:fe3f:411d  prefixlen 64  scopeid 0x20<link>
        ether 00:25:d3:3f:41:1d  txqueuelen 1000  (Ethernet)
        RX packets 5  bytes 1036 (1.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 13  bytes 1946 (1.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lsmod
Code:
ath9k                  95946  0
ath9k_common           21875  1 ath9k
ath9k_hw              404226  2 ath9k_common,ath9k
ath                    18299  3 ath9k_common,ath9k,ath9k_hw

ping www.calculate-linux.ru 1 meter
Code:
PING www.calculate-linux.ru (80.246.243.18) 56(84) bytes of data.
64 bytes from local.calculate.ru (80.246.243.18): icmp_seq=1 ttl=56 time=21.7 ms
64 bytes from local.calculate.ru (80.246.243.18): icmp_seq=2 ttl=56 time=13.3 ms
64 bytes from local.calculate.ru (80.246.243.18): icmp_seq=3 ttl=56 time=14.9 ms
64 bytes from local.calculate.ru (80.246.243.18): icmp_seq=4 ttl=56 time=12.6 ms
64 bytes from local.calculate.ru (80.246.243.18): icmp_seq=5 ttl=56 time=14.2 ms
64 bytes from local.calculate.ru (80.246.243.18): icmp_seq=6 ttl=56 time=13.1 ms
^C
--- www.calculate-linux.ru ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5007ms
rtt min/avg/max/mdev = 12.686/15.026/21.796/3.120 ms

ping www.calculate-linux.ru 2 meters
Code:
ping: unknown host www.calculate-linux.ru
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


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

PostPosted: Thu Jun 09, 2016 7:05 pm    Post subject: Reply with quote

iovem ...

this forum is for gentoo linux ... you should ask on the calculate linux forums.

best ... khay
Back to top
View user's profile Send private message
iovem
n00b
n00b


Joined: 06 Jun 2016
Posts: 6

PostPosted: Sat Jun 11, 2016 8:12 pm    Post subject: Reply with quote

khayyam wrote:
iovem ...

this forum is for gentoo linux ... you should ask on the calculate linux forums.

best ... khay


Thanks, but they do not know what is that.

1. But may be that problem is so close with ath9k firmware.
2. And because linux calculate based on gentoo.
3. I asked this community for help.
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


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

PostPosted: Sat Jun 11, 2016 10:19 pm    Post subject: Reply with quote

iovem wrote:
khayyam wrote:
this forum is for gentoo linux ... you should ask on the calculate linux forums.

Thanks, but they do not know what is that.

ioevm ... it is not that they do not know, its that no one is active within their community, look at the post dates (and so level of activity) on their forum.

iovem wrote:
1. But may be that problem is so close with ath9k firmware.

So ... every distribution is using ath9k.

iovem wrote:
2. And because linux calculate based on gentoo.

Calculate get that code at no cost, they don't get the community required to support that code, that they have to create for themselves.

iovem wrote:
3. I asked this community for help.

So, you could ask in a general linux support forum, as I said, we don't support calculate linux.

best ... khay
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Sat Jun 11, 2016 10:47 pm    Post subject: Reply with quote

Moved from Networking & Security to Unsupported Software.

So that Gentoo users are not mislead.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
iovem
n00b
n00b


Joined: 06 Jun 2016
Posts: 6

PostPosted: Sun Jun 12, 2016 8:02 am    Post subject: Reply with quote

Ok, no problem.
I forgot to say the real thing.
I tried to run Hybrid ISO and i saw the same problem.
No, not the same problem, i saw what ath9k can not connect to network: totally.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Sun Jun 12, 2016 9:21 am    Post subject: Reply with quote

iovem,

Some error messages produced when you use the Hybrid ISO would be useful.
Also describe how you configured wpa_supplicant when using the Hybrid ISO.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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