Re: modules needed for AR9132 NIC

2018-07-04 Thread Adrian Chadd
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

Re: modules needed for AR9132 NIC

2018-07-04 Thread Piotr Kubaj via freebsd-wireless
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

Re: modules needed for AR9132 NIC

2018-07-04 Thread Adrian Chadd
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

modules needed for AR9132 NIC

2018-07-04 Thread Piotr Kubaj via 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