User Tools

Site Tools


ubuntu:sound:change_the_volume

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:sound:change_the_volume [2019/12/04 21:07] – created peterubuntu:sound:change_the_volume [2022/10/11 12:13] (current) – [Using Alsa] peter
Line 20: Line 20:
 </code> </code>
  
-See also http://slopjong.de/2011/08/20/unmute-the-sound-card-using-the-alsa-utils/+<WRAP info> 
 +**NOTE:**  See also http://slopjong.de/2011/08/20/unmute-the-sound-card-using-the-alsa-utils/ 
 +</WRAP> 
 + 
 + 
 + 
 +---- 
 + 
 +===== Using alsamixer ===== 
 + 
 +<code bash> 
 +alsamixer 
 +</code> 
 + 
 +Save the settings. 
 + 
 +<code bash> 
 +sudo alsactl store 
 +</code> 
 + 
 +---- 
 + 
 +===== Using amixer and pactl ===== 
 + 
 + 
 +==== Increase volume ==== 
 + 
 +<code bash> 
 +amixer set Master playback 5dB+ 
 +pactl set-sink-volume @DEFAULT_SINK@ +5% 
 +</code> 
 + 
 +---- 
 + 
 +==== Reduce volume ==== 
 + 
 +<code bash> 
 +amixer set Master playback 5dB- 
 +pactl set-sink-volume @DEFAULT_SINK@ -5% 
 +</code> 
 + 
 +---- 
 + 
 +==== Toggle mute/unmute volume ==== 
 + 
 +<code bash> 
 +amixer -D pulse set Master toggle 
 +</code> 
 + 
 +---- 
  
ubuntu/sound/change_the_volume.1575493626.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki