Ok, pulseaudio server now consistently starts upon bootup or gnome login. The reason the pulseaudio daemon failed to startup was this entry in default.pa:
# Load audio drivers statically
load-module module-alsa-sink sink device=dmix
commenting the module-alsa-sink entry in /etc/pulse/default.pa allows the pulseaudio server to startup.
Now, the soundserver starts but there is no sound. Checking PulseAudio Volume Control-->Output Devices, there are two entries:
1. ALSA PCM on front:0 (STAC92xx Analog) via DMA
2. Simultaneous output to ALSA PCM on front:0 (STAC92xx Analog) via DMA
Selecting any sound app and using PulseAudio Volume Meter shows #1 Output Device in use, but there is no sound.
Following instructions in PerfectSetup, /etc/asound.conf contains:
Code:
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
# Optional, set defaults
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
Devices at GNOME-->Preferences-->Hardware-->Sound are set to PulseAudio Sound Server
What else am I missing?