LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Volume rise, lower and Mute doesn't work on debian 8.0 Jessie (https://www.linuxquestions.org/questions/linux-newbie-8/volume-rise-lower-and-mute-doesnt-work-on-debian-8-0-jessie-4175538189/)

Tchiarot 03-29-2015 05:44 PM

Volume rise, lower and Mute doesn't work on debian 8.0 Jessie
 
Hi Friends,

I recently install a Debian 8.0 Jessie on a Laptop Dell latitude E6540 with gnome 3.14+3.
But the problem is that it doesn't recongnize my multimedia buttons, I tried some methods but I didn't get results.

Code:

$showkey --scancodes
volume up  -- 0xe0 0x30 0xe0 0xb0
volume down -- 0xe0 0x2e 0xe0 0xae
volume mute -- 0xe0 0x20 0xe0 0xa0

$showkey --keycodes
volume up  -- 115
volume down -- 114
volume mute -- 113

xev
Code:

Volume up produces:

FocusOut event, serial 37, synthetic NO, window 0x2000001,
    mode NotifyUngrab, detail NotifyPointer

FocusIn event, serial 37, synthetic NO, window 0x2000001,
    mode NotifyGrab, detail NotifyPointer

KeymapNotify event, serial 37, synthetic NO, window 0x0,
    keys:  1  0  0  0  0  0  0  0  0  0  0  0  0  0  0  8 
          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0
Volume down:

FocusOut event, serial 37, synthetic NO, window 0x2000001,
    mode NotifyGrab, detail NotifyAncestor

FocusOut event, serial 37, synthetic NO, window 0x2000001,
    mode NotifyUngrab, detail NotifyPointer

FocusIn event, serial 37, synthetic NO, window 0x2000001,
    mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 37, synthetic NO, window 0x0,
    keys:  2  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 
          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0

Volume mute:

FocusOut event, serial 37, synthetic NO, window 0x2000001,
    mode NotifyGrab, detail NotifyAncestor

FocusOut event, serial 37, synthetic NO, window 0x2000001,
    mode NotifyUngrab, detail NotifyPointer

FocusIn event, serial 37, synthetic NO, window 0x2000001,
    mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 37, synthetic NO, window 0x0,
    keys:  2  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0 
          0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0

On Setting --> Keyboard --> Shortcuts --> Sound and Media :

Volume up Audio mute
Volume down Audio lower volume
Volume mute Audio raise volume

On dconf org.gnome.settings-deamon.plugins.media-keys

Volume up XF86AudioLowerVolume
Volume down XF86AudioRiseVolume
Volume mute XF86AudioMute

When I reassinged the keys on Settings>Keyboard>Shortcuts to F7, F8 and F9 it works, but when use the keys volume up, down and mute It doesn't show anything.

The same happens with Fn + Brightness keys, in this case it worked the first time but then stop to work I don't know why..

Please some help with this..

Tchiarot 03-30-2015 06:50 PM

Hi Please,

Any help ?..

Tchiarot 03-30-2015 08:11 PM

Hi Additional to it,

When execute acpi_listen I get:

Code:

button/volumeup VOLUP 00000080 00000000 K
button/volumedown VOLDN 00000080 00000000 K
button/mute MUTE 00000080 00000000 K

For Brightness:

Code:

video/brightnessup BRTUP 00000086 00000000
 PNP0C14:00 000000d0 00000000
video/brightnessdown BRTDN 00000087 00000000
 PNP0C14:00 000000d0 00000000


Tchiarot 03-30-2015 10:20 PM

Hi Friends,

Sorry Finally found the error.. It was an autostart folder create on the .config file of user, this folder contains a Gnome-terminal file with some configuration that causes the error.

Remove the folder and all works fine.

Thanks for take a time for read.


All times are GMT -5. The time now is 07:18 AM.