From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Walker Date: Thu, 17 Dec 2009 22:51:57 -0500 Subject: [ath9k-devel] trouble with DWA-552 and ath9k In-Reply-To: <19242.62265.487757.695747@gargle.gargle.HOWL> References: <4B2A5FA8.8060905@charter.net> <19242.62265.487757.695747@gargle.gargle.HOWL> Message-ID: <4B2AFC5D.1060001@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 Hi. In config.mk I find no option named CONFIG_ATH9K_DEBUG, but there is one named CONFIG_ATH9K_DEBUGFS. Also, as I tried to include in a followup to my original post, the output from lspci -vnn is: 00:0a.0 Network controller [0280]: Atheros Communications Inc. AR922X Wireless Network Adapter [168c:0029] (rev 01) Subsystem: D-Link System Inc Device [1186:3a7a] Flags: 66MHz, medium devsel, IRQ 5 [virtual] Memory at f8040000 (32-bit, non-prefetchable) [size=64K] Capabilities: [44] Power Management version 2 Kernel driver in use: ath9k Kernel modules: ath9k The 168c:0029 seems pretty standard for an Atheros wireless N adapter, but I wonder if the 1186:3a7a is a new revision of this card and is perhaps not 100% supported yet? Brian On 12/17/2009 10:12 PM, Sujith wrote: > Brian Walker wrote: > >> I recently purchased a DLink DWA-552 that I would like to use with >> hostapd as an access point. The ath9k driver claims the chipset is: >> >> Atheros AR9280 MAC/BB Rev:2 AR5133 RF Rev:d0 >> >> I have tried both the ath9k that comes with my distribution (Fedora 11) >> in the 2.6.30.9-102.fc11.i686.PAE kernel and also downloading, building >> and installing the latest compat-wireless-2.6.tar.bz2 with date >> 2009-12-11 and rebooting. >> > Can you build compat-wireless with debug enabled ? > In config.mk, set CONFIG_ATH9K_DEBUG=y, rebuild and reload the driver > with the module parameter "debug=0x600" and post the kernel log. > > Sujith > > >