Skip site navigation (1)Skip section navigation (2)
Date:      08 Nov 2005 16:23:22 +0530
From:      "N. Raghavendra" <raghu@mri.ernet.in>
To:        manish jain <goodredhat@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Low volume
Message-ID:  <86fyq7fm1p.fsf@riemann.mri.ernet.in>
In-Reply-To: <20051108065848.22654.qmail@web34002.mail.mud.yahoo.com>
References:  <20051108065848.22654.qmail@web34002.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 2005-11-07T22:58:48-08:00, manish jain wrote:

> I am using FreeBSD 5.4 with an Intel 810 chipset which has an
> onboard soundcard. While everything else works fine, the sound
> volume is inexplicably low.

You could use mixer(8) to control the volume and other sound
parameters, with a command like this:

  % mixer vol 100

To make the settings persist over reboots, add the following to
`/boot/device.hints':

  ## Set the audio mixer's volume channel [Handbook, 7.2.4].
  hint.pcm.0.vol="100"
  ## Do the above for all mixer channels.  The available channels can be
  ## found using mixer(8).
  hint.pcm.0.pcm="100"
  hint.pcm.0.speaker="100"
  hint.pcm.0.line="100"
  hint.pcm.0.mic="100"
  hint.pcm.0.cd="100"
  hint.pcm.0.rec="100"
  hint.pcm.0.ogain="100"
  hint.pcm.0.line1="100"
  hint.pcm.0.phin="100"
  hint.pcm.0.phout="100"
  hint.pcm.0.video="100"

I do not understand the way the sound system works, so some of the
above channels may be meaningless.  However, it should give one the
idea.

HTH,
Raghavendra.

-- 
N. Raghavendra <raghu@mri.ernet.in> | See message headers for contact
Harish-Chandra Research Institute   | and OpenPGP details.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fyq7fm1p.fsf>