* RE: EC Confusion
@ 2005-08-15 16:49 Paulo Vitor Magacho da Silva
[not found] ` <BAY12-F2711CD5182CD93A4DCDAADA8B10-MsuGFMq8XAE@public.gmane.org>
0 siblings, 1 reply; 26+ messages in thread
From: Paulo Vitor Magacho da Silva @ 2005-08-15 16:49 UTC (permalink / raw)
To: luming.yu-ral2JQCrhuEAvxtiuMwx3w
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 862 bytes --]
Hi,
I've tryed this new patch and I still have the same problem. I think my
laptop has some feature that only kernel 2.6.12-rc2-mm2 was able to address.
I am sending attached my DSDT.
Thanks,
Paulo
>From: "Yu, Luming" <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>To: "Thomas Renninger" <trenn-l3A5Bk7waGM@public.gmane.org>,"Paulo Vitor Magacho da Silva"
><pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
>CC: <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>Subject: RE: [ACPI] EC Confusion
>Date: Wed, 10 Aug 2005 16:57:32 +0800
>
>
>I just update burst ec patch against 2.6.13-rc6
>at http://bugzilla.kernel.org/show_bug.cgi?id=3851
>Could you test it?
>
>Thanks,
>Luming
>
_________________________________________________________________
Chegou o que faltava: MSN Acesso Grátis. Instale Já!
http://www.msn.com.br/discador
[-- Attachment #2: DSDT.aml --]
[-- Type: application/octet-stream, Size: 19144 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread* RE: EC Confusion
@ 2005-08-17 13:10 Yu, Luming
2005-08-25 19:56 ` Paulo Vitor Magacho da Silva
0 siblings, 1 reply; 26+ messages in thread
From: Yu, Luming @ 2005-08-17 13:10 UTC (permalink / raw)
To: Thomas Renninger
Cc: Paulo Vitor Magacho da Silva,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
>> EC burst mode did solve this problem on that machine.
>>
>Seems there is a regression in the EC burst mode code:
>EC burst mode does not solve the problem for this guy in
>current kernels any more.
>
>I used one of the patches applied to:
>http://bugzilla.kernel.org/show_bug.cgi?id=3851
>(Sorry don't know the exact one any more, was about a month or
>a bit more ago).
>With that one the buffered key issue was gone.
>
>He now retested with current kernels: 2.6.13-rc6-git1-2 and
>the problem exists again.
>
>Maybe Paolo should raise a new bug for that issue if not already done?
>Please CC me.
Please grep dmesg if you find "burst-mode-ec-10-Aug", then there has
right patch.
>
>Thanks,
>
> Thomas
>
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: EC Confusion
2005-08-17 13:10 Yu, Luming
@ 2005-08-25 19:56 ` Paulo Vitor Magacho da Silva
0 siblings, 0 replies; 26+ messages in thread
From: Paulo Vitor Magacho da Silva @ 2005-08-25 19:56 UTC (permalink / raw)
To: luming.yu-ral2JQCrhuEAvxtiuMwx3w, trenn-l3A5Bk7waGM
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hello,
sorry for the late reply. I would like to thank for all your help.
I did a grep for "burst-mode-ec-10-Aug" and it was there, but the sleep
button still didn't work. The dmesg output is the same for both kernel I am
testing, 2.6.12-rc2-mm2 e 2.6.13-rc6.
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.BAT0._BST] (Node c14d0d28)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.AC__._PSR] (Node c14d0ba8)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.BAT0._BST] (Node c14d0d28)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.AC__._PSR] (Node c14d0ba8)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.BAT0._BST] (Node c14d0d28)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.AC__._PSR] (Node c14d0ba8)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.BAT0._BST] (Node c14d0d28)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.AC__._PSR] (Node c14d0ba8)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__._Q0D] (Node c14d1aa8)
It keeps polling the AC and Battery, and when I hit the sleep button it
appears the Q0D line. However for kernel 2.6.13-rc6, this line only appears
after 8 hits in the sleep button.
Thanks,
Paulo
>From: "Yu, Luming" <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>To: "Thomas Renninger" <trenn-l3A5Bk7waGM@public.gmane.org>
>CC: "Paulo Vitor Magacho da Silva"
><pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>,<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>Subject: RE: [ACPI] EC Confusion
>Date: Wed, 17 Aug 2005 21:10:10 +0800
>
>
> >> EC burst mode did solve this problem on that machine.
> >>
> >Seems there is a regression in the EC burst mode code:
> >EC burst mode does not solve the problem for this guy in
> >current kernels any more.
> >
> >I used one of the patches applied to:
> >http://bugzilla.kernel.org/show_bug.cgi?id=3851
> >(Sorry don't know the exact one any more, was about a month or
> >a bit more ago).
> >With that one the buffered key issue was gone.
> >
> >He now retested with current kernels: 2.6.13-rc6-git1-2 and
> >the problem exists again.
> >
> >Maybe Paolo should raise a new bug for that issue if not already done?
> >Please CC me.
>
>Please grep dmesg if you find "burst-mode-ec-10-Aug", then there has
>right patch.
>
> >
> >Thanks,
> >
> > Thomas
> >
>
>
_________________________________________________________________
Chegou o que faltava: MSN Acesso Grátis. Instale Já!
http://www.msn.com.br/discador
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: EC Confusion
@ 2005-08-10 8:57 Yu, Luming
0 siblings, 0 replies; 26+ messages in thread
From: Yu, Luming @ 2005-08-10 8:57 UTC (permalink / raw)
To: Thomas Renninger, Paulo Vitor Magacho da Silva
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
I just update burst ec patch against 2.6.13-rc6
at http://bugzilla.kernel.org/show_bug.cgi?id=3851
Could you test it?
Thanks,
Luming
>-----Original Message-----
>From: Thomas Renninger [mailto:trenn-l3A5Bk7waGM@public.gmane.org]
>Sent: 2005年8月10日 14:55
>To: Paulo Vitor Magacho da Silva
>Cc: Yu, Luming; acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: Re: [ACPI] EC Confusion
>
>Paulo Vitor Magacho da Silva wrote:
>
>> Hi,
>>
>> I hit seven times the sleep button and I get the same message :
>> kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.BAT0._BST]
>(Node c14d52e8)
>> kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.AC__._PSR]
>(Node c14d5168)
>> Then, in the 8th time I get:
>> kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__._Q0D] (Node c14d5f28)
>> kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.BAT0._BST]
>(Node c14d52e8)
>> kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.AC__._PSR]
>(Node c14d5168)
>>
>
>Seems as if the ACPI events are buffered?
>I had a very similar bug report:
>________________________________________
>The ACPI events, which are triggered by keyboard (via Fn key,
>eg. to switch
>WiFi card on/off) are somehow buffered in the kernel. I have
>to push the key
>combination 8 times until acpi_listen (or cat
>/proc/acpi/event) gets the first
>event, then, if I push other combinations, I get the events
>from the "buffer".
>________________________________________
>
>EC burst mode did solve this problem on that machine.
>
> Thomas
>
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: EC Confusion
@ 2005-08-10 8:51 Yu, Luming
0 siblings, 0 replies; 26+ messages in thread
From: Yu, Luming @ 2005-08-10 8:51 UTC (permalink / raw)
To: Paulo Vitor Magacho da Silva,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hmm, I need to have your DSDT a look.
Your box got a lot of notify on AC, or BAT.
Thanks,
Luming
>-----Original Message-----
>From: Paulo Vitor Magacho da Silva [mailto:pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org]
>Sent: 2005年8月10日 11:59
>To: Yu, Luming; acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: RE: [ACPI] EC Confusion
>
>
>Hi,
>
>I hit seven times the sleep button and I get the same message :
>kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.BAT0._BST] (Node
>c14d52e8)
>kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.AC__._PSR] (Node
>c14d5168)
>Then, in the 8th time I get:
>kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__._Q0D] (Node c14d5f28)
>kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.BAT0._BST] (Node
>c14d52e8)
>kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.AC__._PSR] (Node
>c14d5168)
>
>Thanks,
>Paulo
>
>>From: "Yu, Luming" <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>>To: "Paulo Vitor Magacho da Silva" <pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
>>CC: <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>>Subject: RE: [ACPI] EC Confusion
>>Date: Tue, 9 Aug 2005 14:14:16 +0800
>>
>>To clearly illustrate the problem, please try acpi_dbg_layer=0x10
>>acpi_dbg_layer=0x10,
>>and retest kernel. If you press key, you should immediately see
>>messages like:
>>"Execute Method: [\_SB_PCI0.LPCB.EC__._Q0D] "
>>That means EC works for this time.
>>
>>Thanks,
>>Luming
>>
>> >Hi,
>> >
>> >I all I got was :
>> >**** Context Switch from TID EEC to TID 7 ****
>> >acpi_bus-0306 [0007] [17] acpi_bus_generate_even: ----Entry
>> >acpi_bus-0330 [0007] [17] acpi_bus_generate_even: ----Exit-
>> >0000000000000000
>> >**** Context Switch from TID 7 to TID EEC ****
>> >acpi_bus-0376 [0EEC] [14] acpi_bus_receive_event: ----Exit-
>> >0000000000000000
>> >acpi_bus-0343 [0EEC] [14] acpi_bus_receive_event: ----Entry
>> >
>> >
>> >Thanks,
>> >Paulo
>> >
>> >>From: "Yu, Luming" <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>> >>To: "Paulo Vitor Magacho da Silva" <pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
>> >>CC: <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>> >>Subject: RE: [ACPI] EC Confusion
>> >>Date: Mon, 8 Aug 2005 21:29:09 +0800
>> >>
>> >>Hi,
>> >>Could you try acpi_dbg_layer=0x10000 acpi_dbg_level =0xFFFFFFFF,
>> >>If you press sleep button, you should see
>> >>"Received DEVICE WAKE notification for device [SLPB]"
>> >>
>> >>If yes, I don't think sleep button was confused by EC.
>> >>
>> >>Thanks
>> >>Luming
>> >>
>> >
>> >_________________________________________________________________
>> >MSN Messenger: converse online com seus amigos .
>> >http://messenger.msn.com.br
>> >
>> >
>
>_________________________________________________________________
>Chegou o que faltava: MSN Acesso Grátis. Instale Já!
>http://www.msn.com.br/discador
>
>
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: EC Confusion
@ 2005-08-09 6:14 Yu, Luming
2005-08-10 3:58 ` Paulo Vitor Magacho da Silva
0 siblings, 1 reply; 26+ messages in thread
From: Yu, Luming @ 2005-08-09 6:14 UTC (permalink / raw)
To: Paulo Vitor Magacho da Silva; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
To clearly illustrate the problem, please try acpi_dbg_layer=0x10
acpi_dbg_layer=0x10,
and retest kernel. If you press key, you should immediately see
messages like:
"Execute Method: [\_SB_PCI0.LPCB.EC__._Q0D] "
That means EC works for this time.
Thanks,
Luming
>Hi,
>
>I all I got was :
>**** Context Switch from TID EEC to TID 7 ****
>acpi_bus-0306 [0007] [17] acpi_bus_generate_even: ----Entry
>acpi_bus-0330 [0007] [17] acpi_bus_generate_even: ----Exit-
>0000000000000000
>**** Context Switch from TID 7 to TID EEC ****
>acpi_bus-0376 [0EEC] [14] acpi_bus_receive_event: ----Exit-
>0000000000000000
>acpi_bus-0343 [0EEC] [14] acpi_bus_receive_event: ----Entry
>
>
>Thanks,
>Paulo
>
>>From: "Yu, Luming" <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>>To: "Paulo Vitor Magacho da Silva" <pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
>>CC: <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>>Subject: RE: [ACPI] EC Confusion
>>Date: Mon, 8 Aug 2005 21:29:09 +0800
>>
>>Hi,
>>Could you try acpi_dbg_layer=0x10000 acpi_dbg_level =0xFFFFFFFF,
>>If you press sleep button, you should see
>>"Received DEVICE WAKE notification for device [SLPB]"
>>
>>If yes, I don't think sleep button was confused by EC.
>>
>>Thanks
>>Luming
>>
>
>_________________________________________________________________
>MSN Messenger: converse online com seus amigos .
>http://messenger.msn.com.br
>
>
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: EC Confusion
2005-08-09 6:14 Yu, Luming
@ 2005-08-10 3:58 ` Paulo Vitor Magacho da Silva
[not found] ` <BAY12-F48160AB3D3ABB69E3A006A8BA0-MsuGFMq8XAE@public.gmane.org>
0 siblings, 1 reply; 26+ messages in thread
From: Paulo Vitor Magacho da Silva @ 2005-08-10 3:58 UTC (permalink / raw)
To: luming.yu-ral2JQCrhuEAvxtiuMwx3w,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I hit seven times the sleep button and I get the same message :
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.BAT0._BST] (Node c14d52e8)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.AC__._PSR] (Node c14d5168)
Then, in the 8th time I get:
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__._Q0D] (Node c14d5f28)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.BAT0._BST] (Node c14d52e8)
kernel: Execute Method: [\_SB_.PCI0.LPC0.EC__.AC__._PSR] (Node c14d5168)
Thanks,
Paulo
>From: "Yu, Luming" <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>To: "Paulo Vitor Magacho da Silva" <pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
>CC: <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>Subject: RE: [ACPI] EC Confusion
>Date: Tue, 9 Aug 2005 14:14:16 +0800
>
>To clearly illustrate the problem, please try acpi_dbg_layer=0x10
>acpi_dbg_layer=0x10,
>and retest kernel. If you press key, you should immediately see
>messages like:
>"Execute Method: [\_SB_PCI0.LPCB.EC__._Q0D] "
>That means EC works for this time.
>
>Thanks,
>Luming
>
> >Hi,
> >
> >I all I got was :
> >**** Context Switch from TID EEC to TID 7 ****
> >acpi_bus-0306 [0007] [17] acpi_bus_generate_even: ----Entry
> >acpi_bus-0330 [0007] [17] acpi_bus_generate_even: ----Exit-
> >0000000000000000
> >**** Context Switch from TID 7 to TID EEC ****
> >acpi_bus-0376 [0EEC] [14] acpi_bus_receive_event: ----Exit-
> >0000000000000000
> >acpi_bus-0343 [0EEC] [14] acpi_bus_receive_event: ----Entry
> >
> >
> >Thanks,
> >Paulo
> >
> >>From: "Yu, Luming" <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> >>To: "Paulo Vitor Magacho da Silva" <pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
> >>CC: <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
> >>Subject: RE: [ACPI] EC Confusion
> >>Date: Mon, 8 Aug 2005 21:29:09 +0800
> >>
> >>Hi,
> >>Could you try acpi_dbg_layer=0x10000 acpi_dbg_level =0xFFFFFFFF,
> >>If you press sleep button, you should see
> >>"Received DEVICE WAKE notification for device [SLPB]"
> >>
> >>If yes, I don't think sleep button was confused by EC.
> >>
> >>Thanks
> >>Luming
> >>
> >
> >_________________________________________________________________
> >MSN Messenger: converse online com seus amigos .
> >http://messenger.msn.com.br
> >
> >
_________________________________________________________________
Chegou o que faltava: MSN Acesso Grátis. Instale Já!
http://www.msn.com.br/discador
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: EC Confusion
@ 2005-08-08 13:29 Yu, Luming
2005-08-08 17:21 ` Paulo Vitor Magacho da Silva
0 siblings, 1 reply; 26+ messages in thread
From: Yu, Luming @ 2005-08-08 13:29 UTC (permalink / raw)
To: Paulo Vitor Magacho da Silva; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
Could you try acpi_dbg_layer=0x10000 acpi_dbg_level =0xFFFFFFFF,
If you press sleep button, you should see
"Received DEVICE WAKE notification for device [SLPB]"
If yes, I don't think sleep button was confused by EC.
Thanks
Luming
>-----Original Message-----
>From: Paulo Vitor Magacho da Silva [mailto:pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org]
>Sent: 2005年8月5日 12:52
>To: Yu, Luming
>Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: Re: [ACPI] EC Confusion
>
>Hi,
>
>I am sending the files. There are two. One for kernel
>2.6.12-rc2-mm2, which
>works for me. And the second one for kernel 2.6.13-rc5, with
>your patch.
>Both with acpi_dbg_layer=0x100006 acpi_dbg_level_0xFFFFFFFF?
>Hope it helps.
>
>Thanks,
>Paulo
>
>>
>>
>>On Friday 05 August 2005 09:57, Paulo Vitor Magacho da Silva wrote:
>> > Hello,
>> >
>> > I've tryed with this patch, but still doesn't work. I am
>sending the
>>dmesg
>> > so you can take a look.
>>Yes, the log file is pretty good. Everything seems to work.
>>
>> > The kernel command line: ro root=LABEL=/ rhgb quiet acpi=on
>> > acpi_dbg_layer=0x100002 acpi_dbg_level=0xFFFFFFFF
>>Could you try acpi_dbg_layer=0x100006 acpi_dbg_level_0xFFFFFFFF?
>>reproduce the wrong behaviour, then capture dmesg and send to me.
>>
>> >
>> > Thanks,
>> > Paulo
>>
>>Thanks,
>>Luming
>>
>> > >
>
>_________________________________________________________________
>Chegou o que faltava: MSN Acesso Grátis. Instale Já!
>http://www.msn.com.br/discador
>
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: EC Confusion
2005-08-08 13:29 Yu, Luming
@ 2005-08-08 17:21 ` Paulo Vitor Magacho da Silva
0 siblings, 0 replies; 26+ messages in thread
From: Paulo Vitor Magacho da Silva @ 2005-08-08 17:21 UTC (permalink / raw)
To: luming.yu-ral2JQCrhuEAvxtiuMwx3w
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I all I got was :
**** Context Switch from TID EEC to TID 7 ****
acpi_bus-0306 [0007] [17] acpi_bus_generate_even: ----Entry
acpi_bus-0330 [0007] [17] acpi_bus_generate_even: ----Exit- 0000000000000000
**** Context Switch from TID 7 to TID EEC ****
acpi_bus-0376 [0EEC] [14] acpi_bus_receive_event: ----Exit- 0000000000000000
acpi_bus-0343 [0EEC] [14] acpi_bus_receive_event: ----Entry
Thanks,
Paulo
>From: "Yu, Luming" <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>To: "Paulo Vitor Magacho da Silva" <pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
>CC: <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>Subject: RE: [ACPI] EC Confusion
>Date: Mon, 8 Aug 2005 21:29:09 +0800
>
>Hi,
>Could you try acpi_dbg_layer=0x10000 acpi_dbg_level =0xFFFFFFFF,
>If you press sleep button, you should see
>"Received DEVICE WAKE notification for device [SLPB]"
>
>If yes, I don't think sleep button was confused by EC.
>
>Thanks
>Luming
>
_________________________________________________________________
MSN Messenger: converse online com seus amigos .
http://messenger.msn.com.br
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: EC Confusion
@ 2005-08-05 4:52 Paulo Vitor Magacho da Silva
0 siblings, 0 replies; 26+ messages in thread
From: Paulo Vitor Magacho da Silva @ 2005-08-05 4:52 UTC (permalink / raw)
To: luming.yu-ral2JQCrhuEAvxtiuMwx3w
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 968 bytes --]
Hi,
I am sending the files. There are two. One for kernel 2.6.12-rc2-mm2, which
works for me. And the second one for kernel 2.6.13-rc5, with your patch.
Both with acpi_dbg_layer=0x100006 acpi_dbg_level_0xFFFFFFFF?
Hope it helps.
Thanks,
Paulo
>
>
>On Friday 05 August 2005 09:57, Paulo Vitor Magacho da Silva wrote:
> > Hello,
> >
> > I've tryed with this patch, but still doesn't work. I am sending the
>dmesg
> > so you can take a look.
>Yes, the log file is pretty good. Everything seems to work.
>
> > The kernel command line: ro root=LABEL=/ rhgb quiet acpi=on
> > acpi_dbg_layer=0x100002 acpi_dbg_level=0xFFFFFFFF
>Could you try acpi_dbg_layer=0x100006 acpi_dbg_level_0xFFFFFFFF?
>reproduce the wrong behaviour, then capture dmesg and send to me.
>
> >
> > Thanks,
> > Paulo
>
>Thanks,
>Luming
>
> > >
_________________________________________________________________
Chegou o que faltava: MSN Acesso Grátis. Instale Já!
http://www.msn.com.br/discador
[-- Attachment #2: dmesg-2.6.12-rc2-mm2.gz --]
[-- Type: application/x-gzip, Size: 19815 bytes --]
[-- Attachment #3: dmesg-2.6.13-rc5.gz --]
[-- Type: application/x-gzip, Size: 32030 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: EC Confusion
@ 2005-08-05 1:57 Paulo Vitor Magacho da Silva
[not found] ` <BAY12-F14E24F58ABC78F00F10288A8C70-MsuGFMq8XAE@public.gmane.org>
0 siblings, 1 reply; 26+ messages in thread
From: Paulo Vitor Magacho da Silva @ 2005-08-05 1:57 UTC (permalink / raw)
To: luming.yu-ral2JQCrhuEAvxtiuMwx3w,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 834 bytes --]
Hello,
I've tryed with this patch, but still doesn't work. I am sending the dmesg
so you can take a look.
The kernel command line: ro root=LABEL=/ rhgb quiet acpi=on
acpi_dbg_layer=0x100002 acpi_dbg_level=0xFFFFFFFF
Thanks,
Paulo
>From: "Yu, Luming" <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>To: "Paulo Vitor Magacho da Silva"
><pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>,<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>Subject: RE: [ACPI] EC Confusion
>Date: Thu, 4 Aug 2005 15:48:11 +0800
>
> Please try debug patch filed at
>http://bugzilla.kernel.org/show_bug.cgi?id=3851#c71
>which is against linux-2.6.13-rc5.
>
>Thanks
>Luming
>
_________________________________________________________________
Chegou o que faltava: MSN Acesso Grátis. Instale Já!
http://www.msn.com.br/discador
[-- Attachment #2: dmesg.txt.gz --]
[-- Type: application/x-gzip, Size: 14100 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread* RE: EC Confusion
@ 2005-08-04 7:48 Yu, Luming
0 siblings, 0 replies; 26+ messages in thread
From: Yu, Luming @ 2005-08-04 7:48 UTC (permalink / raw)
To: Paulo Vitor Magacho da Silva,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Please try debug patch filed at http://bugzilla.kernel.org/show_bug.cgi?id=3851#c71
which is against linux-2.6.13-rc5.
Thanks
Luming
>-----Original Message-----
>From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>[mailto:acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of
>Paulo Vitor Magacho da Silva
>Sent: 2005年8月4日 5:08
>To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: Re: [ACPI] EC Confusion
>
>Hello,
>
> the kernel command line: ro root=LABEL=/ rhgb quiet acpi=on
>acpi_dbg_layer=0x14000F acpi_dbg_level=0x1F ec_polling
> Is this correct ?
> I still have the same problem. Here is the dmesg important
>part. I have
>to hit the sleep button 8 time before it works :
>acpi_ec-0810 [08] acpi_ec_gpe_query : Evaluating _Q20
>acpi_ec-0810 [09] acpi_ec_gpe_query : Evaluating _Q20
>acpi_ec-0810 [10] acpi_ec_gpe_query : Evaluating _Q20
>acpi_ec-0810 [11] acpi_ec_gpe_query : Evaluating _Q20
>acpi_ec-0810 [12] acpi_ec_gpe_query : Evaluating _Q20
>acpi_ec-0810 [13] acpi_ec_gpe_query : Evaluating _Q20
>acpi_ec-0810 [14] acpi_ec_gpe_query : Evaluating _Q20
>acpi_ec-0810 [15] acpi_ec_gpe_query : Evaluating _Q0D
> evmisc-0152 [24] ev_queue_notify_reques: Dispatching
>Notify(80) on node
>dff217e8
> evmisc-0161 [24] ev_queue_notify_reques: Notify value: 0x80 **Device
>Specific**
>
> As I said, kernels 2.6.12-rc2-mm2 and kernel 2.6.7 work for me.
>
>Thanks,
>Paulo
>
>>From: "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>
>>To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>CC: "Paulo Vitor Magacho da Silva"
>><pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>,luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
>>Subject: Re: [ACPI] EC Confusion
>>Date: Wed, 3 Aug 2005 22:43:59 +0200
>>
>>On Wednesday, 3 of August 2005 22:05, Paulo Vitor Magacho da
>Silva wrote:
>> > Hi,
>> >
>> > I've tryed and had the same problem. How do I enable
>ec_polling ? During
>> > boot with ec_polling=on ?
>>
>>Just ec_polling,
>>
>>Rafael
>>
>>
>>--
>>- Would you tell me, please, which way I ought to go from here?
>>- That depends a good deal on where you want to get to.
>> -- Lewis Carroll "Alice's Adventures in Wonderland"
>>
>>
>>-------------------------------------------------------
>>SF.Net email is Sponsored by the Better Software Conference & EXPO
>>September 19-22, 2005 * San Francisco, CA * Development
>Lifecycle Practices
>>Agile & Plan-Driven Development * Managing Projects & Teams *
>Testing & QA
>>Security * Process Improvement & Measurement *
>http://www.sqe.com/bsce5sf
>>_______________________________________________
>>Acpi-devel mailing list
>>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>
>_________________________________________________________________
>MSN Messenger: converse online com seus amigos .
>http://messenger.msn.com.br
>
>
>
>-------------------------------------------------------
>SF.Net email is Sponsored by the Better Software Conference & EXPO
>September 19-22, 2005 * San Francisco, CA * Development
>Lifecycle Practices
>Agile & Plan-Driven Development * Managing Projects & Teams *
>Testing & QA
>Security * Process Improvement & Measurement *
>http://www.sqe.com/bsce5sf
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: EC Confusion
@ 2005-08-03 16:04 Yu, Luming
2005-08-03 20:05 ` Paulo Vitor Magacho da Silva
0 siblings, 1 reply; 26+ messages in thread
From: Yu, Luming @ 2005-08-03 16:04 UTC (permalink / raw)
To: Paulo Vitor Magacho da Silva,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Plese test linux-2.6.13-rc5. If you have regression , please try it with kernel option ec_polling.
Thanks
Luming
>-----Original Message-----
>From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>[mailto:acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of
>Paulo Vitor Magacho da Silva
>Sent: 2005年8月3日 22:26
>To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: [ACPI] EC Confusion
>
>Hi,
>
>I am trying one more time to see if I can get ACPI working without any
>problems in my laptop. When I hit Fn+F4 (Sleep button) nothing
>happens. If I
>hit several times it starts working. If I hit Fn+F5 (to turn
>off the LCD) it
>confuses with Fn+F4. And if I hit a few times it starts to work.
>The last working kernel versions I had were kernel 2.6.7 and kernel
>2.6.12-rc2-mm2, but both of them present problems when
>resuming. The first
>one resumes but the ethernet card doesn't work properly and
>the second one
>reboots when resuming (it's a problem in the wakeup.S file
>that I couldn't
>figure out where yet).
>I've also tryed kernel 2.6.12 with the latest patches posted
>this week in
>the mailing list. Still the same problem.
>
>Thanks,
>Paulo
>
>_________________________________________________________________
>MSN Messenger: converse online com seus amigos .
>http://messenger.msn.com.br
>
>
>
>-------------------------------------------------------
>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
>from IBM. Find simple to follow Roadmaps, straightforward articles,
>informative Webcasts and more! Get everything you need to get up to
>speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id\x16492&op=click
^ permalink raw reply [flat|nested] 26+ messages in thread
* RE: EC Confusion
2005-08-03 16:04 Yu, Luming
@ 2005-08-03 20:05 ` Paulo Vitor Magacho da Silva
[not found] ` <BAY12-F716646BA597A3BB75E5CCA8C50-MsuGFMq8XAE@public.gmane.org>
0 siblings, 1 reply; 26+ messages in thread
From: Paulo Vitor Magacho da Silva @ 2005-08-03 20:05 UTC (permalink / raw)
To: luming.yu-ral2JQCrhuEAvxtiuMwx3w,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I've tryed and had the same problem. How do I enable ec_polling ? During
boot with ec_polling=on ?
Thanks,
Paulo
>From: "Yu, Luming" <luming.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
>To: "Paulo Vitor Magacho da Silva"
><pvmagacho78-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>,<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>Subject: RE: [ACPI] EC Confusion
>Date: Thu, 4 Aug 2005 00:04:35 +0800
>
>Plese test linux-2.6.13-rc5. If you have regression , please try it with
>kernel option ec_polling.
>
>
>Thanks
>Luming
>
_________________________________________________________________
Chegou o que faltava: MSN Acesso Grátis. Instale Já!
http://www.msn.com.br/discador
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 26+ messages in thread
* EC Confusion
@ 2005-08-03 14:25 Paulo Vitor Magacho da Silva
0 siblings, 0 replies; 26+ messages in thread
From: Paulo Vitor Magacho da Silva @ 2005-08-03 14:25 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I am trying one more time to see if I can get ACPI working without any
problems in my laptop. When I hit Fn+F4 (Sleep button) nothing happens. If I
hit several times it starts working. If I hit Fn+F5 (to turn off the LCD) it
confuses with Fn+F4. And if I hit a few times it starts to work.
The last working kernel versions I had were kernel 2.6.7 and kernel
2.6.12-rc2-mm2, but both of them present problems when resuming. The first
one resumes but the ethernet card doesn't work properly and the second one
reboots when resuming (it's a problem in the wakeup.S file that I couldn't
figure out where yet).
I've also tryed kernel 2.6.12 with the latest patches posted this week in
the mailing list. Still the same problem.
Thanks,
Paulo
_________________________________________________________________
MSN Messenger: converse online com seus amigos .
http://messenger.msn.com.br
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: EC confusion
@ 2005-06-10 14:04 Paulo Vitor Magacho da Silva
0 siblings, 0 replies; 26+ messages in thread
From: Paulo Vitor Magacho da Silva @ 2005-06-10 14:04 UTC (permalink / raw)
To: luming.yu-ral2JQCrhuEAvxtiuMwx3w
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 2091 bytes --]
>
>On 2005.06.08 19:04:13 -0300, Paulo Vitor Magacho da Silva wrote:
> > Hi,
> >
> > I know this subject has been alredy addressed but I still couldn't get
>my
> > laptop to work. If hit Fn+F4 (Sleep button) nothing happens. If I hit
> > several times it starts working. If I hit Fn+F5 (to turn off the LCD) it
> > confuses with Fn+F4. And if I hit a few times it starts to work.
>
>I got some reports for this kind of issue on ASUS L5D and Acer 1520.
>This is another report for the issue that burst-mode-ec patch could have
>bug on these models.
>
> > The last working kernel version I had was 2.6.7, but this kernel has
>some
> > problems with usb and my network card driver after resume.
> > I am trying to use kernel 2.6.11.11, with the following patches:
> > - ACPI DSDT in initrd from http://gaugusch.at/kernel.shtml
>
>Is this DSDT modified one? Why?
The main problem with my DSDT was reading the battery information. Attached
there is the patch I've applied to my original DSDT.
>
> > - EC patches from http://bugme.osdl.org/show_bug.cgi?id=4124, one from
> > 04/02/2005 and the other from 04/04/2005. I can't exactly tell which
>they
> > are because the bugme.osdl.org webpage is down at the moment.
> > I've also tryed the S3 test patch of Shaohua Li. No problems found.
> > My laptop is Acer Aspire 1613Lmi.
>
>Send me dmesg, acpidmp.
The dmesg and acpidmp are also attached. The same problem of confusion
happens if I use the Mail, Web, Wireless buttons of my laptop. This I see by
using the acerhk module.
One other symptom that can be seen in the dmesg dump is with battery
events. During boot it shows that the battery is present while in fact it
wasn't. When I remove the battery module and insert it again it shows the
correct state, absent (last line).
However, if I put or remove the battery in my laptop, the event is only
updated if I remove and reinsert the battery module.
Thanks,
Paulo
_________________________________________________________________
Chegou o que faltava: MSN Acesso Grátis. Instale Já!
http://www.msn.com.br/discador
[-- Attachment #2: acpi_problem.tar.gz --]
[-- Type: application/x-gzip, Size: 35071 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* EC confusion
@ 2005-06-08 22:04 Paulo Vitor Magacho da Silva
[not found] ` <BAY1-F127B656D271A56CE966C54A8FD0-MsuGFMq8XAE@public.gmane.org>
0 siblings, 1 reply; 26+ messages in thread
From: Paulo Vitor Magacho da Silva @ 2005-06-08 22:04 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I know this subject has been alredy addressed but I still couldn't get my
laptop to work. If hit Fn+F4 (Sleep button) nothing happens. If I hit
several times it starts working. If I hit Fn+F5 (to turn off the LCD) it
confuses with Fn+F4. And if I hit a few times it starts to work.
The last working kernel version I had was 2.6.7, but this kernel has some
problems with usb and my network card driver after resume.
I am trying to use kernel 2.6.11.11, with the following patches:
- ACPI DSDT in initrd from http://gaugusch.at/kernel.shtml
- EC patches from http://bugme.osdl.org/show_bug.cgi?id=4124, one from
04/02/2005 and the other from 04/04/2005. I can't exactly tell which they
are because the bugme.osdl.org webpage is down at the moment.
I've also tryed the S3 test patch of Shaohua Li. No problems found.
My laptop is Acer Aspire 1613Lmi.
Thanks,
Paulo
_________________________________________________________________
Chegou o que faltava: MSN Acesso Grátis. Instale Já!
http://www.msn.com.br/discador
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2005-08-25 19:56 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-15 16:49 EC Confusion Paulo Vitor Magacho da Silva
[not found] ` <BAY12-F2711CD5182CD93A4DCDAADA8B10-MsuGFMq8XAE@public.gmane.org>
2005-08-16 1:46 ` Yu, Luming
-- strict thread matches above, loose matches on Subject: below --
2005-08-17 13:10 Yu, Luming
2005-08-25 19:56 ` Paulo Vitor Magacho da Silva
2005-08-10 8:57 Yu, Luming
2005-08-10 8:51 Yu, Luming
2005-08-09 6:14 Yu, Luming
2005-08-10 3:58 ` Paulo Vitor Magacho da Silva
[not found] ` <BAY12-F48160AB3D3ABB69E3A006A8BA0-MsuGFMq8XAE@public.gmane.org>
2005-08-10 6:55 ` Thomas Renninger
[not found] ` <42F9A4D8.1090703-l3A5Bk7waGM@public.gmane.org>
2005-08-17 11:37 ` Thomas Renninger
2005-08-12 17:37 ` Stefan Seyfried
[not found] ` <20050812173758.GB11307-l0tNAEGuAhhzZ8+rp42Dbp9+tswZ0GTaehPwdyo5hKaELgA04lAiVw@public.gmane.org>
2005-08-14 17:59 ` Paulo Vitor Magacho da Silva
2005-08-08 13:29 Yu, Luming
2005-08-08 17:21 ` Paulo Vitor Magacho da Silva
2005-08-05 4:52 Paulo Vitor Magacho da Silva
2005-08-05 1:57 Paulo Vitor Magacho da Silva
[not found] ` <BAY12-F14E24F58ABC78F00F10288A8C70-MsuGFMq8XAE@public.gmane.org>
2005-08-05 2:58 ` Yu, Luming
2005-08-04 7:48 Yu, Luming
2005-08-03 16:04 Yu, Luming
2005-08-03 20:05 ` Paulo Vitor Magacho da Silva
[not found] ` <BAY12-F716646BA597A3BB75E5CCA8C50-MsuGFMq8XAE@public.gmane.org>
2005-08-03 20:43 ` Rafael J. Wysocki
[not found] ` <200508032243.59524.rjw-KKrjLPT3xs0@public.gmane.org>
2005-08-03 21:07 ` Paulo Vitor Magacho da Silva
2005-08-03 14:25 Paulo Vitor Magacho da Silva
2005-06-10 14:04 EC confusion Paulo Vitor Magacho da Silva
2005-06-08 22:04 Paulo Vitor Magacho da Silva
[not found] ` <BAY1-F127B656D271A56CE966C54A8FD0-MsuGFMq8XAE@public.gmane.org>
2005-06-09 6:51 ` Yu, Luming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox