https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194336
--- Comment #30 from Paul Armstrong ---
Could we please have r306323 MFC'd into the 11 branch so that future 11
releases also have this update?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194336
--- Comment #31 from Kamil Choudhury ---
At this point, your best hope is to wait for 12.0-RELEASE.
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless
Hi all,
what are the kernel modules necessary for running AR9132 card (present on
TL-WR1043ND v1.x)?
I'm currently loading if_ath_ahb, ath_hal, ath_main, ath_dfs and ath_rate, but
the only line with ath0 in dmesg is:
ath0: Vendor=0x168c, Device=0x000b
and that's all.
I'm running CURRENT from
Hi,
You should also load ath_hal_ar5212 and ath_hal_ar5416. That should do it!
-a
On Wed, 4 Jul 2018 at 13:10, Piotr Kubaj via freebsd-wireless
wrote:
>
> Hi all,
>
> what are the kernel modules necessary for running AR9132 card (present on
> TL-WR1043ND v1.x)?
>
> I'm currently loading if_at
I already found out about that, but...
# kldload if_ath_ahb
ath0: Vendor=0x168c, Device=0x000b
ath0: Vendor=0x168c, Device=0x000b
ath0: at mem 0x180c-0x180e irq 0 on nexus0
ath0: unable to attach hardware; HAL status 8
Unimplemented nexus_teardown_intr at
/home/pkubaj/freebsd/sys/mips/mi
Hi,
It sounds like the hints stuff hasn't been done for it to initialise
the new way to grab the eeprom calibraton data. Take a look at what
changed in AR933X / CARAMBOLA2 hints.
On Wed, 4 Jul 2018 at 16:50, Piotr Kubaj wrote:
>
> I already found out about that, but...
> # kldload if_ath_ahb
> at