All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Issues with Compex WLE900VX in 80211AC mode
       [not found] ` <20160128055132.M19451@cdot.in>
@ 2016-01-28  6:42   ` Michal Kazior
  2016-01-28  8:38     ` Jeroen Roovers
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Kazior @ 2016-01-28  6:42 UTC (permalink / raw)
  To: B R Manjula; +Cc: ath10k

On 28 January 2016 at 06:52, B R Manjula <brm@cdot.in> wrote:
> Hi,
>    We are trying to bring up freescale T1024RDB with WLE900VX 7AA, in 80211ac 5GHz AP
> and STA mode.
>
> ->We are running Linux 3.12 Kernel, with backports-4.2.6-1 for ath10k support.
>
> ->We downloaded firmware from the following link for QCA988x hw ver 2.0:
> https://wireless.wiki.kernel.org/en/users/drivers/ath10k/firmware
>
> ->Then we are facing the below issue.
>
> whenever we run hostapd for 80211ac mode(channel 36, 40,44), it is giving below error.
>
> -------------------------------------------------------------------
> #ath10k_pci 0000:01:00.0: no channel configured; ignoring frame(s)!
> -------------------------------------------------------------------
>
> The corresponding minicom log also attached with mail.
>
> The phy info is as show below.
> -----------------------------------------------------------------------------------
> Saying no support for 5GHz frequency
>
> Frequencies:
>                        * 5180 MHz [36] (30.0 dBm) (passive scanning, no IBSS)
>                        * 5200 MHz [40] (30.0 dBm) (passive scanning, no IBSS)
>                        * 5220 MHz [44] (30.0 dBm) (passive scanning, no IBSS)
>                        * 5240 MHz [48] (30.0 dBm) (passive scanning, no IBSS)
[snip]

Hi,

This seems to be a common problem these days, see:

  http://lists.infradead.org/pipermail/ath10k/2016-January/006723.html



Michał

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Issues with Compex WLE900VX in 80211AC mode
  2016-01-28  6:42   ` Issues with Compex WLE900VX in 80211AC mode Michal Kazior
@ 2016-01-28  8:38     ` Jeroen Roovers
  2016-01-28  8:46       ` Michal Kazior
  0 siblings, 1 reply; 8+ messages in thread
From: Jeroen Roovers @ 2016-01-28  8:38 UTC (permalink / raw)
  To: Michal Kazior; +Cc: B R Manjula, ath10k

On 28 January 2016 at 07:42, Michal Kazior <michal.kazior@tieto.com> wrote:

> This seems to be a common problem these days, see:
>
>   http://lists.infradead.org/pipermail/ath10k/2016-January/006723.html

I didn't have a chance to properly work out what is going on there,
but the suggested patch did not allow me to select an ac channel,
returning the same error seen in the attachment.

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Issues with Compex WLE900VX in 80211AC mode
  2016-01-28  8:38     ` Jeroen Roovers
@ 2016-01-28  8:46       ` Michal Kazior
       [not found]         ` <20160128110956.M61787@cdot.in>
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Kazior @ 2016-01-28  8:46 UTC (permalink / raw)
  To: Jeroen Roovers; +Cc: B R Manjula, ath10k

On 28 January 2016 at 09:38, Jeroen Roovers <jeroen.roovers@airfi.aero> wrote:
> On 28 January 2016 at 07:42, Michal Kazior <michal.kazior@tieto.com> wrote:
>
>> This seems to be a common problem these days, see:
>>
>>   http://lists.infradead.org/pipermail/ath10k/2016-January/006723.html
>
> I didn't have a chance to properly work out what is going on there,
> but the suggested patch did not allow me to select an ac channel,
> returning the same error seen in the attachment.

Did you specify an appropriate module param? The patch alone doesn't
change anything.

Do you use CRDA on your system or do you have db.txt compiled in your
kernel? Perhaps your system level regulatory is still at world roaming
so all 5GHz channels are locked out.

If you use latest `iw` tool the `iw reg get` will show you both system
level and device level regulatory.


Michał

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Issues with Compex WLE900VX in 80211AC mode
       [not found]         ` <20160128110956.M61787@cdot.in>
@ 2016-01-28 11:56           ` Michal Kazior
       [not found]             ` <56AB4C02.1020704@cdot.in>
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Kazior @ 2016-01-28 11:56 UTC (permalink / raw)
  To: B R Manjula; +Cc: Jeroen Roovers, ath10k

On 28 January 2016 at 12:19, B R Manjula <brm@cdot.in> wrote:
> Thanks a lot  Mr.Michel and Mr.Jeroen for the inputs.
>
> please find attached log file of iw list and iw reg get commands in our test setup,
> also find the attached configuration file wlan0_ac.cnf
> Also suggest us if any changes required. (like operating channel, vht_cap & etc)
>
> Regards,
> Manjula
[dozen of empty lines]

Please try to avoid sending badly formatted messages :)

From the logs you provided it looks like you're stuck at world
regulatory (00). This means that you have an empty db.txt file (if you
compiled kernel with built-in regulatory) or your system doesn't have
CRDA binary and/or regulatory database for it to use. You might be
missing udev/hotplug to handle the CRDA request as well I think.


Michał

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Issues with Compex WLE900VX in 80211AC mode
       [not found]             ` <56AB4C02.1020704@cdot.in>
@ 2016-01-29 11:51               ` Michal Kazior
       [not found]                 ` <20160129135530.M62927@cdot.in>
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Kazior @ 2016-01-29 11:51 UTC (permalink / raw)
  To: Manjula B R; +Cc: Jeroen Roovers, ath10k

On 29 January 2016 at 12:24, Manjula B R <brm@cdot.in> wrote:
> Hello Michal,
>
> We added db.txt with country codes instead of CRDA to speedup.

Did you do that in the kernel 3.12 source tree or backports? Are you
sure you have db.txt compiled in? The hostapd logs suggest otherwise.
It looks like regulatory change times out suggesting that either
there's a deadlock in cfg80211 or it expects CRDA binary to handle the
request (but there's none to do so).

Can you post entire kernel log (dmesg), please?


> wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
> Previous country code 00, new country code US
> Continue interface setup after channel list update
> ctrl_iface not configured!
> RTM_NEWLINK: ifi_index=13 ifname=wlan0 operstate=33554432 linkmode=0
> ifi_family=0 ifi_flags=0x1003 ([UP])
> RTM_NEWLINK: ifi_index=13 ifname=wlan0 operstate=33554432 linkmode=0
> master=10 ifi_family=0 ifi_flags=0x1003 ([UP])
> RTM_NEWLINK: ifi_index=13 ifname=wlan0 master=10 operstate=33554432
> ifi_family=7 ifi_flags=0x1003 ([UP])
> nl80211: Add ifindex 10 for bridge br0
> nl80211: Add own interface ifindex 10
> nl80211: ifindex 10 already in the list
> Channel list update timeout - try to continue anyway
> nl80211: Regulatory information - country=00
> nl80211: 2402-2472 @ 40 MHz 20 mBm
> nl80211: 2457-2482 @ 40 MHz 20 mBm (no IR)
> nl80211: 2474-2494 @ 20 MHz 20 mBm (no OFDM) (no IR)
> nl80211: 5170-5250 @ 160 MHz 20 mBm (no IR)
> nl80211: 5250-5330 @ 160 MHz 20 mBm (DFS) (no IR)
> nl80211: 5490-5730 @ 160 MHz 20 mBm (DFS) (no IR)
> nl80211: 5735-5835 @ 80 MHz 20 mBm (no IR)
> nl80211: 57240-63720 @ 2160 MHz 0 mBm

See? It stays at country 00 with entire 5GHz still locked out.


Michał

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Issues with Compex WLE900VX in 80211AC mode
       [not found]                 ` <20160129135530.M62927@cdot.in>
@ 2016-01-29 14:38                   ` Michal Kazior
  2016-01-29 17:29                     ` B R Manjula
  2016-02-01  5:54                     ` B R Manjula
  0 siblings, 2 replies; 8+ messages in thread
From: Michal Kazior @ 2016-01-29 14:38 UTC (permalink / raw)
  To: B R Manjula, ath10k

+ adding back the list

Please do not strip the mailing list for Cc.

On 29 January 2016 at 14:59, B R Manjula <brm@cdot.in> wrote:
> Hello,
>       Thanks for your support.
>       Please find attached dmesg log file attached for further analysis.

[ 4423.946268] cfg80211: Timeout while waiting for CRDA to reply,
restoring regulatory settings
[ 4423.946274] cfg80211: Restoring regulatory settings
[ 4423.946277] cfg80211: Kicking the queue
[ 4427.098262] cfg80211: Timeout while waiting for CRDA to reply,
restoring regulatory settings
[ 4427.098267] cfg80211: Restoring regulatory settings
[ 4427.098270] cfg80211: Kicking the queue

You clearly have not compiled cfg80211 with db.txt built-in. It's
compiled to use CRDA which your system is missing (hence the timeout
message).

You either need to:
 - actually compile backports with db.txt built-in
 - fix CRDA (install the binary, database and make sure udev/hotplug is set up)


Michał

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Issues with Compex WLE900VX in 80211AC mode
  2016-01-29 14:38                   ` Michal Kazior
@ 2016-01-29 17:29                     ` B R Manjula
  2016-02-01  5:54                     ` B R Manjula
  1 sibling, 0 replies; 8+ messages in thread
From: B R Manjula @ 2016-01-29 17:29 UTC (permalink / raw)
  To: Michal Kazior, ath10k

Hello Michal,


We will try it out on Monday and get back to you.

Thanks and regards,
manjula

On Fri, 29 Jan 2016 15:38:50 +0100, Michal Kazior wrote
> + adding back the list
> 
> Please do not strip the mailing list for Cc.
> 
> On 29 January 2016 at 14:59, B R Manjula <brm@cdot.in> wrote:
> > Hello,
> >       Thanks for your support.
> >       Please find attached dmesg log file attached for further analysis.
> 
> [ 4423.946268] cfg80211: Timeout while waiting for CRDA to reply,
> restoring regulatory settings
> [ 4423.946274] cfg80211: Restoring regulatory settings
> [ 4423.946277] cfg80211: Kicking the queue
> [ 4427.098262] cfg80211: Timeout while waiting for CRDA to reply,
> restoring regulatory settings
> [ 4427.098267] cfg80211: Restoring regulatory settings
> [ 4427.098270] cfg80211: Kicking the queue
> 
> You clearly have not compiled cfg80211 with db.txt built-in. It's
> compiled to use CRDA which your system is missing (hence the timeout
> message).
> 
> You either need to:
>  - actually compile backports with db.txt built-in
>  - fix CRDA (install the binary, database and make sure udev/hotplug is set up)
> 
> Michał
> 
> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k


Disclaimer:
----------
This email and any files transmitted with it are confidential and intended solely for 
the use of the individual or entity to whom they are addressed.  If you are not the 
intended recipient you are notified that disclosing, copying, distributing or taking 
any action in reliance on the contents of this information is strictly prohibited. The 
sender does not accept liability for any errors or omissions in the contents of this 
message, which arise as a result of e-mail t


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Issues with Compex WLE900VX in 80211AC mode
  2016-01-29 14:38                   ` Michal Kazior
  2016-01-29 17:29                     ` B R Manjula
@ 2016-02-01  5:54                     ` B R Manjula
  1 sibling, 0 replies; 8+ messages in thread
From: B R Manjula @ 2016-02-01  5:54 UTC (permalink / raw)
  To: Michal Kazior, ath10k

Hi Michal,

CPTCFG_CFG80211_INTERNAL_REGDB was not enabled in backports though we had added db.txt.
it started working. thanks...

regards,
manjula


On Fri, 29 Jan 2016 15:38:50 +0100, Michal Kazior wrote
> + adding back the list
> 
> Please do not strip the mailing list for Cc.
> 
> On 29 January 2016 at 14:59, B R Manjula <brm@cdot.in> wrote:
> > Hello,
> >       Thanks for your support.
> >       Please find attached dmesg log file attached for further analysis.
> 
> [ 4423.946268] cfg80211: Timeout while waiting for CRDA to reply,
> restoring regulatory settings
> [ 4423.946274] cfg80211: Restoring regulatory settings
> [ 4423.946277] cfg80211: Kicking the queue
> [ 4427.098262] cfg80211: Timeout while waiting for CRDA to reply,
> restoring regulatory settings
> [ 4427.098267] cfg80211: Restoring regulatory settings
> [ 4427.098270] cfg80211: Kicking the queue
> 
> You clearly have not compiled cfg80211 with db.txt built-in. It's
> compiled to use CRDA which your system is missing (hence the timeout
> message).
> 
> You either need to:
>  - actually compile backports with db.txt built-in
>  - fix CRDA (install the binary, database and make sure udev/hotplug is set up)
> 
> Michał
> 
> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k


Disclaimer:
----------
This email and any files transmitted with it are confidential and intended solely for 
the use of the individual or entity to whom they are addressed.  If you are not the 
intended recipient you are notified that disclosing, copying, distributing or taking 
any action in reliance on the contents of this information is strictly prohibited. The 
sender does not accept liability for any errors or omissions in the contents of this 
message, which arise as a result of e-mail t


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-01  5:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20160128045052.M14316@universe.cdotb.ernet.in>
     [not found] ` <20160128055132.M19451@cdot.in>
2016-01-28  6:42   ` Issues with Compex WLE900VX in 80211AC mode Michal Kazior
2016-01-28  8:38     ` Jeroen Roovers
2016-01-28  8:46       ` Michal Kazior
     [not found]         ` <20160128110956.M61787@cdot.in>
2016-01-28 11:56           ` Michal Kazior
     [not found]             ` <56AB4C02.1020704@cdot.in>
2016-01-29 11:51               ` Michal Kazior
     [not found]                 ` <20160129135530.M62927@cdot.in>
2016-01-29 14:38                   ` Michal Kazior
2016-01-29 17:29                     ` B R Manjula
2016-02-01  5:54                     ` B R Manjula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.