[Bug 278524] [ath] Atheros AR9462 `list scan` empty output
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278524] [ath] Atheros AR9462 `list scan` empty output"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Apr 2024 15:15:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278524 --- Comment #2 from Adrian Chadd <adrian@freebsd.org> --- ok, let's see if this is a WB225 NIC (AR9485 + AR30xx BT) https://techinfodepot.shoutwiki.com/wiki/Atheros_AR5B225 I added btcoex support a while back but didn't enable it by default. You need to add hint.ath.0.btcoex_profile="wb225" to /boot/loader.conf and reboot. It needs to be there before probe/attach so the btcoex code can see it. Then check dmesg for 'Enabling WB225 BTCOEX'. the AR9485 has an external antenna switch IC that switches between bluetooth and wifi, and if it's not all configured correctly you'll end up with no receive. :-) -- You are receiving this mail because: You are the assignee for the bug.