Isso funcionou para o meu C50-B-14Z:
Passo 1: Mudando o GRUB (usando o leafpad ou o gedit ou o que for ....)
1. Edit the grub configuration file:
Code:
gksu leafpad /etc/default/grub
2. Add the paramater to the line:GRUB_CMDLINE_LINUX=""...so that it reads:
Code:
GRUB_CMDLINE_LINUX="acpi_backlight=vendor"
3. Save the file.
4. Update grub with the changes:
Code:
sudo update-grub
Passo 2: Crie o arquivo "70-keyboard.hwdb" em /etc/udev/hwdb.d /
1. gksu leafpad /etc/udev/hwdb.d/70-keyboard.hwdb
2. Fill the file with (Exactly!) this: (Satellite.............wlan)
Satélite C50-B teclado: nome: Toshiba dispositivo de entrada: dmi: bvn *: bvr *: bd *: svnTOSHIBA *: pnSATELLITE C50-B: pvr KEYBOARD_KEY_13c = brilho KEYBOARD_KEY_13d = brilho KEYBOARD_KEY_13e = switchvideomode KEYBOARD_KEY_13f = f21 # alternância do touchpad KEYBOARD_KEY_158 = wlan
3. Save the file.
4. Update the file
Code:
sudo udevadm hwdb --update
5. Reboot & Done