public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* S3 on Intel Desktop Board D865GBF
@ 2004-05-23  0:39 Andrew Barr
       [not found] ` <1085272779.7511.11.camel-Yau0ytKvSx2eZLLa646FqQ@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Barr @ 2004-05-23  0:39 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

I'm trying to get S3 to work on an Intel D865GBF Desktop Board (Intel
865G chipset) running a 2.6.6 vanilla kernel. Right now, the computer
powers up after a resume and some devices initialize (CD drives), but
the display remains off. Adding acpi_sleep=s3_mode to the command line
does nothing (visibly) and acpi_sleep=s3_bios causes a Video BIOS
identification screen to be displayed. The keyboard and mouse do not
work, and pinging the machine's wireless card fails as well.

When the machine resumes, the power LED is off, and pressing the reset
switch fails to bring up the BIOS "silent boot" screen. Only by forcibly
shutting off the machine (hold down the power button, pull the plug) and
turning back on can I get it to boot.

What needs done to get S3 working on a system like this?

--
Andrew Barr

/usr/games/fortune says:
If this is timesharing, give me my share right now.



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click

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

* Re: S3 on Intel Desktop Board D865GBF
       [not found] ` <1085272779.7511.11.camel-Yau0ytKvSx2eZLLa646FqQ@public.gmane.org>
@ 2004-05-25 16:26   ` Nick Lidakis
       [not found]     ` <40B373C5.4030400-H+0wwilmMs3R7s880joybQ@public.gmane.org>
  2004-05-27 21:06   ` Pavel Machek
  1 sibling, 1 reply; 5+ messages in thread
From: Nick Lidakis @ 2004-05-25 16:26 UTC (permalink / raw)
  To: Andrew Barr, Acpi-Devel List

Andrew Barr wrote:

>I'm trying to get S3 to work on an Intel D865GBF Desktop Board (Intel
>865G chipset) running a 2.6.6 vanilla kernel. Right now, the computer
>powers up after a resume and some devices initialize (CD drives), but
>the display remains off. Adding acpi_sleep=s3_mode to the command line
>does nothing (visibly) and acpi_sleep=s3_bios causes a Video BIOS
>identification screen to be displayed. The keyboard and mouse do not
>work, and pinging the machine's wireless card fails as well.
>
>When the machine resumes, the power LED is off, and pressing the reset
>switch fails to bring up the BIOS "silent boot" screen. Only by forcibly
>shutting off the machine (hold down the power button, pull the plug) and
>turning back on can I get it to boot.
>
>What needs done to get S3 working on a system like this?
>
>  
>
I tried to get S3 suspend working on a similar motherboard: an Intel 
D975PBZ. There is a thread about it on the list.

The gist of the (very helpful) replies were:

Disable the SMP (if your using Hyperthreading that is) and preempt 
kernel options. Make sure you have the ACPI option for suspend in the 
the bios set to S3. The default is S1.
I am using a ATI Radeon 9700 pro and was told that suspend might not be 
possible with this card, that using a Radeon 7000 card might increase my 
chances of success.

I was thinking of picking up a Radeon 7000 (haven't seen any with DVI 
out) to see if I can get S3 to work that way, but haven't had the time. 
I might try building a spare machine with one of the new Pentium M 
desktop boards that are just being released, seeing that I might have 
beter luck getting S3 to work with a laptop chipset. Ther other plus 
would be the CPU can be passivley cooled, resulting in a truly silent 
machine.

Oh, how I envy those Mac heads and their sleep function.

Good luck, let me know if you have any luck with that board.


Nick

 


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click

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

* Re[2]: S3 on Intel Desktop Board D865GBF
       [not found]     ` <40B373C5.4030400-H+0wwilmMs3R7s880joybQ@public.gmane.org>
@ 2004-05-25 18:41       ` Andrew Barr
       [not found]         ` <40B3A215.3040309@verizon.net>
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Barr @ 2004-05-25 18:41 UTC (permalink / raw)
  To: Nick Lidakis; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I disabled preempt and it comes back now if I use acpi_sleep=s3_bios. I use the integrated Intel graphics, so I'm not having issues with an external AGP card. The PS/2 mouse acts erratic after resume, haven't had time to look into that. Now if I could only get my Dell notebook to work with S3 I'd be set.

Andrew

=====================
For my birthday I got a humidifier and a de-humidifier...  I put them in the same room and let them fight it out.
		-- Steven Wright
=====================

On Tuesday, May 25, 2004, 12:26:45 PM, Nick Lidakis <nlidakis-H+0wwilmMs3R7s880joybQ@public.gmane.org> wrote:

> Andrew Barr wrote:

>>I'm trying to get S3 to work on an Intel D865GBF Desktop Board (Intel
>>865G chipset) running a 2.6.6 vanilla kernel. Right now, the computer
>>powers up after a resume and some devices initialize (CD drives), but
>>the display remains off. Adding acpi_sleep=s3_mode to the command line
>>does nothing (visibly) and acpi_sleep=s3_bios causes a Video BIOS
>>identification screen to be displayed. The keyboard and mouse do not
>>work, and pinging the machine's wireless card fails as well.
>>
>>When the machine resumes, the power LED is off, and pressing the reset
>>switch fails to bring up the BIOS "silent boot" screen. Only by forcibly
>>shutting off the machine (hold down the power button, pull the plug) and
>>turning back on can I get it to boot.
>>
>>What needs done to get S3 working on a system like this?
>>
>>
>>
> I tried to get S3 suspend working on a similar motherboard: an Intel
> D975PBZ. There is a thread about it on the list.

