Hi!
I just re-install Jaunty (64bits). I suceed to make pulse working again doing 
this;
- Upgrade Kernel to 2.6.29.2 
(http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.2/) but this is just 
because I wanted to :-)
- Pugrade to pulseaudio v0.9.15 because if it crashs, it restarts 
automatically, and because it seems more stable 
(https://launchpad.net/~themuso/+archive/ppa)
- Then, I put back my ~/.pulse with default.pa, client.conf daemon.conf and 
system.pa
with in default.pa:
...
 load-module module-alsa-sink device=hw:0,0 sink_name=alsa_out fragments=8 
fragment_size=2048  tsched=0
#for my equalizer:
 load-module module-ladspa-sink sink_name=ladspa_out plugin=mbeq_1197 
label=mbeq control=-15,-15,-10,-1,-5,-1,-1,0,0,0,0,0,0,0,0 
...
 load-module module-hal-detect
And in client.conf, because of my equalizer:
 default-sink = ladspa_out
In deamon.conf:
 default-sample-channels = 2 
 high-priority = yes 
 default-fragments = 8
 default-fragment-size-msec = 35

BUT there was no sound! And I finally found the solution for that:
create ~/.asoundrc file with:

pcm.!default {
  type pulse
}
ctl.!default {
  type pulse
}
pcm.pulse {
  type pulse
}
ctl.pulse {
  type pulse
}

That's it!







** Attachment added: "default.pa"
   http://launchpadlibrarian.net/26323989/default.pa

-- 
Crackling noise after update to pulseaudio
https://bugs.launchpad.net/bugs/301755
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to