Results 1 to 2 of 2

Thread: Lidbtn ACPI event never triggered, backlight doesn't turn off

  1. #1
    Join Date
    May 2007
    Location
    United States
    Beans
    183
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Lidbtn ACPI event never triggered, backlight doesn't turn off

    I'm having a problem with my laptop lid in Ubuntu 9.04. The lidbtn event is never triggered when the lid is closed. /proc/acpi/button/lid/LID0/state reports the proper states (open or closed), but the lid.sh script is never executed.

    My laptop is a Dell Studio 1555.

    I can confirm this because my backlight does not turn off when I close my lid, but if I have this running:
    Code:
    while [ 1 ]; do /etc/acpi/lid.sh; sleep 1; done
    The backlight turns off when the lid is closed, and back on when I open it. Any ideas? making me crazy :[

  2. #2
    Join Date
    Jul 2006
    Beans
    22

    Re: Lidbtn ACPI event never triggered, backlight doesn't turn off

    Same problem here... Dell studio 1555.

    Can you make your laptop to suspend? Did you install kernel 64-bit?

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
  •