Date: Thu, 21 Mar 2013 08:46:35 -0700 From: Adrian Chadd <adrian@freebsd.org> To: Mark Austin <ganthore@gmail.com> Cc: freebsd-wireless@freebsd.org Subject: Re: AR9300 Message-ID: <CAJ-VmonzehGhkQBSyny25U2ADHUcxJbd6yETZj%2B3zbPLXfF%2BqA@mail.gmail.com> In-Reply-To: <CA%2BO-CVL6%2BJ3xCjBqoHqFNKqL=p-DBKrtC8s6fU4-gCRPsX9G0A@mail.gmail.com> References: <CA%2BO-CVL6%2BJ3xCjBqoHqFNKqL=p-DBKrtC8s6fU4-gCRPsX9G0A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! You'll need to comment out the ath, ath_hal, and ath_rate_sample devices in your kernel. You'll need to add: ATH_DEBUG AH_DEBUG ATH_ENABLE_11N ATH_DIAGAPI .. AH_DEBUG / ATH_ENABLE_11N Are required for it to work; the others are for debugging. The build only works as a module. You'll need to rebuild your kernel with the above options and the above devices commented out so you can load ath and ath_pci as modules. Then yes, kldload if_ath_pci should do the trick. Adrian On 21 March 2013 08:19, Mark Austin <ganthore@gmail.com> wrote: > I'm going to help test the AR9300 code. I just checked out a complete copy > of the HEAD sources along with the latest copy of the AR9300 from the > erikarn git repo. I moved the source code into the correct file/folder > location that is listed in the comments of the ath Makefile. I'm under the > assumption that I just need to un-comment out the AR9300 blocks and rebuild > the sources? Will this require rebuilding just the kernel or will I also > need to rebuild the world tools? > > Regards, > -Mark Austin > > All else is in doubt, so this is the truth that I cling to. > > My Website: http://www.silverdire.com > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmonzehGhkQBSyny25U2ADHUcxJbd6yETZj%2B3zbPLXfF%2BqA>