athp
athp copied to clipboard
if_athp.ko - unsupported file type
Hey,
I have following card: QCA986x/988x 802.11ac Wireless Network Adapter
I already tried several branches from your and geramy's repository.
If I load kldload if_athp
. I will always end up with:
link_elf_obj: symbol __mtx_assert undefined
linker_load_file: /boot/kernel/if_athp.ko - unsupported file type
I build a GENERIC Kernel with following extra options (since I had the same issues with INVARIANTS https://github.com/erikarn/athp/issues/11):
options INVARIANTS
options INVARIANT_SUPPORT
options WITNESS
options WITNESS_SKIPSPIN
options DEBUG_LOCKS
options DEBUG_VFS_LOCKS
options DIAGNOSTIC
Does anyone have an idea what I could be doing wrong here? Thanks in advantage.
P.S. all the modules are loading fine.