* Toshiba 1905S303: update
@ 2003-12-14 2:50 Erico M Mendonca
0 siblings, 0 replies; 4+ messages in thread
From: Erico M Mendonca @ 2003-12-14 2:50 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Updating on my problem with Fn-F5 (switch video out) hanging the machine...
I recompiled the latest known kernel working for me (2.4.21-013mdk,
shipped with Mandrake 9.1) with ACPI debug, and the current DSDT table
I'm using. I do see "QUERY_1C" messages with this kernel on
/var/log/messages, whereas with a newer kernel I do not (the machine
hangs first...).
I have this in my DSDT:
Method (_Q1C, 0, NotSerialized)
{
Store ("=====QUERY_1C=====", Debug)
If (\_SB.PCI0.LPC0.EC0.VIDO)
{
PHSS (0x01)
Store (0x00, \_SB.PCI0.LPC0.EC0.VIDO)
}
}
So the problem would be related to EC code. Were there any significant
changes to this code that could be causing this?
--
-- Erico Mendonca
Techisa do Brasil
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Toshiba 1905S303: update
@ 2003-12-16 9:22 Yu, Luming
[not found] ` <3ACA40606221794F80A5670F0AF15F8401720C2C-SRlDPOYGfgogGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Yu, Luming @ 2003-12-16 9:22 UTC (permalink / raw)
To: erico-cz9lu//xMc+vYRxJAoKWRg,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
>Updating on my problem with Fn-F5 (switch video out) hanging the machine...
When did you start to have this kind of problem?
>I recompiled the latest known kernel working for me (2.4.21-013mdk,
>shipped with Mandrake 9.1) with ACPI debug, and the current DSDT table
>I'm using. I do see "QUERY_1C" messages with this kernel on
>/var/log/messages, whereas with a newer kernel I do not (the machine
>hangs first...).
It sounds like a regression. To let me better understand your problem, please file any
useful thing on bugzilla.kernel.org
--Luming
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Toshiba 1905S303: update
[not found] ` <3ACA40606221794F80A5670F0AF15F8401720C2C-SRlDPOYGfgogGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2003-12-23 15:49 ` Erico M Mendonca
0 siblings, 0 replies; 4+ messages in thread
From: Erico M Mendonca @ 2003-12-23 15:49 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Yu, Luming
Yu, Luming escreveu:
>>Updating on my problem with Fn-F5 (switch video out) hanging the machine...
>>
>>
>
>When did you start to have this kind of problem?
>
>
>
>>I recompiled the latest known kernel working for me (2.4.21-013mdk,
>>shipped with Mandrake 9.1) with ACPI debug, and the current DSDT table
>>I'm using. I do see "QUERY_1C" messages with this kernel on
>>/var/log/messages, whereas with a newer kernel I do not (the machine
>>hangs first...).
>>
>>
>
>It sounds like a regression. To let me better understand your problem, please file any
>useful thing on bugzilla.kernel.org
>
>--Luming
>
>
>
I just created bug #1735 on bugzilla to deal with this. Please take a look at it:
http://bugme.osdl.org/show_bug.cgi?id=1735
I also posted the relevant dmesg and system log files from working and non-working situations, plus my current DSDT and the original DSDT.
--
-- Erico Mendonca
Techisa do Brasil
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Toshiba 1905S303: update
@ 2003-12-25 5:33 Yu, Luming
0 siblings, 0 replies; 4+ messages in thread
From: Yu, Luming @ 2003-12-25 5:33 UTC (permalink / raw)
To: erico-cz9lu//xMc+vYRxJAoKWRg,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
>I just created bug #1735 on bugzilla to deal with this.
>Please take a look at it:
>
>http://bugme.osdl.org/show_bug.cgi?id=1735
>I also posted the relevant dmesg and system log files
>from working and non-working situations,
> plus my current DSDT and the original DSDT.
Thanks a lot for that. To testing latest ACPI, you can try
bk clone ACPI testing tree located on http://linux-acpi.bkbits.net/ .
Or you can try acpi patch filed at
http://www.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/.
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-12-25 5:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-14 2:50 Toshiba 1905S303: update Erico M Mendonca
-- strict thread matches above, loose matches on Subject: below --
2003-12-16 9:22 Yu, Luming
[not found] ` <3ACA40606221794F80A5670F0AF15F8401720C2C-SRlDPOYGfgogGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2003-12-23 15:49 ` Erico M Mendonca
2003-12-25 5:33 Yu, Luming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox