We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
I have following card: QCA986x/988x 802.11ac Wireless Network Adapter I already tried several branches from your and geramy's repository.
QCA986x/988x 802.11ac Wireless Network Adapter
If I load kldload if_athp. I will always end up with:
kldload if_athp
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 #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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:I build a GENERIC Kernel with following extra options (since I had the same issues with INVARIANTS #11):
Does anyone have an idea what I could be doing wrong here?
Thanks in advantage.
P.S. all the modules are loading fine.
The text was updated successfully, but these errors were encountered: