You are not logged in.

#1 2011-09-19 18:42:49

Bellum
Member
Registered: 2011-08-24
Posts: 230

[SOLVED] Low sound asound.conf help

I've been having problems on my laptop with the max sound being far lower than it should be. Most of the time, if I crank everything up to max everything will be just loud enough, but more often than I like I'll run into something where the audio levels are just too low to hear.

My asound.conf is as follows

pcm.!default{
    type plug
    slave.pcm "softvol"
}

pcm.softvol{
    type softvol
    slave{
        pcm "dmix"
    }
    control{
        name "Pre-Amp"
        card 0
    }
    min_dB -5.0
    max_dB 20.0
    resolution 6
} 

As per the suggestion on a similar thread to follow the advice from here. But I can't seem to get the extra option to show up, even if I replace "plug" with "hw". Any ideas?

Last edited by Bellum (2011-09-20 05:16:45)

Offline

#2 2011-09-19 20:30:10

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED] Low sound asound.conf help

What do you mean by "show up"? Maybe something like:

hint {
    show on
    description "Headphones"
}

Anyway, what you should be doing first is googling for your soundcard model, to see what all the other Linux users with your hardware do.

Offline

#3 2011-09-19 21:24:58

Bellum
Member
Registered: 2011-08-24
Posts: 230

Re: [SOLVED] Low sound asound.conf help

brebs wrote:

What do you mean by "show up"? Maybe something like:

hint {
    show on
    description "Headphones"
}

Anyway, what you should be doing first is googling for your soundcard model, to see what all the other Linux users with your hardware do.

On alsamixer. I know how to use google; that's what led me to that solution.

Last edited by Bellum (2011-09-19 21:25:12)

Offline

#4 2011-09-20 03:16:22

moetunes
Member
From: A comfortable couch
Registered: 2010-10-09
Posts: 1,033

Re: [SOLVED] Low sound asound.conf help

Bellum wrote:

I've been having problems on my laptop with the max sound being far lower than it should be. Most of the time, if I crank everything up to max everything will be just loud enough, but more often than I like I'll run into something where the audio levels are just too low to hear.

My asound.conf is as follows

pcm.!default{
    type plug
    slave.pcm "softvol"
}

pcm.softvol{
    type softvol
    slave{
        pcm "dmix"
    }
    control{
        name "Pre-Amp"
        card 0
    }
    min_dB -5.0
    max_dB 20.0
    resolution 6
} 

As per the suggestion on a similar thread to follow the advice from here. But I can't seem to get the extra option to show up, even if I replace "plug" with "hw". Any ideas?

I gave this a shot and the pre amp showed up only after I shutdown the comp and then booted, it never showed with a reboot which seems weird...
Cheers


You're just jealous because the voices only talk to me.

Offline

#5 2011-09-20 05:16:27

Bellum
Member
Registered: 2011-08-24
Posts: 230

Re: [SOLVED] Low sound asound.conf help

That is really weird, but it worked for me, too. Thanks!

Offline

Board footer

Powered by FluxBB