[OpenWrt-Devel] How to initialize multiple phy radios

alzhao alzhao at gmail.com
Tue May 3 22:44:12 EDT 2016


Hi David,

Can you share you current patch? I am working on the same chips,
QCA9531+9887 and hope to get some progress. I'm glad to know that scan is
working.

--Alfie

On 26 April 2016 at 06:14, David Hutchison <dhutchison at bluemesh.net> wrote:

> Scanning appears to work ( iw dev wlan1 scan ) ,
>
> As soon as I try to use hostapd to run as an AP I get:
>
> [20475.140000] ath10k_pci 0000:00:00.0: firmware crashed! (uuid
> b826d45e-e51f-4beb-a489-6b7a4d5c6f76)
> [20475.150000] ath10k_pci 0000:00:00.0: qca988x hw2.0 (0x4100016d,
> 0x004000ff sub 0000:0000) fw 10.2.3.31.7-1 fwapi 5 bdapi 1 htt-ver 2.1
> wmi-op 5 htt-op 2 cal file max-sta 1p
> [20475.170000] ath10k_pci 0000:00:00.0: debug 1 debugfs 1 tracing 0
> dfs 0 testmode 1
> [20475.180000] ath10k_pci 0000:00:00.0: firmware register dump:
> [20475.180000] ath10k_pci 0000:00:00.0: [00]: 0x4100016D 0x00000000
> 0x004146C8 0x004146C8
> [20475.190000] ath10k_pci 0000:00:00.0: [04]: 0x004146C8 0x00060530
> 0x0000001F 0x00955A00
> [20475.200000] ath10k_pci 0000:00:00.0: [08]: 0x0040AE04 0x00400000
> 0x00000007 0x00000000
> [20475.210000] ath10k_pci 0000:00:00.0: [12]: 0x00000002 0xFFFFFFFF
> 0x00958360 0x0095836B
> [20475.210000] ath10k_pci 0000:00:00.0: [16]: 0x809ACDE0 0x0040AD94
> 0x0040AE04 0x00400000
> [20475.220000] ath10k_pci 0000:00:00.0: [20]: 0x00000000 0x00000000
> 0x00000000 0x0040E830
> [20475.230000] ath10k_pci 0000:00:00.0: [24]: 0x809AC4E2 0x0040ADC4
> 0x00000001 0x0040AE04
> [20475.240000] ath10k_pci 0000:00:00.0: [28]: 0x004133E0 0x00000001
> 0x0040AE08 0x00000000
> [20475.250000] ath10k_pci 0000:00:00.0: [32]: 0x00000007 0x00000000
> 0x00000000 0x004133C8
> [20475.260000] ath10k_pci 0000:00:00.0: [36]: 0x809B9C49 0x0040ADE4
> 0x00411568 0x0041158C
> [20475.260000] ath10k_pci 0000:00:00.0: [40]: 0x00000001 0x00000000
> 0x00955A00 0x0040E840
> [20475.270000] ath10k_pci 0000:00:00.0: [44]: 0x809B944C 0x0040AE04
> 0x00000001 0x00000000
> [20475.280000] ath10k_pci 0000:00:00.0: [48]: 0x0040AE04 0x00000001
> 0x004133C8 0x004117AC
> [20475.290000] ath10k_pci 0000:00:00.0: [52]: 0x809B9263 0x0040AEA4
> 0x0041ECF8 0x00411BC8
> [20475.300000] ath10k_pci 0000:00:00.0: [56]: 0x004133C8 0x0040AE34
> 0x00411F08 0x00411F08
> [20475.410000] ieee80211 phy1: Hardware restart was requested
>
> -- Davey
>
> On Mon, Apr 25, 2016 at 1:01 PM, Christian Lamparter
> <chunkeey at googlemail.com> wrote:
> > Hello,
> >
> > On Monday, April 25, 2016 10:53:41 AM David Hutchison wrote:
> >> So with some modifications to pci.c, hw.h and core.c I was able to get
> >> the radio initialized! :)
> >
> > Hey, that's nice! Can you make and post a patch for that?
> > I'm sure if it's just a matter of adding the new pci and chip
> > ids to the tables. You could just go ahead and post it, so it
> > will be picked up.
> >
> >> pci.c: added QCA9887_DEVICE_ID, modified ath10k_pci_id_table and
> >> ath10k_pci_supp_chips
> >> core.c: Duplicated QCA988X entry in ath10k_hw_params_list and passed
> >> 0x4100016d as the ID ( left everything else the same )
> >> hw.h: added definitions for QCA9887
> >>
> >> I found "
> https://github.com/kvalo/ath10k-firmware/blob/master/QCA9887/firmware-5.bin_10.2.3.31.7-1
> "
> >> on your github and replaced
> >> /lib/firmware/ath10k/QCA988X/hw2.0/firmware-5.bin on my board.
> >> hotplug.d then loaded QCA9887 firmware on next boot.
> >>
> >> Of course my approach was very much a hack. If there is anything I can
> >> contribute to creating a patch for ath10k, please let me know. I would
> >> love to help!
> >>
> >> dmesg
> >> [   18.920000] ath10k_pci 0000:00:00.0: pci irq legacy interrupts 0
> >> irq_mode 0 reset_mode 0
> >> [   19.030000] rev_id 00000000 QCA9887
> >> [   19.030000] dev_id 00000050 QCA9887
> >> [   20.460000] ath10k_pci 0000:00:00.0: qca988x hw2.0 (0x4100016d,
> >> 0x004000ff sub 0000:0000) fw 10.2.3.31.7-1 fwapi 5 bdapi 1 htt-ver 2.1
> >> wmi-op 5 htt-op 2 cal file max-sta 1p
> >> [   20.480000] ath10k_pci 0000:00:00.0: debug 1 debugfs 1 tracing 0
> >> dfs 0 testmode 1
> >>
> > ...
> >
> > Does the device work? Can you scan for networks, connect to networks
> > and create networks? That would be good to know.
> >
> > Regards,
> > Christian
> >
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20160504/ab36c4d0/attachment.htm>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list