> The gist of the (very helpful) replies were:

> Disable the SMP (if your using Hyperthreading that is) and preempt
> kernel options. Make sure you have the ACPI option for suspend in the
> the bios set to S3. The default is S1.
> I am using a ATI Radeon 9700 pro and was told that suspend might not be
> possible with this card, that using a Radeon 7000 card might increase my
> chances of success.

> I was thinking of picking up a Radeon 7000 (haven't seen any with DVI
> out) to see if I can get S3 to work that way, but haven't had the time.
> I might try building a spare machine with one of the new Pentium M
> desktop boards that are just being released, seeing that I might have
> beter luck getting S3 to work with a laptop chipset. Ther other plus
> would be the CPU can be passivley cooled, resulting in a truly silent
> machine.

> Oh, how I envy those Mac heads and their sleep function.

> Good luck, let me know if you have any luck with that board.


> Nick




> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel

-----BEGIN PGP SIGNATURE-----
Version: PGP SDK 3.0.3
Comment: ""

iQA/AwUBQLOTWYbjPmetmudqEQLBMgCeOCc4r0iMEh9wpsvBNGxFU3f8vbMAnjK8
d5/jDRtY9Mw0qkCoD0KOEJJf
=Ukj5
-----END PGP SIGNATURE-----



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click

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

* Re: S3 on Intel Desktop Board D865GBF
       [not found]             ` <1085515868.3334.4.camel-Yau0ytKvSx2eZLLa646FqQ@public.gmane.org>
@ 2004-05-26  2:09               ` Nick Lidakis
  0 siblings, 0 replies; 5+ messages in thread
From: Nick Lidakis @ 2004-05-26  2:09 UTC (permalink / raw)
  To: Andrew Barr, Acpi-Devel List

Andrew Barr wrote:

>On Tue, 2004-05-25 at 15:44, Nick Lidakis wrote:
>  
>
>>So it comes back to a console or X? Do you have a usb mouse to try out?
>>    
>>
>
>It comes back to both (wherever you were when you suspended). I tried a
>USB mouse, because USB and S3 is giving me hell on my laptop, and it's
>fine. No erratic pointer. I read somewhere that the psmouse driver just
>got its suspend/resume capabilities, so I might find out who was
>responsible for that and see what they think.
> 
>--
>Andrew Barr
>
>/usr/games/fortune says:
>UFOs are for real: the Air Force doesn't exist.
>
>
>  
>
So eveything is working fine? How many times have you suspended to S3 
thus far? Could you list the other components you are using? Sound card, 
raid contorller etc.
USB keyboard or PS/2?


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click

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

* Re: S3 on Intel Desktop Board D865GBF
       [not found] ` <1085272779.7511.11.camel-Yau0ytKvSx2eZLLa646FqQ@public.gmane.org>
  2004-05-25 16:26   ` Nick Lidakis
@ 2004-05-27 21:06   ` Pavel Machek
  1 sibling, 0 replies; 5+ messages in thread
From: Pavel Machek @ 2004-05-27 21:06 UTC (permalink / raw)
  To: Andrew Barr; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi!

> I'm trying to get S3 to work on an Intel D865GBF Desktop Board (Intel
> 865G chipset) running a 2.6.6 vanilla kernel. Right now, the computer
> powers up after a resume and some devices initialize (CD drives), but
> the display remains off. Adding acpi_sleep=s3_mode to the command line
> does nothing (visibly) and acpi_sleep=s3_bios causes a Video BIOS
> identification screen to be displayed. The keyboard and mouse do not
> work, and pinging the machine's wireless card fails as well.
> 
> When the machine resumes, the power LED is off, and pressing the reset
> switch fails to bring up the BIOS "silent boot" screen. Only by forcibly
> shutting off the machine (hold down the power button, pull the plug) and
> turning back on can I get it to boot.
> 
> What needs done to get S3 working on a system like this?

First I'd complain about broken reset button...

...and than you need some assembly hacking.
-- 
64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms         



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click

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

end of thread, other threads:[~2004-05-27 21:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-23  0:39 S3 on Intel Desktop Board D865GBF Andrew Barr
     [not found] ` <1085272779.7511.11.camel-Yau0ytKvSx2eZLLa646FqQ@public.gmane.org>
2004-05-25 16:26   ` Nick Lidakis
     [not found]     ` <40B373C5.4030400-H+0wwilmMs3R7s880joybQ@public.gmane.org>
2004-05-25 18:41       ` Re[2]: " Andrew Barr
     [not found]         ` <40B3A215.3040309@verizon.net>
     [not found]           ` <1085515868.3334.4.camel@300mlinux>
     [not found]             ` <1085515868.3334.4.camel-Yau0ytKvSx2eZLLa646FqQ@public.gmane.org>
2004-05-26  2:09               ` Nick Lidakis
2004-05-27 21:06   ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox