Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Suspend Issues on a gazv3?

  1. #1
    Join Date
    Oct 2005
    Beans
    52

    Suspend Issues on a gazv3?

    First of all thanks to all the folks at System76. You guys are great.

    Now to my question. I just recently (in the last few months became interested in using the suspend function on my Gazelle Value laptop. The computer will go to sleep just fine and seems like it wakes up but the screen never comes back on. I tried the brightness keys and I tried changing my acpi-support file (I saw this might work in another post) and nothing seems to work so far. Has anyone got any ideas? I pasted a copy of my acpi-support file into the bottom of this post. Here is the info on my kernal:
    andy@hermes:~$ uname -a
    Linux hermes 2.6.24-18-generic #1 SMP Wed May 28 19:28:38 UTC 2008 x86_64 GNU/Linux
    My system76 driver is version 2.2.1
    I have a gazv3 running Ubuntu Hardy Heron 64bit ....

    any help?

    # Comment the next line to disable ACPI suspend to RAM
    ACPI_SLEEP=true

    # Comment the next line to disable suspend to disk
    ACPI_HIBERNATE=true

    # Change the following to "standby" to use ACPI S1 sleep, rather than S3.
    # This will save less power, but may work on more machines
    ACPI_SLEEP_MODE=standby

    # Add modules to this list to have them removed before suspend and reloaded
    # on resume. An example would be MODULES="em8300 yenta_socket"
    #
    # Note that network cards and USB controllers will automatically be unloaded
    # unless they're listed in MODULES_WHITELIST
    MODULES=""

    # Add modules to this list to leave them in the kernel over suspend/resume
    MODULES_WHITELIST=""

    # Should we save and restore state using the VESA BIOS Extensions?
    SAVE_VBE_STATE=true

    # The file that we use to save the vbestate
    VBESTATE=/var/lib/acpi-support/vbestate

    # Should we attempt to warm-boot the video hardware on resume?
    POST_VIDEO=true

    # Save and restore video state?
    # SAVE_VIDEO_PCI_STATE=true

    # Should we switch the screen off with DPMS on suspend?
    USE_DPMS=true

    # Use Radeontool to switch the screen off? Seems to be needed on some machines
    # RADEON_LIGHT=true

    # Uncomment the next line to switch away from X and back again after resume.
    # This is needed for some hardware, but should be unnecessary on most.
    # DOUBLE_CONSOLE_SWITCH=true

    # Set the following to "platform" if you want to use ACPI to shut down
    # your machine on hibernation
    HIBERNATE_MODE=shutdown

    # Comment this out to disable screen locking on resume
    LOCK_SCREEN=true

    # Uncomment this line to have DMA disabled before suspend and reenabled
    # afterwards
    # DISABLE_DMA=true

    # Uncomment this line to attempt to reset the drive on resume. This seems
    # to be needed for some Sonys
    # RESET_DRIVE=true

    # Add services to this list to stop them before suspend and restart them in
    # the resume process.
    STOP_SERVICES=""

    # Restart Infra Red services on resume - off by default as it crashes some
    # machines
    RESTART_IRDA=false

    # Switch to laptop-mode on battery power - off by default as it causes odd
    # hangs on some machines
    ENABLE_LAPTOP_MODE=false

    # Spindown time on battery
    SPINDOWN_TIME=12

  2. #2
    Join Date
    Sep 2006
    Location
    Denver, Colorado
    Beans
    5,638
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Suspend Issues on a gazv3?

    Just tried suspend on a GazV3 with a fresh install of 64-bit hardy and it worked like a charm out of the box. Here is the acpi-support file it has.


    # Comment the next line to disable ACPI suspend to RAM
    ACPI_SLEEP=true

    # Comment the next line to disable suspend to disk
    ACPI_HIBERNATE=true

    # Change the following to "standby" to use ACPI S1 sleep, rather than S3.
    # This will save less power, but may work on more machines
    ACPI_SLEEP_MODE=mem

    # Add modules to this list to have them removed before suspend and reloaded
    # on resume. An example would be MODULES="em8300 yenta_socket"
    #
    # Note that network cards and USB controllers will automatically be unloaded
    # unless they're listed in MODULES_WHITELIST
    MODULES=""

    # Add modules to this list to leave them in the kernel over suspend/resume
    MODULES_WHITELIST=""

    # Should we save and restore state using the VESA BIOS Extensions?
    SAVE_VBE_STATE=true

    # The file that we use to save the vbestate
    VBESTATE=/var/lib/acpi-support/vbestate

    # Should we attempt to warm-boot the video hardware on resume?
    POST_VIDEO=false

    # Save and restore video state?
    #SAVE_VIDEO_PCI_STATE=true

    # Should we switch the screen off with DPMS on suspend?
    USE_DPMS=true

    # Use Radeontool to switch the screen off? Seems to be needed on some machines
    # RADEON_LIGHT=true

    # Uncomment the next line to switch away from X and back again after resume.
    # This is needed for some hardware, but should be unnecessary on most.
    # DOUBLE_CONSOLE_SWITCH=true

    # Set the following to "platform" if you want to use ACPI to shut down
    # your machine on hibernation
    HIBERNATE_MODE=shutdown

    # Comment this out to disable screen locking on resume
    LOCK_SCREEN=true

    # Uncomment this line to have DMA disabled before suspend and reenabled
    # afterwards
    # DISABLE_DMA=true

    # Uncomment this line to attempt to reset the drive on resume. This seems
    # to be needed for some Sonys
    # RESET_DRIVE=true

    # Add services to this list to stop them before suspend and restart them in
    # the resume process.
    STOP_SERVICES=""

    # Restart Infra Red services on resume - off by default as it crashes some
    # machines
    RESTART_IRDA=false

    # Switch to laptop-mode on battery power - off by default as it causes odd
    # hangs on some machines
    ENABLE_LAPTOP_MODE=false

    # Spindown time on battery
    SPINDOWN_TIME=12
    To err is human, to forgive is very ... dog-like.

    Thomas Aaron
    FetchMasters, LLC

  3. #3
    Join Date
    Oct 2005
    Beans
    52

    Re: Suspend Issues on a gazv3?

    I made my acpi-support file look just like the one below and still my system will not wake back up.

    I am also running a fresh install of the 64 bit hardy...

    any other thoughts?

    andy

    Quote Originally Posted by thomasaaron View Post
    Just tried suspend on a GazV3 with a fresh install of 64-bit hardy and it worked like a charm out of the box. Here is the acpi-support file it has.


    # Comment the next line to disable ACPI suspend to RAM
    ACPI_SLEEP=true

    # Comment the next line to disable suspend to disk
    ACPI_HIBERNATE=true

    # Change the following to "standby" to use ACPI S1 sleep, rather than S3.
    # This will save less power, but may work on more machines
    ACPI_SLEEP_MODE=mem

    # Add modules to this list to have them removed before suspend and reloaded
    # on resume. An example would be MODULES="em8300 yenta_socket"
    #
    # Note that network cards and USB controllers will automatically be unloaded
    # unless they're listed in MODULES_WHITELIST
    MODULES=""

    # Add modules to this list to leave them in the kernel over suspend/resume
    MODULES_WHITELIST=""

    # Should we save and restore state using the VESA BIOS Extensions?
    SAVE_VBE_STATE=true

    # The file that we use to save the vbestate
    VBESTATE=/var/lib/acpi-support/vbestate

    # Should we attempt to warm-boot the video hardware on resume?
    POST_VIDEO=false

    # Save and restore video state?
    #SAVE_VIDEO_PCI_STATE=true

    # Should we switch the screen off with DPMS on suspend?
    USE_DPMS=true

    # Use Radeontool to switch the screen off? Seems to be needed on some machines
    # RADEON_LIGHT=true

    # Uncomment the next line to switch away from X and back again after resume.
    # This is needed for some hardware, but should be unnecessary on most.
    # DOUBLE_CONSOLE_SWITCH=true

    # Set the following to "platform" if you want to use ACPI to shut down
    # your machine on hibernation
    HIBERNATE_MODE=shutdown

    # Comment this out to disable screen locking on resume
    LOCK_SCREEN=true

    # Uncomment this line to have DMA disabled before suspend and reenabled
    # afterwards
    # DISABLE_DMA=true

    # Uncomment this line to attempt to reset the drive on resume. This seems
    # to be needed for some Sonys
    # RESET_DRIVE=true

    # Add services to this list to stop them before suspend and restart them in
    # the resume process.
    STOP_SERVICES=""

    # Restart Infra Red services on resume - off by default as it crashes some
    # machines
    RESTART_IRDA=false

    # Switch to laptop-mode on battery power - off by default as it causes odd
    # hangs on some machines
    ENABLE_LAPTOP_MODE=false

    # Spindown time on battery
    SPINDOWN_TIME=12

  4. #4
    Join Date
    Sep 2006
    Location
    Denver, Colorado
    Beans
    5,638
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Suspend Issues on a gazv3?

    I tried looking for your name in our database so that I can examine your configuration, but I don't see you in there (or at least what I'm guessing your name is by virtue of your ubuntu handle.

    DON'T post your name or order# here. But either post more detail about your configuration here (CPU, RAM, in particular). Or email me with your name or order number.

    One other thing to try: Go to System > Preferences > Appearance > Visual Effects and turn off your desktop effects to see if it will suspend and resume.
    To err is human, to forgive is very ... dog-like.

    Thomas Aaron
    FetchMasters, LLC

  5. #5
    Join Date
    Oct 2005
    Beans
    52

    Re: Suspend Issues on a gazv3?

    Thanks for the help. I tried turning off my desktop effects but to no avail. Still will not resume from suspend. I sent you a private message through the forum with my name and order #.
    Here is some info on my machine -->

    -Computer-
    Processor : 2x Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
    Memory : 1020MB (690MB used)
    Operating System : Ubuntu 8.04
    Date/Time : Tue 17 Jun 2008 01:57:32 PM MDT
    -Display-
    Resolution : 1280x800 pixels
    OpenGL Renderer : Mesa DRI Intel(R) 945GM 20061017
    X11 Vendor : The X.Org Foundation
    -Multimedia-
    Audio Adapter : HDA-Intel - HDA Intel
    -Input Devices-
    Macintosh mouse button emulation
    AT Translated Set 2 keyboard
    PC Speaker
    Power Button (FF)
    Lid Switch
    Power Button (CM)
    Sleep Button (CM)
    Video Bus
    SynPS/2 Synaptics TouchPad
    -Printers (CUPS)-
    PDF
    -IDE Disks-
    -SCSI Disks-
    ATA HTS541010G9AT00
    TSSTcorp CD/DVDW TS-L632D



    Quote Originally Posted by thomasaaron View Post
    I tried looking for your name in our database so that I can examine your configuration, but I don't see you in there (or at least what I'm guessing your name is by virtue of your ubuntu handle.

    DON'T post your name or order# here. But either post more detail about your configuration here (CPU, RAM, in particular). Or email me with your name or order number.

    One other thing to try: Go to System > Preferences > Appearance > Visual Effects and turn off your desktop effects to see if it will suspend and resume.

  6. #6
    Join Date
    Jun 2006
    Beans
    31
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Suspend Issues on a gazv3?

    Hi Andy.
    I have a very similar problem, and system (Gazelle Performance 3, some system details listed in my signature). I was wandering if the thread you mentioned that had the suggestions about altering acpi-support was this one:

    http://ubuntuforums.org/showthread.p...upport+suspend

    or if there's another more relevant one?

    Have you found an acpi-support configuration that allows any version of suspend?
    1. 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 x86_64 GNU/Linux
    2. System76 panp7
    3. Ubuntu Lucid Lynx 10.04-LTS

  7. #7
    Join Date
    Oct 2005
    Beans
    52

    Re: Suspend Issues on a gazv3?

    I tried as many combinations of the settings mentioned in that post as I could and never got my suspend to work.

    Have you found anything that works?

    Quote Originally Posted by arch_o_median View Post
    Hi Andy.
    I have a very similar problem, and system (Gazelle Performance 3, some system details listed in my signature). I was wandering if the thread you mentioned that had the suggestions about altering acpi-support was this one:

    http://ubuntuforums.org/showthread.p...upport+suspend

    or if there's another more relevant one?

    Have you found an acpi-support configuration that allows any version of suspend?

  8. #8
    Join Date
    Jun 2006
    Beans
    31
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Suspend Issues on a gazv3?

    Hi Andy. I've changed to a 64-bit kernel by install from liveboot CD and changed some other things. I am able to hibernate by running the hibernate.sh script as sudo. Unfortunately I do not have that system available and will not until July 17. When I _do_ get it back I will update this info.
    1. 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 x86_64 GNU/Linux
    2. System76 panp7
    3. Ubuntu Lucid Lynx 10.04-LTS

  9. #9
    Join Date
    Jan 2006
    Location
    Tulsa, OK
    Beans
    485
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Suspend Issues on a gazv3?

    I also have a Gazelle V3 that I have been unable to suspend in Hardy. It hasn't been much of a concern to me, as I encrypt my hard drive and hibernate to my encrypted swap (suspending would basically leave my hard-drive unlocked all the time), but I would like to see a solution to suspend in case I'm just carrying my laptop from one room to another or something.

    Gazelle Value 3
    Core 2 Duo 2.0 Ghz
    1.5 GB RAM
    64 bit Hardy

  10. #10
    Join Date
    Sep 2006
    Location
    Denver, Colorado
    Beans
    5,638
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Suspend Issues on a gazv3?

    OK, could you guys post the output of...

    swapon -a

    and

    cat /etc/fstab
    To err is human, to forgive is very ... dog-like.

    Thomas Aaron
    FetchMasters, LLC

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •