You are not logged in.

#1 2014-09-09 21:14:36

ryanvade
Member
Registered: 2013-01-23
Posts: 73

Mute LED not staying lit Print Screen key not working

Hello everyone,

I have run into a bug starting with kernel 3.16.X where the mute key LED does not stay lit even though all sound is muted.  I have tried turning the LED on/off with

xset led named 'Mute' off

and nothing happens. Using xset -q shows that the led is off/on but it does not actually do anything.  I have also run into this bug:
https://bugs.launchpad.net/ubuntu/+sour … ug/1295994

I am not sure how to fix that bug either.

KeyPress event, serial 41, synthetic NO, window 0x7600001,
    root 0x90, subw 0x0, time 1627839, (401,373), root:(1849,397),
    state 0x0, keycode 218 (keysym 0xff61, Print), same_screen YES,
    XKeysymToKeycode returns keycode: 107
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 41, synthetic NO, window 0x7600001,
    root 0x90, subw 0x0, time 1627968, (401,373), root:(1849,397),
    state 0x0, keycode 218 (keysym 0xff61, Print), same_screen YES,
    XKeysymToKeycode returns keycode: 107
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

I am thinking that the two issues are related at the kernel level but don't have any proof.
Could someone help me out please?

HP dv6t-7000

Last edited by ryanvade (2014-09-09 21:16:03)

Offline

#2 2014-09-09 21:39:15

ryanvade
Member
Registered: 2013-01-23
Posts: 73

Re: Mute LED not staying lit Print Screen key not working

The numpad has stopped working too!!!! I really need some help with this.

*Reboot fixed this but not the mute or print screen issues

Last edited by ryanvade (2014-09-09 21:45:34)

Offline

#3 2014-09-09 22:07:12

emeres
Member
Registered: 2013-10-08
Posts: 1,570

Re: Mute LED not staying lit Print Screen key not working

 This is the correct syntax for xset:

xset led named 'Mute' # to turn the led on
xset -led named 'Mute' # to turn the led off
xset led 8 # on
xset -led 8 # off

Offline

#4 2014-09-09 22:10:56

ryanvade
Member
Registered: 2013-01-23
Posts: 73

Re: Mute LED not staying lit Print Screen key not working

emeres wrote:

 This is the correct syntax for xset:

xset led named 'Mute' # to turn the led on
xset -led named 'Mute' # to turn the led off
xset led 8 # on
xset -led 8 # off

That doesn't work.

Offline

#5 2014-09-09 22:30:17

emeres
Member
Registered: 2013-10-08
Posts: 1,570

Re: Mute LED not staying lit Print Screen key not working

 I did not state it will solve your problem, I stated this is the correct syntax. Yours does not work.

Offline

#6 2014-09-10 18:09:32

ryanvade
Member
Registered: 2013-01-23
Posts: 73

Re: Mute LED not staying lit Print Screen key not working

No one else? Someone helpful?

Offline

Board footer

Powered by FluxBB