10

I have tried:

aumix -i 100

However that only seems to get me to about 3/4 of the maximum volume when I look at the change in the Sound Preferences panel.

Here is a screenshot of Sound Preferences panel with unexpected microphone volume:

enter image description here

I am using Xubuntu 9.10.

Gareth
  • 19,080

5 Answers5

17

Try:

amixer set Capture 5%+
amixer set Capture 5%-

to increase or decrease the mic volume.

mrucci
  • 10,234
3

With amixer you can set it with commandline

amixer scontrols gives you the controls you can set

amixer sset Mic 100% gives you the 100% of capture of your microphone

3

You could try alsamixer. It's a simple CLI mixer for Alsa.

Bobby
  • 9,032
2
amixer sset 'Digital',0 120

This is just an example. Replace 'Digital,0' appropriately. 120 is the mic level.

1

Adding to Sidjit Raput's answer which worked for me, you have to do:

amixer scontrols

... to find the ones to put in the volume setup/boost command (from bbs.archlinux.org > Alsa audio won't work). Mine was 'Internal Mic Boost',0 so:

amixer sset 'Internal Mic Boost',0 120