View previous topic :: View next topic |
Author |
Message |
LD Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/164215002846c9245d0cde6.png)
Joined: 23 Dec 2003 Posts: 336 Location: Middle of No-Where Granbury, Tx
|
Posted: Thu Dec 20, 2012 5:05 pm Post subject: Wireless Networks Disappearing |
|
|
I'm having some issues getting wireless networking working on my netbook. I'm using Kernel 3.6.10, Gnome 3 with Network manager. My wireless card is an Atheros Communications Inc. AR928X Wireless Network Adapter. Now, the drivers will load and I'll get the wireless wlan0 device when I boot up, but I can't connect to either a secured or unsecured network, and as I try it sudenly goes unavailable and the network adapter disappears in ifconfig. I'm not certain where the problem is. Dmesg | tail shows this.
Code: | [ 8349.798015] ath: phy0: Failed to wakeup in 500us
[ 8349.931763] ath: phy0: Chip reset failed
[ 8349.931777] ath: phy0: Unable to reset hardware; reset status -22 (freq 2437 MHz)
[ 8349.998021] ath: phy0: RX failed to go idle in 10 ms RXSM=0xffffffff
[ 8349.998021] ath: phy0: DMA failed to stop in 10 ms AR_CR=0xffffffff AR_DIAG_SW=0xffffffff DMADBG_7=0xffffffff
[12343.590785] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
[36492.438316] perl (15410) used greatest stack depth: 3400 bytes left
|
Any help would be appreciated. FYI, all drivers for the network are compiled in kernel. _________________ [Owner/Operator: Dhampir Dreams]
Last.fm profile
Netflix Profile |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Logicien Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/42705619553e95f9decf93.jpg)
Joined: 16 Sep 2005 Posts: 1555 Location: Montréal
|
Posted: Thu Dec 20, 2012 5:34 pm Post subject: |
|
|
You should have a look to About ath9k and see if your chipset AR928X is explicitly supported by the ath9k driver. The output of the lscpi command should give you the exact chipset version.
I never compile network drivers directly in the kernel. It do not need them to access the root partition where those drivers can be load. It is also easier to pass them options from a .conf file in /etc/modprobe.d/ then add kernel parameters when needed. So you can try to put the ath9k driver in module and see if the behavior is different.
For tests I would disable networkmanager daemon and use wireless tools, iw and others line commands. You can have more informations to stdout and logs than just dmesg.
I suppose your wireless card is in the PCIe bus, is it? Deactivate the power management on the card is a good starting point:
Code: | iwconfig wlan0 power off |
or
Code: | iw dev wlan0 set power_save off |
_________________ Paul |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
LD Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/164215002846c9245d0cde6.png)
Joined: 23 Dec 2003 Posts: 336 Location: Middle of No-Where Granbury, Tx
|
Posted: Thu Dec 20, 2012 6:08 pm Post subject: |
|
|
According to the link you gave me the wireless card is supported by ath9k driver. I've recompiled the kernel with that driver in module as recommended as well.
I will let you know what I end up with. _________________ [Owner/Operator: Dhampir Dreams]
Last.fm profile
Netflix Profile |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
LD Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/164215002846c9245d0cde6.png)
Joined: 23 Dec 2003 Posts: 336 Location: Middle of No-Where Granbury, Tx
|
Posted: Mon Dec 24, 2012 1:29 am Post subject: |
|
|
So far I've attempted everything for the most part on the soft ware side. Fact is that the system seems to be randomly failing on the driver. It will just suddenly drop and all I get is dmesg full of failure.
Code: | localhost chris # dmesg | tail
[ 531.725022] ath: phy0: DMA failed to stop in 10 ms AR_CR=0xffffffff AR_DIAG_SW=0xffffffff DMADBG_7=0xffffffff
[ 536.721025] ath: phy0: Failed to wakeup in 500us
[ 536.735025] ath: phy0: RX failed to go idle in 10 ms RXSM=0xffffffff
[ 536.735025] ath: phy0: DMA failed to stop in 10 ms AR_CR=0xffffffff AR_DIAG_SW=0xffffffff DMADBG_7=0xffffffff
[ 541.713048] ath: phy0: Failed to wakeup in 500us
[ 541.724016] ath: phy0: RX failed to go idle in 10 ms RXSM=0xffffffff
[ 541.724016] ath: phy0: DMA failed to stop in 10 ms AR_CR=0xffffffff AR_DIAG_SW=0xffffffff DMADBG_7=0xffffffff
[ 546.721023] ath: phy0: Failed to wakeup in 500us
[ 546.732013] ath: phy0: RX failed to go idle in 10 ms RXSM=0xffffffff
[ 546.732013] ath: phy0: DMA failed to stop in 10 ms AR_CR=0xffffffff AR_DIAG_SW=0xffffffff DMADBG_7=0xffffffff
|
_________________ [Owner/Operator: Dhampir Dreams]
Last.fm profile
Netflix Profile |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
LD Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/164215002846c9245d0cde6.png)
Joined: 23 Dec 2003 Posts: 336 Location: Middle of No-Where Granbury, Tx
|
Posted: Mon Dec 24, 2012 1:39 am Post subject: |
|
|
I'm thinking hardware driver at this point. I unloaded it and tried to reload, I got this.
Code: | [ 1063.215277] ath9k: ath9k: Driver unloaded
[ 1111.871095] ath9k 0000:02:00.0: Refused to change power state, currently in D3
[ 1111.995479] ath: phy1: Couldn't reset chip
[ 1111.995490] ath: phy1: Unable to initialize hardware; initialization status: -5
[ 1111.995505] ath9k 0000:02:00.0: Failed to initialize device
[ 1111.995578] ath9k: probe of 0000:02:00.0 failed with error -5
|
_________________ [Owner/Operator: Dhampir Dreams]
Last.fm profile
Netflix Profile |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
LD Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/164215002846c9245d0cde6.png)
Joined: 23 Dec 2003 Posts: 336 Location: Middle of No-Where Granbury, Tx
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
wcg Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 06 Jan 2009 Posts: 588
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|