[Bug 194336] AR9300 pci wireless card not working

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 17 07:59:10 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194336

Adrian Chadd <adrian at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adrian at freebsd.org

--- Comment #4 from Adrian Chadd <adrian at freebsd.org> ---
Hm, you have to build the module with ATH_ENABLE_11N in your kernel.

You also have to build the module the real way,ie:

cd /usr/src
make buildkernel KERNCONF=<CONFIG FILE NAME>

.. going cd sys/modules/ath && make won't cut it - it doesn't pull in the
config headers (ie, all the opt_xxx.h in your kernel build directory) with the
configuration options.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-wireless mailing list