Date: Mon, 18 Sep 2006 13:46:24 -0700 From: Sam Leffler <sam@errno.com> To: Johnny Choque <jchoque@tlmat.unican.es> Cc: freebsd-hackers@freebsd.org Subject: Re: ath driver debug Message-ID: <450F05A0.5070404@errno.com> In-Reply-To: <004d01c6db53$e1dbe150$2bba90c1@Altair> References: <004d01c6db53$e1dbe150$2bba90c1@Altair>
next in thread | previous in thread | raw e-mail | index | archive | help
Johnny Choque wrote: > Hi, > > I would like to know how can I set the ath driver in debug mode. The > scanning functionality of ath0 interface only detect the associated AP but > do not the other ones. I'm trying to use the debug mode in order to detect > what the problem is. My wireless card is D-link DWL-AG660. First, if you've got a problem with scanning turning on debug msgs in the driver is unlikely to help you. Instead turn on debug msgs in the net80211 layer with wlandebug (src/tools/tools/net80211). As to ath debug msgs you need to build the driver with the ATH_DEBUG option. Then you can use athdebug a la wlandebug (src/tools/tools/ath). Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?450F05A0.5070404>