* About dsdt of clevo 5600N
@ 2003-05-16 0:17 Pere Castañer
[not found] ` <20030516021732.69eca85d.XaRz69-pCzzcW6XgXY@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Pere Castañer @ 2003-05-16 0:17 UTC (permalink / raw)
To: acpi-devel
[-- Attachment #1: Type: text/plain, Size: 1372 bytes --]
Hi all.
I'm interested of fixing the dsdt tables of my clevo 5600N but I don't find any clear information how can do it (yeah newbie here!).
I checked acpi.sf.net/dsdt and I have all the howto's and guides for begin, only I want to ask if there's any dsdt of any clevo already patched (in the repository, I can't see any).
I think that the patch of Markus Gaugush is a clean way to do what I must do for obtain the suspend on ram state on my clevo.
Thanks for any addintional information, or tips that you could tell me for helping me to do this whole thing.
--
"The Wheel of Time turns, and Ages come and pass, leaving memories
that become legends. Legend fades to myth, and even myth is long
forgotten when the Age that gave it birth comes again. In one Age,
called Third Age by some, an Age yet to come,an Age long past,
wind rose in the Rhannon Hills. the wind was not the beginning.
There are neither beginnings nor endings to turning of the Wheel
of Time...But it was a beginning."
Robert Jordan
Wheel of Time(book 10)
Crossroads of twilight
------
Pere Castañer Sardà - http://xarz.no-ip.org
GnuPG Public key available - http://xarz.no-ip.org/keys.html
Computer Science Student on UOC - http://www.uoc.edu
Linux Registered User #232073
Debian/GNU User - http://www.debian.org
---------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: About dsdt of clevo 5600N
[not found] ` <20030516021732.69eca85d.XaRz69-pCzzcW6XgXY@public.gmane.org>
@ 2003-05-16 1:56 ` Pere Castañer
[not found] ` <20030516035605.18dc60b8.XaRz69-pCzzcW6XgXY@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Pere Castañer @ 2003-05-16 1:56 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 2402 bytes --]
On Fri, 16 May 2003 02:17:32 +0200
Pere Castañer <XaRz69-pCzzcW6XgXY@public.gmane.org> wrote:
>
> Hi all.
> I'm interested of fixing the dsdt tables of my clevo 5600N but I don't find any clear information how can do it (yeah newbie here!).
>
> I checked acpi.sf.net/dsdt and I have all the howto's and guides for begin, only I want to ask if there's any dsdt of any clevo already patched (in the repository, I can't see any).
>
> I think that the patch of Markus Gaugush is a clean way to do what I must do for obtain the suspend on ram state on my clevo.
>
> Thanks for any addintional information, or tips that you could tell me for helping me to do this whole thing.
Well dsdt tables fixed and loaded by initrd patch! in dmesg I could see:
-----------
Looking for DSDT in initrd ... found at beginning!
tbget-0292: *** Info: Table [DSDT] replaced by host OS
tbxface-0117 [03] acpi_load_tables : ACPI Tables successfully acquired
Parsing all Control Methods:..........................................................................................................................................
Table [DSDT] - 519 Objects with 49 Devices 138 Methods 14 Regions
ACPI Namespace successfully loaded at root c0379ebc
-----
Now is right. But now which useful information can I extract from this?
How can I know if my laptop is capable of doing suspend on Ram (I supose the tipical windows supend mode)? throght the dmesg?
Or I need more patches?
(I upload the dmesg here: http://xarz.no-ip.org/dmesg_acpi_tables.txt)
Thanks for your info and patience.
--
"The Wheel of Time turns, and Ages come and pass, leaving memories
that become legends. Legend fades to myth, and even myth is long
forgotten when the Age that gave it birth comes again. In one Age,
called Third Age by some, an Age yet to come,an Age long past,
wind rose in the Rhannon Hills. the wind was not the beginning.
There are neither beginnings nor endings to turning of the Wheel
of Time...But it was a beginning."
Robert Jordan
Wheel of Time(book 10)
Crossroads of twilight
------
Pere Castañer Sardà - http://xarz.no-ip.org
GnuPG Public key available - http://xarz.no-ip.org/keys.html
Computer Science Student on UOC - http://www.uoc.edu
Linux Registered User #232073
Debian/GNU User - http://www.debian.org
---------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: About dsdt of clevo 5600N
[not found] ` <20030516035605.18dc60b8.XaRz69-pCzzcW6XgXY@public.gmane.org>
@ 2003-05-16 5:53 ` Markus Gaugusch
[not found] ` <Pine.LNX.4.53.0305160752340.5724-sxQ525G0OhRQK2oVCIMtW7NldLUNz+W/@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Markus Gaugusch @ 2003-05-16 5:53 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On May 16, Pere Castañer <XaRz69-pCzzcW6XgXY@public.gmane.org> wrote:
> How can I know if my laptop is capable of doing suspend on Ram (I supose
> the tipical windows supend mode)? throght the dmesg? Or I need more
> patches?
You have to do 'cat /proc/acpi/sleep' and see if S3 is available.
Unfortunately, even if it is shown to be supported, it can't work with 2.4
kernels. Maybe try the latest 2.5 kernel, or use swsusp (swsusp.sf.net).
Markus
--
__________________ /"\
Markus Gaugusch \ / ASCII Ribbon Campaign
markus-z+rTbpWsRgbk7+2FdBfRIA@public.gmane.org X Against HTML Mail
/ \
-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: About dsdt of clevo 5600N
[not found] ` <Pine.LNX.4.53.0305160752340.5724-sxQ525G0OhRQK2oVCIMtW7NldLUNz+W/@public.gmane.org>
@ 2003-05-16 8:44 ` Charl P. Botha
[not found] ` <1053074691.1189.6.camel-1Jw6Eky0yc0@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Charl P. Botha @ 2003-05-16 8:44 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Fri, 2003-05-16 at 07:53, Markus Gaugusch wrote:
> On May 16, Pere Castañer <XaRz69-pCzzcW6XgXY@public.gmane.org> wrote:
> > How can I know if my laptop is capable of doing suspend on Ram (I supose
> > the tipical windows supend mode)? throght the dmesg? Or I need more
> > patches?
> You have to do 'cat /proc/acpi/sleep' and see if S3 is available.
> Unfortunately, even if it is shown to be supported, it can't work with 2.4
> kernels. Maybe try the latest 2.5 kernel, or use swsusp (swsusp.sf.net).
The 5600 supports S3, but you can forget about using it in Linux at this
moment. There are two problems at the moment, one specific and one
general.
Problem one is that the sleep button is not enabled for wakeup, so you
can make the laptop go S3, but you can't wake it up. It took me weeks
to figure this out. The experiment ended with a BAD BAD hack to enable
the sleep button for a wakeup event and at least it showed some signs of
life. The friendly Intel ACPI developers are aware of this problem and
will fix it.
Problem two is of course simply the fact that many drivers don't support
being waked up from S3 yet. In addition, the information for waking up
a Radeon M7 (which is in the 5600) is not really available. You can try
the trick Ole Rohne did and repost the Radeon, but this is kludge.
Search the acpi-devel list archives for details.
--
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: About dsdt of clevo 5600N
[not found] ` <1053074691.1189.6.camel-1Jw6Eky0yc0@public.gmane.org>
@ 2003-05-16 23:01 ` Karol Kozimor
[not found] ` <20030516230144.GB22394-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Karol Kozimor @ 2003-05-16 23:01 UTC (permalink / raw)
To: Charl P. Botha; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Thus wrote Charl P. Botha:
> Problem two is of course simply the fact that many drivers don't support
> being waked up from S3 yet. In addition, the information for waking up
> a Radeon M7 (which is in the 5600) is not really available. You can try
> the trick Ole Rohne did and repost the Radeon, but this is kludge.
Actually, my M7 wakes up properly, provided I pass the acpi_sleep=s3_bios
parameter. This is, of course, in plain VGA console, as the radeonfb does
not seem to work, and since I have some serious fs problems with 2.5.x, I
dare not test it under XFree.
But then, it may be model specific.
Best regards,
--
Karol 'sziwan' Kozimor
sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org
-------------------------------------------------------
This SF.net email is sponsored by: If flattening out C++ or Java
code to make your application fit in a relational database is painful,
don't do it! Check out ObjectStore. Now part of Progress Software.
http://www.objectstore.net/sourceforge
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: About dsdt of clevo 5600N
[not found] ` <20030516230144.GB22394-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
@ 2003-05-16 23:18 ` Charl P. Botha
[not found] ` <20030516231823.GB2355-V1rPnKwUOrA59+mn7qD7y50iERQUc4G+@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Charl P. Botha @ 2003-05-16 23:18 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Sat, May 17, 2003 at 01:01:44AM +0200, Karol Kozimor wrote:
> Thus wrote Charl P. Botha:
> > Problem two is of course simply the fact that many drivers don't support
> > being waked up from S3 yet. In addition, the information for waking up
> > a Radeon M7 (which is in the 5600) is not really available. You can try
> > the trick Ole Rohne did and repost the Radeon, but this is kludge.
>
> Actually, my M7 wakes up properly, provided I pass the acpi_sleep=s3_bios
> parameter. This is, of course, in plain VGA console, as the radeonfb does
> not seem to work, and since I have some serious fs problems with 2.5.x, I
> dare not test it under XFree.
acpi_sleep=s3_bios is one way to repost and comes down to exactly what Ole
Rohne did with the int10 module of XFree86. This does not work on all
implementations. The Right Way is to have the necessary specifications for
the chip for correct wake-up from device D3 state, or whatever is relevant
for system S3. These specs are NOT available for the Radeon M7.
--
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
-------------------------------------------------------
This SF.net email is sponsored by: If flattening out C++ or Java
code to make your application fit in a relational database is painful,
don't do it! Check out ObjectStore. Now part of Progress Software.
http://www.objectstore.net/sourceforge
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: About dsdt of clevo 5600N
[not found] ` <20030516231823.GB2355-V1rPnKwUOrA59+mn7qD7y50iERQUc4G+@public.gmane.org>
@ 2003-05-17 8:54 ` Karol Kozimor
[not found] ` <20030517085410.GA13867-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Karol Kozimor @ 2003-05-17 8:54 UTC (permalink / raw)
To: Charl P. Botha; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Thus wrote Charl P. Botha:
> acpi_sleep=s3_bios is one way to repost and comes down to exactly what Ole
> Rohne did with the int10 module of XFree86. This does not work on all
> implementations. The Right Way is to have the necessary specifications for
> the chip for correct wake-up from device D3 state, or whatever is relevant
> for system S3. These specs are NOT available for the Radeon M7.
Did you check the newer radeonfb driver versions? There is some power
management code in there, but apparently only meant for Apple laptops.
Maybe it would be possible to use that code? Disclaimer: I know virtually
nothing about PCI power management, so there is a chance I don't have any
clue on what I am talking about.
Best regards,
--
Karol 'sziwan' Kozimor
sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org
-------------------------------------------------------
This SF.net email is sponsored by: If flattening out C++ or Java
code to make your application fit in a relational database is painful,
don't do it! Check out ObjectStore. Now part of Progress Software.
http://www.objectstore.net/sourceforge
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: About dsdt of clevo 5600N
[not found] ` <20030517085410.GA13867-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
@ 2003-05-17 11:05 ` Charl P. Botha
[not found] ` <20030517110512.GA3820-V1rPnKwUOrA59+mn7qD7y50iERQUc4G+@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Charl P. Botha @ 2003-05-17 11:05 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Sat, May 17, 2003 at 10:54:10AM +0200, Karol Kozimor wrote:
> Thus wrote Charl P. Botha:
> > acpi_sleep=s3_bios is one way to repost and comes down to exactly what Ole
> > Rohne did with the int10 module of XFree86. This does not work on all
> > implementations. The Right Way is to have the necessary specifications for
> > the chip for correct wake-up from device D3 state, or whatever is relevant
> > for system S3. These specs are NOT available for the Radeon M7.
>
> Did you check the newer radeonfb driver versions? There is some power
> management code in there, but apparently only meant for Apple laptops.
> Maybe it would be possible to use that code? Disclaimer: I know virtually
> nothing about PCI power management, so there is a chance I don't have any
> clue on what I am talking about.
> Best regards,
A while back I posted a link to this code (by Benjamin Herrenschmidt and ATI
engineers) to the acpi-devel list. The code supports device D2 and not D3.
Even Ben has his doubts (as posted to mailing lists) about sleep support on
graphics chips.
--
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
-------------------------------------------------------
This SF.net email is sponsored by: If flattening out C++ or Java
code to make your application fit in a relational database is painful,
don't do it! Check out ObjectStore. Now part of Progress Software.
http://www.objectstore.net/sourceforge
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: About dsdt of clevo 5600N
[not found] ` <20030517110512.GA3820-V1rPnKwUOrA59+mn7qD7y50iERQUc4G+@public.gmane.org>
@ 2003-05-20 12:32 ` Pere Castañer
0 siblings, 0 replies; 9+ messages in thread
From: Pere Castañer @ 2003-05-20 12:32 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]
Thanks to all for the info, in special to Charl CP.Botha that his help in this and other things about linux in a clevo 5600.
I'll tried the linux kernel 2.5.69 and the clevo the initrd patch for the dsdt and the laptop sleeps well but never wakes up as Charl tell in last e-mail (Suposed missing acpi information about suspend wake buttons on clevo 5600)
<Not acpi related>
About the radeonfb in 2.5.x I must say that it doesn't work yet, only the vesa fb.
Another problem that I notice with 2.5.X is that I can't be able to wake the Xwindows. The radeon Xfree 4.3 driver seems not work with 2.5.x kernels and I must test the kernels with the vesa xfree driver.Any hints?
</not acpi related>
Cheers,
--
"The Wheel of Time turns, and Ages come and pass, leaving memories
that become legends. Legend fades to myth, and even myth is long
forgotten when the Age that gave it birth comes again. In one Age,
called Third Age by some, an Age yet to come,an Age long past,
wind rose in the Rhannon Hills. the wind was not the beginning.
There are neither beginnings nor endings to turning of the Wheel
of Time...But it was a beginning."
Robert Jordan
Wheel of Time(book 10)
Crossroads of twilight
------
Pere Castañer Sardà - http://xarz.no-ip.org
GnuPG Public key available - http://xarz.no-ip.org/keys.html
Computer Science Student on UOC - http://www.uoc.edu
Linux Registered User #232073
Debian/GNU User - http://www.debian.org
---------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-05-20 12:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-16 0:17 About dsdt of clevo 5600N Pere Castañer
[not found] ` <20030516021732.69eca85d.XaRz69-pCzzcW6XgXY@public.gmane.org>
2003-05-16 1:56 ` Pere Castañer
[not found] ` <20030516035605.18dc60b8.XaRz69-pCzzcW6XgXY@public.gmane.org>
2003-05-16 5:53 ` Markus Gaugusch
[not found] ` <Pine.LNX.4.53.0305160752340.5724-sxQ525G0OhRQK2oVCIMtW7NldLUNz+W/@public.gmane.org>
2003-05-16 8:44 ` Charl P. Botha
[not found] ` <1053074691.1189.6.camel-1Jw6Eky0yc0@public.gmane.org>
2003-05-16 23:01 ` Karol Kozimor
[not found] ` <20030516230144.GB22394-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2003-05-16 23:18 ` Charl P. Botha
[not found] ` <20030516231823.GB2355-V1rPnKwUOrA59+mn7qD7y50iERQUc4G+@public.gmane.org>
2003-05-17 8:54 ` Karol Kozimor
[not found] ` <20030517085410.GA13867-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2003-05-17 11:05 ` Charl P. Botha
[not found] ` <20030517110512.GA3820-V1rPnKwUOrA59+mn7qD7y50iERQUc4G+@public.gmane.org>
2003-05-20 12:32 ` Pere Castañer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox