Pulse Audio Volume Reset Fix: Difference between revisions
Jump to navigation
Jump to search
(Created page with "edit the file: /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf change this: [Element Speaker] switch = mute volume = off to this: [Element Speaker] switch...") |
No edit summary |
||
Line 17: | Line 17: | ||
Sources: | Sources: | ||
* [[https://fitzcarraldoblog.wordpress.com/2014/12/01/fix-for-alsa-speaker-volume-level-resetting-to-zero-at-boot/]] | * [[https://fitzcarraldoblog.wordpress.com/2014/12/01/fix-for-alsa-speaker-volume-level-resetting-to-zero-at-boot/ fitzcarraldoblog.wordpress.com]] | ||
* [[https://forums.opensuse.org/showthread.php/506090-Sound-stopped-working?p=2701125#post2701125]] | * [[https://forums.opensuse.org/showthread.php/506090-Sound-stopped-working?p=2701125#post2701125 forums.opensuse.org]] |
Revision as of 18:10, 7 April 2015
edit the file:
/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf
change this:
[Element Speaker] switch = mute volume = off
to this:
[Element Speaker] switch = mute volume = merge
Sources: