Asus M50 series FN keys (Resolvido)

Iniciado por joao_z, 20 de Agosto de 2009, 23:25

tópico anterior - próximo tópico

joao_z

Boas pessoal estou com um problema no meu asus da serie 50 as teclas de Luminusidade (FN+ F5/F&) não me estãoa a funcionar!
Estou a usar o Ubuntu 9.04 já fiz todas as actualizações, já instalalei os backports e continuam a não querer funcionar alguém me pode ajudar?

Cumps.
Zananar

joao_z

Boas pessoal já consegui meter as teclas a funcionar!

Deixo aqui a solução para alguém que tenha ou venha a ter o mesmo problema que eu ;D!

Citar
A) Open Terminal (Menu->Accessories), and type the following:
sudo nano brightness
B) Now paste the following in the Terminal window:
#!/bin/sh
echo 0 > /sys/devices/platform/asus-laptop/ls_switch
C) Hit Ctrl-O to save and then Ctrl-X to exit.
D) Now we will copy our new shell script to the appropriate directory, make it executable and add the following links by typing the following in Terminal:
sudo mv brightness /etc/init.d
and then
sudo chmod 755 /etc/init.d/brightness
and then
sudo update-rc.d brightness defaults 90
E) Reboot, and you will have regained control of your brightness level.

Cumps
Zananar