Reading
2
Comments
I had a litle issue activating the keyboard backlights on my Asus G74 lappy, the following lines of code in Konsole helped sort that out:
su
-enter password-
echo 0x00050021 > /sys/kernel/debug/asus-nb-wmi/dev_id
echo 0x82 > /sys/kernel/debug/asus-nb-wmi/ctrl_param
cat /sys/kernel/debug/asus-nb-wmi/devs
I hope it works for you :)
Linux
LinuxMint
su
-enter password-
echo 0x00050021 > /sys/kernel/debug/asus-nb-wmi/dev_id
echo 0x82 > /sys/kernel/debug/asus-nb-wmi/ctrl_param
cat /sys/kernel/debug/asus-nb-wmi/devs
I hope it works for you :)
2 comments:
It worked perfectly
Simple and very efficient.
Thanks.
It worked perfectly.
Simple and efficient.
Thanks
Post a Comment