Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 3830  / 2 Years ago, sat, february 26, 2022, 6:03:24

I am using Ubuntu 12.04 in combination with Awesome window manager. Most of the stuff ubuntu provides I don't use.



I adjust my audio volume through scripts with amixer or manually with alsamixer. However after a reboot, my audio is muted and the only way to unmute it is through the gnome-control-center sound GUI.



I prefer terminal so I would like to know how I can unmute my audio without having to open up a GUI. Also, should I maybe remove pulseaudio, since I always use alsamixer anyways?


More From » 12.04

 Answers
2

In case we want to keep pulseaudio we may also unmute a sink from the command line.



By using the Pulseaudio Command Line Interface we will get the index of available sinks



pacmd list-sinks


We then can unmute the sink with



pacmd set-sink-mute <index> 0

[#32553] Sunday, February 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ickump

Total Points: 234
Total Questions: 124
Total Answers: 111

Location: Jordan
Member since Fri, Apr 8, 2022
2 Years ago
;