How to use(/enable) FN keys to adjust volume at my asus laptop?

272,338

I had the same problem with my ASUS K53E.

sudo apt-get install git

git clone git://git.iksaif.net/acpi4asus-dkms.git

cd acpi4asus-dkms 

make 

sudo make install

sudo modprobe asus-nb-wmi  

After every kernel update the above will be erased and you will need to re-do it every time until it is included in a kernel version at a later stage. To make it easier create a .deb package which will be easier to install.

sudo apt-get install debhelper 

cd acpi4asus-dkms 

dpkg-buildpackage

sudo dpkg -i [newly-created-package].deb

sudo modprobe asus-nb-wmi

source

I have a little different computer though; mine is a K53E and yours is an X53S, so I can't guarantee that it'll work.

Share:
272,338

Related videos on Youtube

Chris
Author by

Chris

Updated on September 18, 2022

Comments

  • Chris
    Chris over 1 year

    I have an ASUS laptop (ASUS X53S series) and I want to adjust the volume by using the FN key and F10 (mute), F11 (vol down), F12 (vol up).

    Also F9 key is not working as well(this is for enabling/disabling the touchpad).

    I have seen this question but didn't see any solution.

    All the other FN buttons seem to work(changing brightness,turning off display,switching off wifi).

    Is there any way to do so?

    • Admin
      Admin over 12 years
      Have you tried going to Keyboard Shortcuts and set the desired as a shortcut?
  • Chris
    Chris over 12 years
    This worked great :D thanks a lot! We do have the same motherboard ;)
  • Chris
    Chris over 12 years
    I have noticed that F9 button (toggle touchpad) is not working. Any workaround for that?
  • djeikyb
    djeikyb almost 11 years
    The text in the question indicates the user is holding down the <fn> key.
  • Radu Rădeanu
    Radu Rădeanu over 10 years
    The body question indicates that the OP is using these keys.
  • isomorphismes
    isomorphismes over 9 years
    fatal: unable to connect to git.iksaif.net: