From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Walker Date: Mon, 01 Mar 2010 19:55:51 -0500 Subject: [ath9k-devel] trouble with DWA-552 and ath9k In-Reply-To: <1267227305.2835.1.camel@mj> References: <4B2A5FA8.8060905@charter.net> <4B436D94.4050304@charter.net> <19270.46529.788691.185819@gargle.gargle.HOWL> <4B489D63.9030305@charter.net> <19273.25018.877385.529083@gargle.gargle.HOWL> <4B4D1F4F.7090106@charter.net> <19277.32410.462158.258222@gargle.gargle.HOWL> <4B51E8FC.9030304@charter.net> <1264028629.10023.26.camel@mj> <4B5DE724.7000002@charter.net> <1264448097.10841.1.camel@mj> <4B5F8E37.4070901@charter.net> <1264634005.19648.59.camel@mj> <4B6C6DC9.9070001@charter.net> <1265398464.3576.7.camel@mj> <4B6CBE50.2050406@charter.net> <1265433611.3406.10.camel@ct> <4B720519.4020605@charter.net> <1265829871.31983.20.camel@mj> <4B7F505D.3030006@charter.net> <1266960630.16604.74.camel@mj> <4B847F26.1060902@charter.net> <1266993626.12741.4.camel@ct> <4B8527E8.2080808@charter.net> <1267034980.9225.36.camel@mj> <1267035256.9225.37.camel@mj> <1267122698.7508.20.camel@mj> <4B871F75.5050608@charter.net> <1267227305.2835.1.camel@mj> Message-ID: <4B8C6217.5020404@charter.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 02/26/2010 06:35 PM, Pavel Roskin wrote: > On Thu, 2010-02-25 at 20:10 -0500, Brian Walker wrote: > > >> You do indeed appear to have the exact same DWA-552 as me. Is it >> possible that the problem is with the way my older PIII AX63Pro >> motherboard is interacting with the card? The only difference I see is >> the latency on mine is 32 and not 168. Unfortunately, I believe it has >> been too long (and I no longer have the box) to return this card. >> > It can easily be the latency. You can see the BIOS settings. Some > motherboards allow changing the PCI latency. Try increasing it. > > I tried decreasing the PCI latency using setpci, but it didn't appear to > work. > > >> What version of compat-wireless are you using and with what kernel and >> on what distro? >> > I'm using Fedora 11 with a kernel from the wireless-testing repository > (currently identifying itself as "2.6.33-wl"). > > Just used setpci -v -d *:* latency_timer=b0 to set the latency of all devices to 176, did a modprobe ath9k and an ifconfig wlan0 up. System didn't crash, but still getting: ath: Failed to stop TX DMA in 100 msec after killing last frame ath: Unable to stop TxDMA. Reset HAL! ath: timeout (100000 us) on reg 0x7000: 0xffffffff & 0x00000003 != 0x00000000 ath: Chip reset failed ath: Unable to reset hardware; reset status -22 ath: DMA failed to stop in 10 ms AR_CR=0xffffffff AR_DIAG_SW=0xffffffff ath: timeout (100000 us) on reg 0x7000: 0xffffffff & 0x00000003 != 0x00000000 ath: Chip reset failed ath: Unable to reset channel (2412 Mhz) reset status -22 ath: Unable to set channel Brian