Comment 22 for bug 237443

Revision history for this message
Abelardo Jara-Berrocal (abelardojarab-gmail) wrote :

Backported to Hardy this is a great problem I am trying to install Ubuntu Hardy (because it is LONG TIME SUPPORT) and in all machines with Intel sound cards there is this problem, everything else works great, and I am trying to promote Ubuntu as much as possible between my friends, but this thing is bad.

Pulseaudio keeps dying with this message of this bug.

My asoundrc is: (I modified to have software microphone gain because if not it is not possible to record, volume is super low.

</home/abelardo/.asoundrc.asoundconf>

pcm.!default { type pulse }
ctl.!default { type pulse }
pcm.pulse {
    type asym
    playback.pcm {
        type pulse
    }
    #software gain upto 45dB for digital microphone
    capture.pcm {
        type softvol
        slave.pcm "hw:0,0"
        #slave.pcm "pulse0"
        control {
            name "+50dB Mic Capture Volume"
            card 0
        }
        max_dB 45.0
    }
}
ctl.pulse { type pulse }

Other files are not modified, but pulseaudio keeps dying from time to time with that message. Please helppppppp