Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Using amixer to go beyond 100%

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
LesPaltaX
Posts: 1
Joined: 2018-02-28 21:20

Using amixer to go beyond 100%

#1 Post by LesPaltaX »

Hi everyone! I've been using Debian for a couple months and the volume of my computer tends to be too low, so I like to go over 100% but I have to use the graphical tool to do it.

I've been reading and I can change the volume with amixer but it doesn't let me go over 100%. On the other hand, I've seen solutions with "pactl", but that command does nothing in my computer.

I'm using Debian 9 with Gnome. A Lenovo HP laptop.


Thank you !

User avatar
sunrat
Administrator
Administrator
Posts: 6457
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 472 times

Re: Using amixer to go beyond 100%

#2 Post by sunrat »

The PulseAudio volume control is called pavucontrol not pactl.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Using amixer to go beyond 100%

#3 Post by stevepusser »

You can install pasystray and use your mouse scroll wheel to crank it up to 11. Actually, it has no upper limit as far as I can tell.

The PA volume control will let you go up to 150%, I think.
MX Linux packager and developer

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1418
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 79 times
Been thanked: 189 times

Re: Using amixer to go beyond 100%

#4 Post by steve_v »

Amixer is for plain ALSA, If you are using pulseaudio, use it's tools (pavucontrol etc.)
If you're not using pulseaudio, look into ALSAs softvol plugin, specifically the max_dB parameter. Something like this perhaps.
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

User avatar
golinux
Posts: 1579
Joined: 2010-12-09 00:56
Location: not a 'buntard!
Been thanked: 1 time

Re: Using amixer to go beyond 100%

#5 Post by golinux »

Hey, steve_v . . . thanks for the tip. My speakers are also on the low side . . .
May the FORK be with you!

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Using amixer to go beyond 100%

#6 Post by debiman »

LesPaltaX wrote:I've seen solutions with "pactl", but that command does nothing in my computer.
let me guess:

Code: Select all

$ pactl
No valid command specified
oh and you do know this is NOT a graphical app, so you have to use it from hte terminal?
also:

Code: Select all

man pactl

Post Reply