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

Vim & Rails

I did a little write up on my general vim workflow and presented it at the hamburg rails user group meeting . I didn’t quite manage to get it as smooth as I originally planned, but anyway you can find the slides here

Read More

awesome with gentoo-prefix

I just updated a whole bunch of ebuilds for gentoo-prefix you can find the overlay here.

Just clone it and put it somewhere in your $EPREFIX/usr/local/portage then add that folder to your make.conf

Read More

Changing the cursor color within tmux based on vi mode

As outlined on SE and SU you can execute actions in zsh when you change between normal and insert mode in a vi mode zsh session.

Read More