You are not logged in.
So my laptop(t430s) has hardware volume keys and I have an issue where if I mute it via button or by XFCE sound manager, I cannot unmute it and have to open up alsamixer to unmute.
any solution?
Offline
@spacebear
Take a look here..
https://forums.bunsenlabs.org/viewtopic.php?id=290
I had a similar issue and going through the process described, it resolved.
If I remember correctly, I changed my 'card_index=1' > 'card_index=0' Then changed it back again and the muting issue stopped.
Edit2:
Also check 'automute' in alsamixer
Last edited by Panda (2015-11-27 20:53:47)
“Yesterday is history, tomorrow is a mystery and today a gift...
That's why they call it the present"
― Master Oogway
Offline
So my laptop(t430s) has hardware volume keys and I have an issue where if I mute it via button or by XFCE sound manager, I cannot unmute it and have to open up alsamixer to unmute.
any solution?
My (old) Dell laptop volume keys used to need the following workaround:
1) Get the keycode for your mute key with the `xev` command. (Mine is `F7`)
2) Add the following keybind to rc.xml (Mine is Super+F7)
<!-- Toggle mute -->
<keybind key="W-F7">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>Toggle mute</name>
</startupnotify>
<command>amixer set Master toggle</command>
</action>
</keybind>
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Do a forum search for this, there are several threads.
For me, the easiest solution is to remove pulseaudio and just use alsa...
sudo apt-get purge pulseaudio pavucontrol && sudo apt-get install alsa-base
Another solution than the ones already posted is to install xfce4-volumed from our backports repository...
http://pkg.bunsenlabs.org/#jessie-backports
I don't care what you do at home. Would you care to explain?
Offline
Sorry for the late replay, I've tired all the solutions, and none of them work.
aplay -l lists 4 devices for me 1 analog (device 0) and 3 digitals HDMIs.
where as alsamixer only shows 2 devices Intel 0 and thinkpad 29.
I'm not quite sure what the issue is, since I can mute fine, but unmuting with the hardware key doesn't work, nor does volti have to use alsamixer.
Offline
also, sudo alsactl init in terminal fixes it
Offline
If you can unmute with a mixer but not with the hardware key on your keyboard, then that would be a mis-configuration of your keyboard. You could try installing xev and see if the kernel is actually picking up that particular key. I have a laptop that does this sort of thing. It's a firmware problem with it and it has to have Windows installed to update the firmware. Ugggh. If xev does detect it is sending out keycodes, then it is likely a hotkey mapping issue somewhere along the line. If not, then you could try to dpkg-reconfigure and try different keyboard configurations. If, like in my case, it ends up being a firmware bug then you need to update firmware, if possible.
Offline
is xfce4-volumed responsible for this sort of stuff?
do the other (volume) keys work?
Offline
This is a known issue.
https://github.com/BunsenLabs/bunsen-configs/issues/35
See post #3 for the solution.
Offline
Ahh. I forgot about all that. I have pretty well given up on volti and switched to pasystray.
Offline
I have tried the first 3 solutions. I think this is an issue with volti.
since volti is picking up my hardware keys, and it muting, but I also cannot unmute with volti so my hardware keys aren't the issue it seems, works on other linux distros just fine.
any ideas to replace or fix volti?
Offline
....
any ideas to replace or fix volti?
Yes - search the forums for "replace volti"
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
spacebear wrote:....
any ideas to replace or fix volti?Yes - search the forums for "replace volti"
![]()
Thank you that worked!!!!!!
Offline
ok update, I have the mute key working correctly but now my volume up and down aren't working (had to disable xfce volume keys)
Offline
If these command work, you can set keybinds for them:
amixer set master 5%+
amixer set master 5%-
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline