* [gentoo-user] How to Fix Extraoardinarily Loud Alsa?
@ 2016-11-01 13:55 Hunter Jozwiak
2016-11-01 14:21 ` Alexander Kapshuk
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Hunter Jozwiak @ 2016-11-01 13:55 UTC (permalink / raw
To: gentoo-user
Hi,
I finally got the base install of Gentoo done, but I've come across a
really interesting probleing. After installing Alsa and enabling its
daemon, I had copied the asound.conf from the distro I was using on to
the system. Unfortunately, this give the side effect that ALSA is
extremely loud (I would guess top volume), and none of the sliders
seem to work. I am using my Intel high definition audio card. Has
anyone come across a similar issue? If so, how did you go about fixing
it?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] How to Fix Extraoardinarily Loud Alsa?
2016-11-01 13:55 [gentoo-user] How to Fix Extraoardinarily Loud Alsa? Hunter Jozwiak
@ 2016-11-01 14:21 ` Alexander Kapshuk
2016-11-01 15:40 ` [gentoo-user] " Ian Zimmerman
2016-11-09 13:36 ` [gentoo-user] " Marc Stürmer
2 siblings, 0 replies; 6+ messages in thread
From: Alexander Kapshuk @ 2016-11-01 14:21 UTC (permalink / raw
To: Gentoo mailing list
On Tue, Nov 1, 2016 at 3:55 PM, Hunter Jozwiak <hunter.t.joz@gmail.com> wrote:
> Hi,
>
> I finally got the base install of Gentoo done, but I've come across a
> really interesting probleing. After installing Alsa and enabling its
> daemon, I had copied the asound.conf from the distro I was using on to
> the system. Unfortunately, this give the side effect that ALSA is
> extremely loud (I would guess top volume), and none of the sliders
> seem to work. I am using my Intel high definition audio card. Has
> anyone come across a similar issue? If so, how did you go about fixing
> it?
>
You may want to give /usr/bin/alsamixer a try, which comes with
media-sound/alsa-utils.
See the manpage for sample usage.
man -k alsamixer
alsamixer (1) - soundcard mixer for ALSA soundcard driver, with ncurse...
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: How to Fix Extraoardinarily Loud Alsa?
2016-11-01 13:55 [gentoo-user] How to Fix Extraoardinarily Loud Alsa? Hunter Jozwiak
2016-11-01 14:21 ` Alexander Kapshuk
@ 2016-11-01 15:40 ` Ian Zimmerman
2016-11-01 17:11 ` Peter Humphrey
2016-11-02 2:01 ` Walter Dnes
2016-11-09 13:36 ` [gentoo-user] " Marc Stürmer
2 siblings, 2 replies; 6+ messages in thread
From: Ian Zimmerman @ 2016-11-01 15:40 UTC (permalink / raw
To: gentoo-user
On 2016-11-01 09:55, Hunter Jozwiak wrote:
> I finally got the base install of Gentoo done, but I've come across a
> really interesting probleing. After installing Alsa and enabling its
> daemon
?
alsa itself doesn't need any daemon, it is a kernel API mediated by a
library (libasound). Do you mean pulseaudio or something?
> Unfortunately, this give the side effect that ALSA is
> extremely loud (I would guess top volume), and none of the sliders
?
What sliders? You seem to be talking about some GUI program to control
alsa, not about alsa itself.
--
Please *no* private Cc: on mailing lists and newsgroups
Personal signed mail: please _encrypt_ and sign
Don't clear-text sign: http://cr.yp.to/smtp/8bitmime.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: How to Fix Extraoardinarily Loud Alsa?
2016-11-01 15:40 ` [gentoo-user] " Ian Zimmerman
@ 2016-11-01 17:11 ` Peter Humphrey
2016-11-02 2:01 ` Walter Dnes
1 sibling, 0 replies; 6+ messages in thread
From: Peter Humphrey @ 2016-11-01 17:11 UTC (permalink / raw
To: gentoo-user
On Tuesday 01 Nov 2016 08:40:52 Ian Zimmerman wrote:
> On 2016-11-01 09:55, Hunter Jozwiak wrote:
> > I finally got the base install of Gentoo done, but I've come across a
> > really interesting probleing. After installing Alsa and enabling its
> > daemon
>
> ?
>
> alsa itself doesn't need any daemon, it is a kernel API mediated by a
> library (libasound). Do you mean pulseaudio or something?
Yes; I have no alsa demon running and my sound is fine, just using the basic
alsa - not jack or anything fancy.
$ sudo rc-update -s -v | grep alsa
alsasound |
$
> > Unfortunately, this give the side effect that ALSA is
> > extremely loud (I would guess top volume), and none of the sliders
>
> ?
>
> What sliders? You seem to be talking about some GUI program to control
> alsa, not about alsa itself.
Sounds like alsamixer, the one Alexander mentioned.
--
Regards
Peter
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: How to Fix Extraoardinarily Loud Alsa?
2016-11-01 15:40 ` [gentoo-user] " Ian Zimmerman
2016-11-01 17:11 ` Peter Humphrey
@ 2016-11-02 2:01 ` Walter Dnes
1 sibling, 0 replies; 6+ messages in thread
From: Walter Dnes @ 2016-11-02 2:01 UTC (permalink / raw
To: gentoo-user
On Tue, Nov 01, 2016 at 08:40:52AM -0700, Ian Zimmerman wrote
> What sliders? You seem to be talking about some GUI program to control
> alsa, not about alsa itself.
alsamixer uses a "TUI" (Text User Interface). It works at the command
line in an xterm or even in true text mode, without X installed or
active. You have to install alsa-utils with the "ncurses" USE flag
enabled to get alsamixer built.
--
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] How to Fix Extraoardinarily Loud Alsa?
2016-11-01 13:55 [gentoo-user] How to Fix Extraoardinarily Loud Alsa? Hunter Jozwiak
2016-11-01 14:21 ` Alexander Kapshuk
2016-11-01 15:40 ` [gentoo-user] " Ian Zimmerman
@ 2016-11-09 13:36 ` Marc Stürmer
2 siblings, 0 replies; 6+ messages in thread
From: Marc Stürmer @ 2016-11-09 13:36 UTC (permalink / raw
To: gentoo-user
Am 2016-11-01 14:55, schrieb Hunter Jozwiak:
> I finally got the base install of Gentoo done, but I've come across a
> really interesting probleing. After installing Alsa and enabling its
> daemon, I had copied the asound.conf from the distro I was using on to
> the system. Unfortunately, this give the side effect that ALSA is
The sound levels are not stored in the asound.conf. Aside this, ALSA
comes per default with muted volumes, so that you don't blow your ears
when powering your loud speakers the first time on.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-11-09 13:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-01 13:55 [gentoo-user] How to Fix Extraoardinarily Loud Alsa? Hunter Jozwiak
2016-11-01 14:21 ` Alexander Kapshuk
2016-11-01 15:40 ` [gentoo-user] " Ian Zimmerman
2016-11-01 17:11 ` Peter Humphrey
2016-11-02 2:01 ` Walter Dnes
2016-11-09 13:36 ` [gentoo-user] " Marc Stürmer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox