* [ath9k-devel] Connecting AR9390 to Lantiq board
@ 2012-07-03 13:27 Ana Elisa de Campos Lobo
2012-07-03 13:48 ` Mohammed Shafi
2012-07-03 13:52 ` Daniel Golle
0 siblings, 2 replies; 6+ messages in thread
From: Ana Elisa de Campos Lobo @ 2012-07-03 13:27 UTC (permalink / raw)
To: ath9k-devel
Hi all,
I?m completely newbie in Linux drivers. In my project we are planning to connect an AR9390 Atheros chip on a GRX288 Lantiq board. This board has a software framework (UGW 5.2) which is based on Linux kernel 2.6.32.42 version and OpenWrt Backfire 10.03.
I have some initial questions:
* Does ATH9K driver support AR9390 chipset?
* Which Linux kernel version is necessary to support AR9390 chipset? I didn?t find this chipset on the ATH9K driver site (http://linuxwireless.org/en/users/Drivers/ath9k), but according to the site AR9380 requires a Kernel version greater than 2.6.36.
* Does anybody tried to connect AR9390 to a Lantiq board based on UGW software?
Best regards,
Ana
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20120703/d49575be/attachment.htm
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ath9k-devel] Connecting AR9390 to Lantiq board
2012-07-03 13:27 [ath9k-devel] Connecting AR9390 to Lantiq board Ana Elisa de Campos Lobo
@ 2012-07-03 13:48 ` Mohammed Shafi
2012-07-03 13:52 ` Daniel Golle
1 sibling, 0 replies; 6+ messages in thread
From: Mohammed Shafi @ 2012-07-03 13:48 UTC (permalink / raw)
To: ath9k-devel
On Tue, Jul 3, 2012 at 6:57 PM, Ana Elisa de Campos Lobo
<alobo@fitec.org.br> wrote:
> Hi all,
>
> I?m completely newbie in Linux drivers. In my project we are planning to
> connect an AR9390 Atheros chip on a GRX288 Lantiq board. This board has a
> software framework (UGW 5.2) which is based on Linux kernel 2.6.32.42
> version and OpenWrt Backfire 10.03.
>
> I have some initial questions:
>
> ? Does ATH9K driver support AR9390 chipset?
yes
http://www.mailrepository.com/message/3536978/
>
> ? Which Linux kernel version is necessary to support AR9390 chipset? I
> didn?t find this chipset on the ATH9K driver site
> (http://linuxwireless.org/en/users/Drivers/ath9k), but according to the site
> AR9380 requires a Kernel version greater than 2.6.36.
>
> ? Does anybody tried to connect AR9390 to a Lantiq board based on UGW
> software?
>
> Best regards,
>
> Ana
>
>
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>
--
thanks,
shafi
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ath9k-devel] Connecting AR9390 to Lantiq board
2012-07-03 13:27 [ath9k-devel] Connecting AR9390 to Lantiq board Ana Elisa de Campos Lobo
2012-07-03 13:48 ` Mohammed Shafi
@ 2012-07-03 13:52 ` Daniel Golle
2012-07-03 18:52 ` Ana Elisa de Campos Lobo
2012-07-29 13:26 ` [ath9k-devel] RES: " Ana Elisa de Campos Lobo
1 sibling, 2 replies; 6+ messages in thread
From: Daniel Golle @ 2012-07-03 13:52 UTC (permalink / raw)
To: ath9k-devel
Hi Ana,
OpenWrt doesn't use the mac80211 driver release built-into the kernel. So all
you need to do is to make sure the mac80211 package containing the ath9k driver
is a recent enough version, and that which still work well even on Linux 2.6.32.
Good luck!
Daniel
On 07/03/12 16:27, Ana Elisa de Campos Lobo wrote:
> Hi all,
>
> I?m completely newbie in Linux drivers. In my project weare planning to connect
> an AR9390 Atheros chip on a GRX288 Lantiq board.This board has a
> softwareframework (UGW 5.2) which is based on Linux kernel 2.6.32.42 version and
> OpenWrt Backfire 10.03.
>
> I have some initial questions:
>
> ? Does ATH9K driver support AR9390 chipset?
>
> ? Which Linux kernel version is necessary to support AR9390 chipset?I
> didn?t find this chipset on the ATH9K driver site
> (_http://linuxwireless.org/en/users/Drivers/ath9k_), but according to the site
> AR9380 requires a Kernel version greater than 2.6.36.
>
> ? Does anybody tried to connect AR9390 to a Lantiq board based on UGW software?
>
> Best regards,
>
> Ana
>
--
ALLNET GmbH ; Maistr. 2 ; D-82110 Germering ; Germany
Tel. +49-89-89422222 - Fax +49-89-89422233
http://www.allnet.de
email: Daniel Golle <dgolle@allnet.de>
Schulungs-/Veranstaltungsprogramm: http://www.802lab.de<http://www.802lab.de/>
Gesch?ftsf?hrer: Wolfgang Marcus Bauer
Handelsregister M?nchen B 95922 ; UST-ID-Nr. DE 128214294 ;
St.-Nr.117/115/00164
WEEE-Reg.-NR. DE 13101093
Bankverbindung:
Sparkasse F?rstenfeldbruck KTO: 2774594 ; BLZ: 70053070
Swift-Code: BYLADEM1FFB ; IBAN: DE61700530700002774594
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ath9k-devel] Connecting AR9390 to Lantiq board
2012-07-03 13:52 ` Daniel Golle
@ 2012-07-03 18:52 ` Ana Elisa de Campos Lobo
2012-07-04 4:54 ` Mohammed Shafi
2012-07-29 13:26 ` [ath9k-devel] RES: " Ana Elisa de Campos Lobo
1 sibling, 1 reply; 6+ messages in thread
From: Ana Elisa de Campos Lobo @ 2012-07-03 18:52 UTC (permalink / raw)
To: ath9k-devel
Daniel and Mohammed,
Thank you for your answers.
I?ve just configured UGW 5.2 to enable ATH9K into mac80211.
Although, I still have an important question:
Which kernel version do I need to have a version of ATH9K driver that supports chipset AR9390? I didn?t find this answer in ATH9K developer?s site (http://linuxwireless.org/en/users/Drivers/ath9k). I understood I?ll need to install a compatibility package in order to have the correct version of the driver running on my board, so I need to know the correct version of ATH9K that supports that chipset.
Could you help me, please?
Thanks and regards,
Ana
-----Original Message-----
From: Daniel Golle [mailto:dgolle at allnet.de]
Sent: ter?a-feira, 3 de julho de 2012 10:52
To: ath9k-devel at lists.ath9k.org; Ana Elisa de Campos Lobo
Subject: Re: [ath9k-devel] Connecting AR9390 to Lantiq board
Hi Ana,
OpenWrt doesn't use the mac80211 driver release built-into the kernel. So all
you need to do is to make sure the mac80211 package containing the ath9k driver
is a recent enough version, and that which still work well even on Linux 2.6.32.
Good luck!
Daniel
On 07/03/12 16:27, Ana Elisa de Campos Lobo wrote:
> Hi all,
>
> I?m completely newbie in Linux drivers. In my project weare planning to connect
> an AR9390 Atheros chip on a GRX288 Lantiq board.This board has a
> softwareframework (UGW 5.2) which is based on Linux kernel 2.6.32.42 version and
> OpenWrt Backfire 10.03.
>
> I have some initial questions:
>
> ? Does ATH9K driver support AR9390 chipset?
>
> ? Which Linux kernel version is necessary to support AR9390 chipset?I
> didn?t find this chipset on the ATH9K driver site
> (_http://linuxwireless.org/en/users/Drivers/ath9k_), but according to the site
> AR9380 requires a Kernel version greater than 2.6.36.
>
> ? Does anybody tried to connect AR9390 to a Lantiq board based on UGW software?
>
> Best regards,
>
> Ana
>
--
ALLNET GmbH ; Maistr. 2 ; D-82110 Germering ; Germany
Tel. +49-89-89422222 - Fax +49-89-89422233
http://www.allnet.de
email: Daniel Golle <dgolle@allnet.de>
Schulungs-/Veranstaltungsprogramm: http://www.802lab.de<http://www.802lab.de/>
Gesch?ftsf?hrer: Wolfgang Marcus Bauer
Handelsregister M?nchen B 95922 ; UST-ID-Nr. DE 128214294 ;
St.-Nr.117/115/00164
WEEE-Reg.-NR. DE 13101093
Bankverbindung:
Sparkasse F?rstenfeldbruck KTO: 2774594 ; BLZ: 70053070
Swift-Code: BYLADEM1FFB ; IBAN: DE61700530700002774594
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ath9k-devel] Connecting AR9390 to Lantiq board
2012-07-03 18:52 ` Ana Elisa de Campos Lobo
@ 2012-07-04 4:54 ` Mohammed Shafi
0 siblings, 0 replies; 6+ messages in thread
From: Mohammed Shafi @ 2012-07-04 4:54 UTC (permalink / raw)
To: ath9k-devel
On Wed, Jul 4, 2012 at 12:22 AM, Ana Elisa de Campos Lobo
<alobo@fitec.org.br> wrote:
> Daniel and Mohammed,
> Thank you for your answers.
> I?ve just configured UGW 5.2 to enable ATH9K into mac80211.
> Although, I still have an important question:
>
> Which kernel version do I need to have a version of ATH9K driver that supports chipset AR9390? I didn?t find this answer in ATH9K developer?s site (http://linuxwireless.org/en/users/Drivers/ath9k). I understood I?ll need to install a compatibility package in order to have the correct version of the driver running on my board, so I need to know the correct version of ATH9K that supports that chipset.
please try the latest compat :)
http://linuxwireless.org/en/users/Download/#Where_to_download_bleeding_edge
> Could you help me, please?
>
> Thanks and regards,
> Ana
>
> -----Original Message-----
> From: Daniel Golle [mailto:dgolle at allnet.de]
> Sent: ter?a-feira, 3 de julho de 2012 10:52
> To: ath9k-devel at lists.ath9k.org; Ana Elisa de Campos Lobo
> Subject: Re: [ath9k-devel] Connecting AR9390 to Lantiq board
>
> Hi Ana,
>
> OpenWrt doesn't use the mac80211 driver release built-into the kernel. So all
> you need to do is to make sure the mac80211 package containing the ath9k driver
> is a recent enough version, and that which still work well even on Linux 2.6.32.
>
> Good luck!
>
>
> Daniel
>
>
> On 07/03/12 16:27, Ana Elisa de Campos Lobo wrote:
>> Hi all,
>>
>> I?m completely newbie in Linux drivers. In my project weare planning to connect
>> an AR9390 Atheros chip on a GRX288 Lantiq board.This board has a
>> softwareframework (UGW 5.2) which is based on Linux kernel 2.6.32.42 version and
>> OpenWrt Backfire 10.03.
>>
>> I have some initial questions:
>>
>> ? Does ATH9K driver support AR9390 chipset?
>>
>> ? Which Linux kernel version is necessary to support AR9390 chipset?I
>> didn?t find this chipset on the ATH9K driver site
>> (_http://linuxwireless.org/en/users/Drivers/ath9k_), but according to the site
>> AR9380 requires a Kernel version greater than 2.6.36.
>>
>> ? Does anybody tried to connect AR9390 to a Lantiq board based on UGW software?
>>
>> Best regards,
>>
>> Ana
>>
>
>
> --
> ALLNET GmbH ; Maistr. 2 ; D-82110 Germering ; Germany
> Tel. +49-89-89422222 - Fax +49-89-89422233
> http://www.allnet.de
> email: Daniel Golle <dgolle@allnet.de>
> Schulungs-/Veranstaltungsprogramm: http://www.802lab.de<http://www.802lab.de/>
> Gesch?ftsf?hrer: Wolfgang Marcus Bauer
> Handelsregister M?nchen B 95922 ; UST-ID-Nr. DE 128214294 ;
> St.-Nr.117/115/00164
> WEEE-Reg.-NR. DE 13101093
> Bankverbindung:
> Sparkasse F?rstenfeldbruck KTO: 2774594 ; BLZ: 70053070
> Swift-Code: BYLADEM1FFB ; IBAN: DE61700530700002774594
>
>
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
--
thanks,
shafi
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ath9k-devel] RES: Connecting AR9390 to Lantiq board
2012-07-03 13:52 ` Daniel Golle
2012-07-03 18:52 ` Ana Elisa de Campos Lobo
@ 2012-07-29 13:26 ` Ana Elisa de Campos Lobo
1 sibling, 0 replies; 6+ messages in thread
From: Ana Elisa de Campos Lobo @ 2012-07-29 13:26 UTC (permalink / raw)
To: ath9k-devel
Hi folks!
I enabled the mac80211 package into kernel but I was not successful so far.
I?d like to be sure I?m using the correct package. I?m using compat-wireless-2011-06-22 from OpenWrt?s site (http://mirror2.openwrt.org/sources/) which was the version used by Lantiq?s UGW 5.2 software.
I?d like to be sure if this version of compat-wireless supports AR9390 or not. Otherwise, I?d like the directions to change the compat-wireless for a newer version into Lantiq?s software (based on OpenWrt).
Can anyone help me, please?
Thanks In advance and best regards,
Ana
-----Mensagem original-----
De: Daniel Golle [mailto:dgolle at allnet.de]
Enviada em: ter?a-feira, 3 de julho de 2012 10:52
Para: ath9k-devel at lists.ath9k.org; Ana Elisa de Campos Lobo
Assunto: Re: [ath9k-devel] Connecting AR9390 to Lantiq board
Hi Ana,
OpenWrt doesn't use the mac80211 driver release built-into the kernel. So all you need to do is to make sure the mac80211 package containing the ath9k driver is a recent enough version, and that which still work well even on Linux 2.6.32.
Good luck!
Daniel
On 07/03/12 16:27, Ana Elisa de Campos Lobo wrote:
> Hi all,
>
> I?m completely newbie in Linux drivers. In my project weare planning
> to connect an AR9390 Atheros chip on a GRX288 Lantiq board.This board
> has a softwareframework (UGW 5.2) which is based on Linux kernel
> 2.6.32.42 version and OpenWrt Backfire 10.03.
>
> I have some initial questions:
>
> ? Does ATH9K driver support AR9390 chipset?
>
> ? Which Linux kernel version is necessary to support AR9390 chipset?I
> didn?t find this chipset on the ATH9K driver site
> (_http://linuxwireless.org/en/users/Drivers/ath9k_), but according to
> the site
> AR9380 requires a Kernel version greater than 2.6.36.
>
> ? Does anybody tried to connect AR9390 to a Lantiq board based on UGW software?
>
> Best regards,
>
> Ana
>
--
ALLNET GmbH ; Maistr. 2 ; D-82110 Germering ; Germany Tel. +49-89-89422222 - Fax +49-89-89422233 http://www.allnet.de
email: Daniel Golle <dgolle@allnet.de>
Schulungs-/Veranstaltungsprogramm: http://www.802lab.de<http://www.802lab.de/>
Gesch?ftsf?hrer: Wolfgang Marcus Bauer
Handelsregister M?nchen B 95922 ; UST-ID-Nr. DE 128214294 ;
St.-Nr.117/115/00164
WEEE-Reg.-NR. DE 13101093
Bankverbindung:
Sparkasse F?rstenfeldbruck KTO: 2774594 ; BLZ: 70053070
Swift-Code: BYLADEM1FFB ; IBAN: DE61700530700002774594
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-07-29 13:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 13:27 [ath9k-devel] Connecting AR9390 to Lantiq board Ana Elisa de Campos Lobo
2012-07-03 13:48 ` Mohammed Shafi
2012-07-03 13:52 ` Daniel Golle
2012-07-03 18:52 ` Ana Elisa de Campos Lobo
2012-07-04 4:54 ` Mohammed Shafi
2012-07-29 13:26 ` [ath9k-devel] RES: " Ana Elisa de Campos Lobo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox