Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Volume and Fn keys doesn't work.

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
Tchiarot
Posts: 4
Joined: 2015-03-30 02:25

[SOLVED] Volume and Fn keys doesn't work.

#1 Post by Tchiarot »

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:

Code: Select all

$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: Select all

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 :

Code: Select all

Volume up Audio mute
Volume down Audio lower volume
Volume mute Audio raise volume
On dconf org.gnome.settings-deamon.plugins.media-keys

Code: Select all

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..
Last edited by Tchiarot on 2015-03-31 10:06, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Volume and Fn keys doesn't work.

#2 Post by Head_on_a_Stick »

Check your firmware (BIOS) menus for anything relating to function keys.
deadbang

Tchiarot
Posts: 4
Joined: 2015-03-30 02:25

Re: Volume and Fn keys doesn't work.

#3 Post by Tchiarot »

Hi Head_on_a_Stick,

Thanks for answer, I check the Bios and found only one option about Fn:
* Fn Key Emulation
This option is enable by default the text says:

This option lets you use the <Scroll Lock> key on an external PS\2 keyboard the same way yo use the <Fn> key on the computer's internal keyboard.

I test turning off this option but with no results..

My Bios version is A12.

Tchiarot
Posts: 4
Joined: 2015-03-30 02:25

Re: Volume and Fn keys doesn't work.

#4 Post by Tchiarot »

Hi Additional to it,

When execute acpi_listen I get:

Code: Select all

button/volumeup VOLUP 00000080 00000000 K
button/volumedown VOLDN 00000080 00000000 K
button/mute MUTE 00000080 00000000 K
For Brightness:

Code: Select all

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

Tchiarot
Posts: 4
Joined: 2015-03-30 02:25

Re: Volume and Fn keys doesn't work.

#5 Post by Tchiarot »

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.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Volume and Fn keys doesn't work.

#6 Post by Head_on_a_Stick »

Please edit the title of the thread & put "[SOLVED]" at the start to help any other users who may have this problem.
deadbang

Post Reply