<br><br><div><span class="gmail_quote">On 10/21/07, <b class="gmail_sendername">Loïc Martin</b> <<a href="mailto:loic.martin3@gmail.com">loic.martin3@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dotan Cohen a écrit :<br>> On this Dell Inspiron 6400 / E1505 I have been going mad with<br>> suspend/resume. This worked fine in Fedora Core 6, touchy in Ubuntu<br>> Feisty, and not at all in Gutsy. I have played with everything obvious
<br>> and not-so-obvious in /etc/default/acpi-support and I cannot get a<br>> system that suspends to RAM when I select "suspend to RAM" in<br>> KPowerSave. Please, Dell laptop users, send me your<br>> /etc/default/acpi-support files so that I can compare what works and
<br>> what doesn't on Dells. Tell me what Dell you have and what suspend<br>> problems you have, if any.<br>><br>> Thanks in advance!<br>><br>> Dotan Cohen<br>><br>> <a href="http://what-is-what.com">
http://what-is-what.com</a><br>> <a href="http://gibberish.co.il">http://gibberish.co.il</a><br>> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת<br>><br>> A: Because it messes up the order in which people normally read text.
<br>> Q: Why is top-posting such a bad thing?<br><br>Since we're talking about Dell laptops, my Inspiron</blockquote><div><br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
8200 fails to sleep<br>under Gutsy, while it was working perfectly under Feisty (hibernate<br>never worked), so I'm interested too :)<br><br>Loic<br></blockquote></div><br>Hi I am not sure about sleep but I use hibernate and about 95% of the time it works. The other 5% of the time I have to reboot to gain control of my wireless card. I am running a Dell Inspiron 1200 in Gutsy. I have pasted the file below. I am not sure how it will help you but here goes:
<br><br><br># Comment the next line to disable ACPI suspend to RAM<br>ACPI_SLEEP=true<br><br># Comment the next line to disable suspend to disk<br>ACPI_HIBERNATE=true<br><br># Change the following to "standby" to use ACPI S1 sleep, rather than S3.
<br># This will save less power, but may work on more machines<br>ACPI_SLEEP_MODE=mem<br><br># Add modules to this list to have them removed before suspend and reloaded<br># on resume. An example would be MODULES="em8300 yenta_socket"
<br>#<br># Note that network cards and USB controllers will automatically be unloaded <br># unless they're listed in MODULES_WHITELIST<br>MODULES=""<br><br># Add modules to this list to leave them in the kernel over suspend/resume
<br>MODULES_WHITELIST=""<br><br># Should we save and restore state using the VESA BIOS Extensions?<br>SAVE_VBE_STATE=true<br><br># The file that we use to save the vbestate<br>VBESTATE=/var/lib/acpi-support/vbestate
<br><br># Should we attempt to warm-boot the video hardware on resume?<br>POST_VIDEO=true<br><br># Save and restore video state?<br># SAVE_VIDEO_PCI_STATE=true<br><br># Should we switch the screen off with DPMS on suspend?
<br>USE_DPMS=true<br><br># Use Radeontool to switch the screen off? Seems to be needed on some machines<br># RADEON_LIGHT=true<br><br># Uncomment the next line to switch away from X and back again after resume.<br># This is needed for some hardware, but should be unnecessary on most.
<br># DOUBLE_CONSOLE_SWITCH=true<br><br># Set the following to "platform" if you want to use ACPI to shut down<br># your machine on hibernation<br>HIBERNATE_MODE=shutdown<br><br># Comment this out to disable screen locking on resume
<br>LOCK_SCREEN=true<br><br># Uncomment this line to have DMA disabled before suspend and reenabled<br># afterwards<br># DISABLE_DMA=true<br><br># Uncomment this line to attempt to reset the drive on resume. This seems<br>
# to be needed for some Sonys<br># RESET_DRIVE=true<br><br># Add services to this list to stop them before suspend and restart them in <br># the resume process.<br>STOP_SERVICES=""<br><br># Restart Infra Red services on resume - off by default as it crashes some
<br># machines<br>RESTART_IRDA=false<br><br># Switch to laptop-mode on battery power - off by default as it causes odd<br># hangs on some machines<br>ENABLE_LAPTOP_MODE=false<br><br># Spindown time on battery<br>SPINDOWN_TIME=12
<br>