Posts Tagged ‘pulseaudio’
[SOLVED] Can’t open /dev/dsp in Ubuntu 10.10 Maverick Meerkat and Lucid Lynx 10.04
I recently installed a program called SBaGen which uses device /dev/dsp to output audio. However, the OSS (Open Sound System) device is not available anymore in Lucid and Maverick (maybe it doesn’t work with older versions, but I’m not sure), not even with OSS emulation with alsa. The snd-pcm-oss module does not load even when oss-compat and alsa-oss have been installed. It is seen to be blacklisted in /etc/modprobe.d/alsa-base.conf.
However, pulseaudio also supports OSS emulation with an app called padsp. So, for example if you want to launch
sbagen examples/basics/prog-chakras-1.sbg
you should launch
padsp sbagen examples/basics/prog-chakras-1.sbg
This way, you will be able to run OSS based sound apps without need for OSS.
[SOLVED] Sound Problem in Ubuntu 9.10 (Karmic Koala Alpha 4) due to Pulseaudio
Sound in my Ubuntu Karmic Koala desktop used to freeze and I was into real problem. The process “pulseaudio” used to hog the CPU and sound would stop at times. So I replaced it with esound and it is fine now. This is how I did it. Read the rest of this entry »
