Sound volume too low?
Sunday, 8th June 2025, 1435hrs · jw · Linux
On linux mint:
$ pactl set-sink-volume 0 150%
where 0 is the speaker device.
To increase by a relative percentage, enter:
$ pactl set-sink-volume @DEFAULT_SINK@ +10%
Sunday, 8th June 2025, 1435hrs · jw · Linux
On linux mint:
$ pactl set-sink-volume 0 150%
where 0 is the speaker device.
To increase by a relative percentage, enter:
$ pactl set-sink-volume @DEFAULT_SINK@ +10%