[Bug 194336] AR9300 pci wireless card not working

2018-07-04 Thread bugzilla-noreply
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.
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 194336] AR9300 pci wireless card not working

2018-07-04 Thread bugzilla-noreply
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@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


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

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


signature.asc
Description: PGP signature


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_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 |
> || ||
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


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/mips/nexus.c:511
device_attach: ath0 attach returned 6
# kldstat
Id Refs AddressSize Name
1   390x0   4e6010 kernel
220x0 4c80 bridgestp.ko
310x0 7af0 if_bridge.ko
410x0  314 if_ath.ko
510x0 1bc0 if_ath_pci.ko
6   110x0113e0 ath_hal.ko
730x0331c0 ath_main.ko
820x0  5a4 ath_dfs.ko
970x068340 wlan.ko
1020x0 3c54 ath_rate.ko
1110x066690 ath_hal_ar9300.ko
1210x039ac0 ath_hal_ar5416.ko
1320x025a30 ath_hal_ar5212.ko
1410x0 e3d0 ath_hal_ar5211.ko
1510x0 a564 ath_hal_ar5210.ko
1610x0 5500 wlan_ccmp.ko
1710x0  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
 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 |
   || ||


signature.asc
Description: PGP signature


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
> 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/mips/nexus.c:511
> device_attach: ath0 attach returned 6
> # kldstat
> Id Refs AddressSize Name
>  1   390x0   4e6010 kernel
>  220x0 4c80 bridgestp.ko
>  310x0 7af0 if_bridge.ko
>  410x0  314 if_ath.ko
>  510x0 1bc0 if_ath_pci.ko
>  6   110x0113e0 ath_hal.ko
>  730x0331c0 ath_main.ko
>  820x0  5a4 ath_dfs.ko
>  970x068340 wlan.ko
> 1020x0 3c54 ath_rate.ko
> 1110x066690 ath_hal_ar9300.ko
> 1210x039ac0 ath_hal_ar5416.ko
> 1320x025a30 ath_hal_ar5212.ko
> 1410x0 e3d0 ath_hal_ar5211.ko
> 1510x0 a564 ath_hal_ar5210.ko
> 1610x0 5500 wlan_ccmp.ko
> 1710x0  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
> > 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 |
> || ||
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"