Hello everybody!

I'am a total newbie in GNU/Linux operating systems but I like the philosohy of the Free software movement, so I install Trisquel mini 6.0 in my Asus Eee PC X101CH-EU17-WT to have a total free distro. It works great except for some minor bugs like the FN keys doesn't work at all. I research in many forums trying to find a solution for this but none of the solutions worked for me. The only solution that I didn't test is that adding a snipet to grub with the following commands:

Solution

Open up Terminal and enter the following
Code:
sudo gedit /etc/default/grub
Look for the line that says GRUB_CMDLINE_LINUX and add this
Code:
GRUB_CMDLINE_LINUX="acpi_backlight=vendor"
Save it and then update Grub
Code:
sudo update-grub
Reboot

When I do "sudo gedit /etc/default/grub" in the terminal its output me "sudo: gedit: command not found". How can I Fix this? and, Is there another solution for make FN keys works?


Reply via email to