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..