I find that when I mute or set the volume to zero using the mixer control in the top xfce4-panel, I cannot raise the volume again. It remains silent until I sign out and sign back in again using the default Ubuntu desktop (Unity, I believe). In the default desktop, I'll see that the volume is muted, and so I raise the volume here. Then it works here and when I sign back into my xfce4 desktop. It will keep working unless I mute it once again, at which point I have to go through the same steps that I've described. I try both the xfce4-mixer and alsa-mixer, but this does not work. The only thing that works is signing out and signing back in to the default desktop, which is tedious to do.
Asked
Active
Viewed 1,407 times
3 Answers
1
Mine was on mute and I solved the issue doing this:
- open terminal
- type
amixer -D pulse sset Master 5%+ - keep doing it until Left and right are at 100%
Alternatively, do this:
- open terminal
- type
amixer -D pulse sset Master toggle
Yocool
- 11
0
For some reason the xfce sound mixer doesn't work well with pulseaudio. I have found the following two commands helpfull.
run the following command to turn mute on:
pactl set-sink-mute 0 1
run the following command to turn mute off:
pactl set-sink-mute 0 0
0
I have each of these commands set to keyboard shortcuts. It may or may not solve this bug though.
amixer -D pulse sset Master 5%-
amixer -D pulse sset Master 5%+
amixer -D pulse sset Master toggle
The last one toggles between muted and not muted.
jbrock
- 3,417