Results 1 to 6 of 6

Thread: Suspend to Ram waked up by Multimedia Keys

  1. #1
    Join Date
    Apr 2006
    Beans
    5

    Unhappy Suspend to Ram waked up by Multimedia Keys

    Hi,

    Since Hardy suspend to ram seems to work really better on my laptop. However I have always add the problem that the multimedia keys wake up my laptop when it is suspended. This is really annoying because those keys are situated on the front of my laptop, and are thus randomly pressed when I put it in my bag…

    I have a Zepto Znote 6615WD laptop with nVidia Geforce Go 7600. Notice that I have never tried other operating systems on it (I bought it with a clean HDD) so I don't know if this problem is hardware or software (or even BIOS?) related…

    Any suggestions on what I could try*? If someone could confirm that it is an hardware problem I would contact the alter-sales service…

  2. #2
    Join Date
    Apr 2006
    Beans
    5

    Re: Suspend to Ram waked up by Multimedia Keys

    *Bump**!

    This issue is very annoying so I would really appreciate any help…

    As a temporary fix/workaround, perhaps is it possible to set up suspend to ram so that it does not wake up when the lid is closed? Or at least so that it goes back suspending in such a case. What would be the best way to do that?

  3. #3
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: Suspend to Ram waked up by Multimedia Keys

    I believe the BIOS decides this; check if there are any such settings in your system setup.
    ...

  4. #4
    Join Date
    Apr 2006
    Beans
    5

    Re: Suspend to Ram waked up by Multimedia Keys

    There is no such setting in my bios, it is very restricted: I can't even set a password…

  5. #5
    Join Date
    Mar 2007
    Location
    Dayton. OH
    Beans
    47
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Suspend to Ram waked up by Multimedia Keys

    LordFarquaad,
    here is a post that I used to wake with the keyboard or mouse.
    I did not try to set it to a specific key so not sure if this is exactly what you are looking for but I can strike any key and it will wake.


    http://ubuntuforums.org/showthread.php?t=711747

    good luck

  6. #6
    Join Date
    Mar 2007
    Location
    Dayton. OH
    Beans
    47
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Suspend to Ram waked up by Multimedia Keys

    I used this

    HTML Code:
    cat /proc/acpi/wakeup
    to see my usb locations and then tried each using
    HTML Code:
    echo "USB*" > /proc/acpi/wakeup
    mine keyboard was at "USB0" no the most elegant way to determine it but it
    worked for me

    I used a script

    HTML Code:
    #!/bin/bash
     echo "USB0" > /proc/acpi/wakeup
    I named it wake.sh and placed it in /etc/init.d/
    then followed this post http://ubuntu.wordpress.com/2005/09/...run-at-bootup/

    so then I ran
    HTML Code:
    sudo update-rc.d wake.sh defaults
    and then

    HTML Code:
     cd  /etc/init.d/
    and finally

    HTML Code:
    sudo chmod +x wake.sh
    that was it for me.

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
  •