I already found out about that, but...
# kldload if_ath_ahb
ath0: Vendor=0x168c, Device=0x000b
ath0: Vendor=0x168c, Device=0x000b
ath0: <Atheros 9130> at mem 0x180c0000-0x180effff irq 0 on nexus0
ath0: unable to attach hardware; HAL status 8
Unimplemented nexus_teardown_intr at 
/home/pkubaj/freebsd/sys/mips/mips/nexus.c:511
device_attach: ath0 attach returned 6
# kldstat
Id Refs Address        Size Name
1   39        0x0   4e6010 kernel
2    2        0x0     4c80 bridgestp.ko
3    1        0x0     7af0 if_bridge.ko
4    1        0x0      314 if_ath.ko
5    1        0x0     1bc0 if_ath_pci.ko
6   11        0x0    113e0 ath_hal.ko
7    3        0x0    331c0 ath_main.ko
8    2        0x0      5a4 ath_dfs.ko
9    7        0x0    68340 wlan.ko
10    2        0x0     3c54 ath_rate.ko
11    1        0x0    66690 ath_hal_ar9300.ko
12    1        0x0    39ac0 ath_hal_ar5416.ko
13    2        0x0    25a30 ath_hal_ar5212.ko
14    1        0x0     e3d0 ath_hal_ar5211.ko
15    1        0x0     a564 ath_hal_ar5210.ko
16    1        0x0     5500 wlan_ccmp.ko
17    1        0x0      bb0 if_ath_ahb.ko

I added "options INTRNG" to my kernel config, so that this "Unimplemented 
nexus_teardown_intr" code path isn't taken, but now I get several errors during compilation, 
so I guess that was a mistake.

On 18-07-04 16:39:42, Adrian Chadd wrote:
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
<freebsd-wireless@freebsd.org> wrote:

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 today.

--
 _________________________________________
/ Try to be the best of whatever you are, \
\ even if what you are is no good.        /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
________________________________________ / The light at the end of the tunnel is \
\ the headlight of an approaching train. /
---------------------------------------- \ ^__^
        \  (oo)\_______
           (__)\       )\/\
               ||----w |
               ||     ||

Attachment: signature.asc
Description: PGP signature

Reply via email to