Results 1 to 7 of 7

Thread: ATI Suspend problems

  1. #1
    Join Date
    Jan 2007
    Beans
    10

    Unhappy ATI Suspend problems

    Hi there!

    Running 10.04 with an ATI HD3400 (fglrx / proprietary drivers) on a Toshiba Satelite m300 laptop. My primary issue is that laptop suspend does not work... sometimes.

    On initial boot, suspend works. I can resume from suspend after that. With initial boot, suspend will work on battery, on AC, or while going to suspend and disconnecting AC.

    After resuming from suspend, I can usually suspend again, but rarely can I suspend a 3rd or 4th time.

    When a suspend fails, what occurs is that the screen turns black but it is still backlit. I cannot switch to any VT and the laptop is hardlocked.

    What I would like to know is how to further diagnose suspend problems or maybe someone has a solution?

    Thanks for your help!

  2. #2
    Join Date
    Jan 2007
    Beans
    10

    Re: ATI Suspend problems

    Hopeful bump (and subscribe)

  3. #3
    Join Date
    Nov 2006
    Beans
    13

    Re: ATI Suspend problems

    The only way I found to make suspend work with my crappy ati xpress 200m is to disable KMS:
    Code:
    echo options radeon modeset=0 > /etc/modprobe.d/radeon-kms.conf
    For other info: https://wiki.ubuntu.com/X/KernelModeSetting

    Hope this helps!

  4. #4
    Join Date
    Jan 2007
    Beans
    10

    Re: ATI Suspend problems

    Quote Originally Posted by giancarlo76 View Post
    The only way I found to make suspend work with my crappy ati xpress 200m is to disable KMS:
    Code:
    echo options radeon modeset=0 > /etc/modprobe.d/radeon-kms.conf
    For other info: https://wiki.ubuntu.com/X/KernelModeSetting

    Hope this helps!
    Hi!

    Thanks for the suggestion but fglrx (in its current state) doesn't support KMS yet.

  5. #5
    Join Date
    Jan 2007
    Beans
    10

    Re: ATI Suspend problems

    Well I attempted fiddling with the BIOS settings to see if there was any thing in there that might help.

    I tried different settings with the Sleep N' Charge crap. I also disabled the wake from sleep from keyboard and LAN.

    Neither of these had an effect. I'll see if there is anything else I can do.

  6. #6
    Join Date
    Jan 2007
    Beans
    10

    Re: ATI Suspend problems

    ALT+SysReq+REISUB does not work either.

  7. #7
    Join Date
    Jan 2007
    Beans
    10

    Lightbulb Re: ATI Suspend problems

    Quote Originally Posted by trippedn View Post
    Hi there!

    Running 10.04 with an ATI HD3400 (fglrx / proprietary drivers) on a Toshiba Satelite m300 laptop. My primary issue is that laptop suspend does not work... sometimes.

    On initial boot, suspend works. I can resume from suspend after that. With initial boot, suspend will work on battery, on AC, or while going to suspend and disconnecting AC.

    After resuming from suspend, I can usually suspend again, but rarely can I suspend a 3rd or 4th time.

    When a suspend fails, what occurs is that the screen turns black but it is still backlit. I cannot switch to any VT and the laptop is hardlocked.

    What I would like to know is how to further diagnose suspend problems or maybe someone has a solution?

    Thanks for your help!
    Discovered the problem and the fix!

    I had a lot of messages about HPET in the kernel log. I tried disabling HPET and now I have suspend abilities all the time with no hanging!

    To disable HPET on Ubuntu 10.04:

    1. Edit /etc/default/grub
    2. Find GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT and add "hpet=disable" to the list
    3. Execute: `sudo update-grub`


    Good luck!

Tags for this Thread

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
  •