All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] ath9k not working
@ 2009-01-17 23:26 Ciccio
  2009-01-18  1:57 ` Sujith
  0 siblings, 1 reply; 11+ messages in thread
From: Ciccio @ 2009-01-17 23:26 UTC (permalink / raw)
  To: ath9k-devel

Hi people,
the ath9k driver is not working on my new laptop, an Amilo PA 3553.
The wireless card, as detected by Windows Vista, is a AR928X.
I'm using, apart from Vista, Opensuse 11.1. The card gets listed by iwconfig,
but the access point is not associated, and the led on the lapton is off.
Any help?

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

* [ath9k-devel]  ath9k not working
  2009-01-17 23:26 Ciccio
@ 2009-01-18  1:57 ` Sujith
  2009-01-18  2:25   ` Ciccio
  0 siblings, 1 reply; 11+ messages in thread
From: Sujith @ 2009-01-18  1:57 UTC (permalink / raw)
  To: ath9k-devel

Ciccio wrote:
> Hi people,
> the ath9k driver is not working on my new laptop, an Amilo PA 3553.
> The wireless card, as detected by Windows Vista, is a AR928X.
> I'm using, apart from Vista, Opensuse 11.1. The card gets listed by iwconfig,
> but the access point is not associated, and the led on the lapton is off.
> Any help?

What is the version of the kernel you are running ?

Sujith
-- 
http://sujith-m.blogspot.com

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

* [ath9k-devel] ath9k not working
  2009-01-18  1:57 ` Sujith
@ 2009-01-18  2:25   ` Ciccio
  2009-01-18  2:55     ` Sujith
  0 siblings, 1 reply; 11+ messages in thread
From: Ciccio @ 2009-01-18  2:25 UTC (permalink / raw)
  To: ath9k-devel

2009/1/18 Sujith <m.sujith@gmail.com>:
> Ciccio wrote:
>> Hi people,
>> the ath9k driver is not working on my new laptop, an Amilo PA 3553.
>> The wireless card, as detected by Windows Vista, is a AR928X.
>> I'm using, apart from Vista, Opensuse 11.1. The card gets listed by iwconfig,
>> but the access point is not associated, and the led on the lapton is off.
>> Any help?
>
> What is the version of the kernel you are running ?
>
> Sujith
> --
> http://sujith-m.blogspot.com
>

The default opensuse 11.1 kernel, which is 2.6.27.7, but I also tried
other kernels without success, including the latest 2.6.29-rc2
compiled from source. All kernels are for x86_64 arch.

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

* [ath9k-devel] ath9k not working
  2009-01-18  2:25   ` Ciccio
@ 2009-01-18  2:55     ` Sujith
  2009-01-19  1:15       ` Ciccio
  0 siblings, 1 reply; 11+ messages in thread
From: Sujith @ 2009-01-18  2:55 UTC (permalink / raw)
  To: ath9k-devel

Ciccio wrote:
> The default opensuse 11.1 kernel, which is 2.6.27.7, but I also tried
> other kernels without success, including the latest 2.6.29-rc2
> compiled from source. All kernels are for x86_64 arch.

Can you post the kernel log after loading ath9k as 'modrobe ath9k debug=0x00002000' ?
Note: CONFIG_ATH9K_DEBUG=y has to be present in your .config
Also, this option is present in newer kernels, so 2.6.29-rc2 should do fine.

Sujith
-- 
http://sujith-m.blogspot.com

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

* [ath9k-devel] ath9k not working
  2009-01-18  2:55     ` Sujith
@ 2009-01-19  1:15       ` Ciccio
  2009-01-20 16:28         ` Sujith
  0 siblings, 1 reply; 11+ messages in thread
From: Ciccio @ 2009-01-19  1:15 UTC (permalink / raw)
  To: ath9k-devel

2009/1/18 Sujith <m.sujith@gmail.com>:
> Ciccio wrote:
>> The default opensuse 11.1 kernel, which is 2.6.27.7, but I also tried
>> other kernels without success, including the latest 2.6.29-rc2
>> compiled from source. All kernels are for x86_64 arch.
>
> Can you post the kernel log after loading ath9k as 'modrobe ath9k debug=0x00002000' ?
> Note: CONFIG_ATH9K_DEBUG=y has to be present in your .config
> Also, this option is present in newer kernels, so 2.6.29-rc2 should do fine.
>
> Sujith
> --
> http://sujith-m.blogspot.com
>

Here it is, dmesg lines after I modprobe'd the module in. I had to
recompile the kernel 2.6.29-rc2
because the suse default config doesn't have ath9k debug on by default.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log
Type: application/octet-stream
Size: 2647 bytes
Desc: not available
Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20090119/73f2ca79/attachment.obj 

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

* [ath9k-devel] ath9k not working
  2009-01-19  1:15       ` Ciccio
@ 2009-01-20 16:28         ` Sujith
  2009-01-22 22:22           ` Ciccio
  0 siblings, 1 reply; 11+ messages in thread
From: Sujith @ 2009-01-20 16:28 UTC (permalink / raw)
  To: ath9k-devel

Ciccio wrote:
> 2009/1/18 Sujith <m.sujith@gmail.com>:
> > Ciccio wrote:
> >> The default opensuse 11.1 kernel, which is 2.6.27.7, but I also tried
> >> other kernels without success, including the latest 2.6.29-rc2
> >> compiled from source. All kernels are for x86_64 arch.
> >
> > Can you post the kernel log after loading ath9k as 'modrobe ath9k debug=0x00002000' ?
> > Note: CONFIG_ATH9K_DEBUG=y has to be present in your .config
> > Also, this option is present in newer kernels, so 2.6.29-rc2 should do fine.

Can you post the debug log after you try to associate ?
Also, the commands that you used, the AP's details (encryption, mode).

Sujith
-- 
http://sujith-m.blogspot.com

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

* [ath9k-devel] ath9k not working
  2009-01-20 16:28         ` Sujith
@ 2009-01-22 22:22           ` Ciccio
  0 siblings, 0 replies; 11+ messages in thread
From: Ciccio @ 2009-01-22 22:22 UTC (permalink / raw)
  To: ath9k-devel

Hi,
just to let you know, the ath9k is working now. I just upgraded the
bios and now the led turns on and the wireless card associates
correctly.
Thank you anyway for your help.

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

* [ath9k-devel]  ath9k not working
       [not found] <3216222.2121233906433424.JavaMail.root@zimbra.bring.out.ba>
@ 2009-02-06  7:50 ` Ernad Husremovic
  2009-02-06  8:04   ` Ernad Husremovic
  0 siblings, 1 reply; 11+ messages in thread
From: Ernad Husremovic @ 2009-02-06  7:50 UTC (permalink / raw)
  To: ath9k-devel

Ciccio wrote:

> Hi,
> just to let you know, the ath9k is working now. I just upgraded the
> bios and now the led turns on and the wireless card associates
> correctly.
> Thank you anyway for your help.

Hi I have the same problem as you (Pa 3553 amilo). Where did you find bios update files ?

I have looking at product's support page with no success 

http://support.fujitsu-siemens.com/com/support/linkapplication.html?LNG=EN&ProductID=25493

Thank you in advance,
Ernad
 

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

* [ath9k-devel] ath9k not working
  2009-02-06  7:50 ` [ath9k-devel] ath9k not working Ernad Husremovic
@ 2009-02-06  8:04   ` Ernad Husremovic
  2009-02-06 16:35     ` Luis R. Rodriguez
  0 siblings, 1 reply; 11+ messages in thread
From: Ernad Husremovic @ 2009-02-06  8:04 UTC (permalink / raw)
  To: ath9k-devel

> http://support.fujitsu-siemens.com/com/support/linkapplication.html?LNG=EN&ProductID=25493

Shame on me. I didn't uncheck only "supported operating systems". Now I have option to download new bios.


 

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

* [ath9k-devel] ath9k not working
  2009-02-06  8:04   ` Ernad Husremovic
@ 2009-02-06 16:35     ` Luis R. Rodriguez
  2009-02-06 21:26       ` Ernad Husremovic
  0 siblings, 1 reply; 11+ messages in thread
From: Luis R. Rodriguez @ 2009-02-06 16:35 UTC (permalink / raw)
  To: ath9k-devel

On Fri, Feb 06, 2009 at 12:04:11AM -0800, Ernad Husremovic wrote:
> > http://support.fujitsu-siemens.com/com/support/linkapplication.html?LNG=EN&ProductID=25493
> 
> Shame on me. I didn't uncheck only "supported operating systems". Now I have option to download new bios.

Do you guys mind adding this to the ath9k wiki maybe? It could help other users.

  Luis

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

* [ath9k-devel] ath9k not working
  2009-02-06 16:35     ` Luis R. Rodriguez
@ 2009-02-06 21:26       ` Ernad Husremovic
  0 siblings, 0 replies; 11+ messages in thread
From: Ernad Husremovic @ 2009-02-06 21:26 UTC (permalink / raw)
  To: ath9k-devel


> Do you guys mind adding this to the ath9k wiki maybe? It could help other users.
>  Luis


Created wiki page for this notebook:

http://wireless.kernel.org/en/users/Drivers/ath9k/Amilo%20Pa3553

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

end of thread, other threads:[~2009-02-06 21:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3216222.2121233906433424.JavaMail.root@zimbra.bring.out.ba>
2009-02-06  7:50 ` [ath9k-devel] ath9k not working Ernad Husremovic
2009-02-06  8:04   ` Ernad Husremovic
2009-02-06 16:35     ` Luis R. Rodriguez
2009-02-06 21:26       ` Ernad Husremovic
2009-01-17 23:26 Ciccio
2009-01-18  1:57 ` Sujith
2009-01-18  2:25   ` Ciccio
2009-01-18  2:55     ` Sujith
2009-01-19  1:15       ` Ciccio
2009-01-20 16:28         ` Sujith
2009-01-22 22:22           ` Ciccio

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.