linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: AR6103G Linux kernel 3.4.5 problems
       [not found] <62813611608FC749AC8F3F91AEAF5F89417512DD@CPEXM03.corp.dsg.local>
@ 2013-03-08  7:27 ` Kalle Valo
  2013-03-08  8:26   ` Aleš Voda
  0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2013-03-08  7:27 UTC (permalink / raw)
  To: Aleš Voda
  Cc: linux-wireless@vger.kernel.org, ath6kl-devel@qca.qualcomm.com

Hi,

Aleš Voda <AVoda@descartes.com> writes:

> We have some custom board equipped with AR6103G using SDIO as hif and
> are having problems with AR6103 not starting after downloading the
> firmware. Linux kernel being used is 3.4.5. As it is apparent from the
> console output attached, the fw related files are downloaded and a
> timeout occurs after uploading data patch file to the chip. After
> removing ath6kl_sdio driver and renaming fw-2 and fw-3

Why do you need to rename the firmware files? What version of ath6kl are
you using? Where did you get it? 

> are so they can not be found and loaded, timeout during fw uploads
> doesn't occur anymore after insertion of the ath6kl_sdio module, but
> there is a HW startup failure while awaiting CTRL message from the
> chip (err = -EIO). The firmware for the chip has been downloaded from
> the kernel firmware git repository.
>
> http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=tree;f=
> ath6k/AR6003/hw2.1.1;hb=HEAD

You should be using fw-3.bin. Better to remove athwlan.bin and fw-2.bin
altogether from your platform.

> What could be the problem? If you need any additional info please do
> not hesitate to contact me.

I think I don't have AR6103 myself. I'm not sure if it has some
differences compared to AR6003, that's one possibility as well.

-- 
Kalle Valo

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

* Re: AR6103G Linux kernel 3.4.5 problems
  2013-03-08  7:27 ` AR6103G Linux kernel 3.4.5 problems Kalle Valo
@ 2013-03-08  8:26   ` Aleš Voda
  2013-03-11 11:26     ` Aleš Voda
  0 siblings, 1 reply; 3+ messages in thread
From: Aleš Voda @ 2013-03-08  8:26 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless@vger.kernel.org, ath6kl-devel@qca.qualcomm.com



Sent from my iPhone

On 8. mar. 2013, at 08:27, "Kalle Valo" <kvalo@qca.qualcomm.com> wrote:

> Hi,
> 
> Aleš Voda <AVoda@descartes.com> writes:
> 
>> We have some custom board equipped with AR6103G using SDIO as hif and
>> are having problems with AR6103 not starting after downloading the
>> firmware. Linux kernel being used is 3.4.5. As it is apparent from the
>> console output attached, the fw related files are downloaded and a
>> timeout occurs after uploading data patch file to the chip. After
>> removing ath6kl_sdio driver and renaming fw-2 and fw-3
> 
> Why do you need to rename the firmware files? What version of ath6kl are
> you using? Where did you get it? 
> 
I haven't renamed files except for the data file. I had to rename one of three bdata files, otherwise I got error from the driver that it wasn't able to load the bdata file, because it couldn't find it. I tried all combinations fw-3.bin only without athwlan.bin, fw-2.bin without athwlan.bin and so on but without success ;-(
I downloaded ath6kl FW from kernel firmware git repository and I'm using linux kernel 3.4.5 downloaded from kernel source tree, I know that you use some other repository for downloading Kernel but I also downloaded that before we were introduced and made a diff with my kernel on ath6kl drivet and there are practically no changes between the two in loading and powering up the modulei to the point where my module doesn't reply anymore? If you downloaded F ath6kl FW from some other repository, could you please tell me the URL?
>> are so they can not be found and loaded, timeout during fw uploads
>> doesn't occur anymore after insertion of the ath6kl_sdio module, but
>> there is a HW startup failure while awaiting CTRL message from the
>> chip (err = -EIO). The firmware for the chip has been downloaded from
>> the kernel firmware git repository.
>> 
>> http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=tree;f=
>> ath6k/AR6003/hw2.1.1;hb=HEAD
> 
> You should be using fw-3.bin. Better to remove athwlan.bin and fw-2.bin
> altogether from your platform.

I actually did that. As explained above I tried different combinations also using fw-2.bin or fw-3.bin without athwlan.bin being present in the corresponding FW folder. But things were even worse ;-(
> 
>> What could be the problem? If you need any additional info please do
>> not hesitate to contact me.
> 
> I think I don't have AR6103 myself. I'm not sure if it has some
> differences compared to AR6003, that's one possibility as well.
> 
> -- 
> Kalle Valo

Thank you very much again for your help ;-)

Best Regards,
Ales

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

* RE: AR6103G Linux kernel 3.4.5 problems
  2013-03-08  8:26   ` Aleš Voda
@ 2013-03-11 11:26     ` Aleš Voda
  0 siblings, 0 replies; 3+ messages in thread
From: Aleš Voda @ 2013-03-11 11:26 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless@vger.kernel.org, ath6kl-devel@qca.qualcomm.com

Hi Kalle,

Could you please tell me what are the binaries for AR6103 to function properly
and where can I download the FW and the corresponding binaries. I would like
you to send me proper FW files if possible. I actually don't know what is happening
but as I explained after uploading FW to the WiFi module, there communication
error occurs.

I would like to thank you for all your help and information.

Best Regards,
Ales

________________________________________
From: Aleš Voda
Sent: Friday, March 08, 2013 9:26 AM
To: Kalle Valo
Cc: linux-wireless@vger.kernel.org; ath6kl-devel@qca.qualcomm.com
Subject: Re: AR6103G Linux kernel 3.4.5 problems

Sent from my iPhone

On 8. mar. 2013, at 08:27, "Kalle Valo" <kvalo@qca.qualcomm.com> wrote:

> Hi,
>
> Aleš Voda <AVoda@descartes.com> writes:
>
>> We have some custom board equipped with AR6103G using SDIO as hif and
>> are having problems with AR6103 not starting after downloading the
>> firmware. Linux kernel being used is 3.4.5. As it is apparent from the
>> console output attached, the fw related files are downloaded and a
>> timeout occurs after uploading data patch file to the chip. After
>> removing ath6kl_sdio driver and renaming fw-2 and fw-3
>
> Why do you need to rename the firmware files? What version of ath6kl are
> you using? Where did you get it?
>
I haven't renamed files except for the data file. I had to rename one of three bdata files, otherwise I got error from the driver that it wasn't able to load the bdata file, because it couldn't find it. I tried all combinations fw-3.bin only without athwlan.bin, fw-2.bin without athwlan.bin and so on but without success ;-(
I downloaded ath6kl FW from kernel firmware git repository and I'm using linux kernel 3.4.5 downloaded from kernel source tree, I know that you use some other repository for downloading Kernel but I also downloaded that before we were introduced and made a diff with my kernel on ath6kl drivet and there are practically no changes between the two in loading and powering up the modulei to the point where my module doesn't reply anymore? If you downloaded F ath6kl FW from some other repository, could you please tell me the URL?
>> are so they can not be found and loaded, timeout during fw uploads
>> doesn't occur anymore after insertion of the ath6kl_sdio module, but
>> there is a HW startup failure while awaiting CTRL message from the
>> chip (err = -EIO). The firmware for the chip has been downloaded from
>> the kernel firmware git repository.
>>
>> http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=tree;f=
>> ath6k/AR6003/hw2.1.1;hb=HEAD
>
> You should be using fw-3.bin. Better to remove athwlan.bin and fw-2.bin
> altogether from your platform.

I actually did that. As explained above I tried different combinations also using fw-2.bin or fw-3.bin without athwlan.bin being present in the corresponding FW folder. But things were even worse ;-(
>
>> What could be the problem? If you need any additional info please do
>> not hesitate to contact me.
>
> I think I don't have AR6103 myself. I'm not sure if it has some
> differences compared to AR6003, that's one possibility as well.
>
> --
> Kalle Valo

Thank you very much again for your help ;-)

Best Regards,
Ales

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

end of thread, other threads:[~2013-03-11 11:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <62813611608FC749AC8F3F91AEAF5F89417512DD@CPEXM03.corp.dsg.local>
2013-03-08  7:27 ` AR6103G Linux kernel 3.4.5 problems Kalle Valo
2013-03-08  8:26   ` Aleš Voda
2013-03-11 11:26     ` Aleš Voda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).