17

When using the volume buttons (+, -, mute) there is no reaction, neither on laptop keyboard nor on USB keyboard. No popup, no volume change, and no sound indication.

Volume control with the mouse works fine.

The buttons are working and get recognized:

Checked with keyboard system settings tool: they get recognized by the tool both from the laptop directly as well as from my USB keyboard.

Who can help?

jkt123
  • 3,530
  • 22
  • 24

5 Answers5

36

Looks like a known bug on Launchpad.

According to the thread, the current fix is to...

  1. Open terminal (Ctrl+Alt+T)
  2. Type the following three commands to reset the volume/mute keys on your keyboard...

    gsettings reset org.gnome.settings-daemon.plugins.media-keys volume-up
    gsettings reset org.gnome.settings-daemon.plugins.media-keys volume-down
    gsettings reset org.gnome.settings-daemon.plugins.media-keys volume-mute
    

It worked for me, hope it works for you too.

jakesantos
  • 1,820
9

If resetting the keyboard shortcuts didn't work (such as in my case) move or delete the .gconf directory:

cd && mv .gconf .gconf.old

Logout and log back in again.

niry
  • 921
  • 9
  • 16
  • 4
    Also take note that some apps may store settings in this directory, in which case they will be lost. Guake is one program that stores settings there. – timetofly May 11 '15 at 14:40
  • 1
    This solved the issue for me in Ubuntu 18.04 with Unity. – Garrett Feb 06 '21 at 16:48
2

Additionally, to fix the mute button, execute

gsettings reset org.gnome.settings-daemon.plugins.media-keys volume-mute

from a shell. Worked for me, hope it helps you too.

spqpad
  • 41
1

I think I may have fixed this by reinstalling lightdm (Be careful to reinstall and not to remove it since that might cause issues with rebooting). None of the other solutions worked for me.

sudo apt install --reinstall lightdm

update: This happened again and this time reinstalling lightdm didn't solve the problem. What worked instead was this: 1) I installed dconf-editor and reset the value /org/gnome/settings-daemon/plugins/media-keys/custom-keybind‌​ings/ to default, keeping a copy of its value in a file. 2) After logging out and logging in again I reinserted the original value (i.e., my custom shortcuts). Now, everything seems to work again.

bilbo
  • 31
  • This problem keeps on occurring and this time again the previous solutions didn't work. Killing unity-settings-daemon solved the problem. It remains a mystery to me how to prevent this from re-occurring. Any pointers would be much appreciated. I should add that I run Ubuntu 16.10. – bilbo Feb 12 '17 at 06:15
0

Try pressing Fn + Esc, will turn on function lock and default back to media keys as opposed to function keys behavior.