Eeepc 1000he 10.6.4 update

  • August 30, 2010
Table of Contents

If your backlight has an issue after waking up from sleep you probably need to add the following to your dsdt file:

             }
         }
 
+        Device (PNLF)
+        {
+                Name (_HID, EisaId ("APP0002"))
+                Name (_CID, "backlight")
+                Name (_UID, 0x0A)
+                Name (_STA, 0x0B)
+        }
+
         Device (PWRB)
         {
             Name (_CID, EisaId ("PNP0C0C"))

the full dsdt source code can be found on my github or just get the compiled dsdt.aml

comments powered by Disqus

Related Posts

ViInutMate on github

I noticed some people try to reach that viinputmate page, which was supposed to be a better vi plugin for textmate but there’s nothing on it…

Read More

UTF-8 and bom problems in php

So I was trying to debug on of our Sites because we we were having an odd sign at the beginning of the files.

Read More

launching firefox with text/html entry in mutt 1.5,21

I recently decided that I might want to see some html mails in a real browser instead of a w3m dump. For example when I need to click on the stupid reset password link, which is sent in the html only mail from easyjet.

Read More