so I did some googling, and found some info on a solution.
check out
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://alien.slackbook.org/blog/adding-an-alsa-software-pre-amp-to-fix-low-sound-levels/"
linktext was:"http://alien.slackbook.org/blog/adding- ... nd-levels/"
====================================
for the work around. I'm posting the soluntion that worked for my eeepc below for expediency. The author notes that you may need to change"type plug" to"type hw" depending on your hardware. On my screen, I had to scroll through the alsamixer window all the way to the right as the new pre-amp setting was off screen to the right. It works for me, maybe it will for you too.
PS - I didn't code this, and I don't know why it works. Your mileage may vary.
Code: Select all
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
}