You are not logged in.
Pages: 1
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
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
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
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
That is really weird, but it worked for me, too. Thanks!
Offline
Pages: 1