Hi,
I installed f9 with kde4. I don't have sound. Phonon keeps notifying
that the pulseaudio server does not work.
I've got audiophile 2496 card which is correctly recognised. I've been
using it under alsa for some year now. Lspci shows that it's recognised,
lsmod shows that the right modules are loaded. In KDE sound settings I've
got 4 options PulseAudio Sound server, PulseAudio, default, Audiophile,
Pulse audio volume control shows that there are no available streams.
Is there any pulse audio management program? I have no idea what to do.
I added the following to .asoundrc (I saw it on the pulseaudio website)
Code:
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.phononpulse {
type plug
slave.pcm {
type pulse
}
hint {
show on
description "PulseAudio"
}
}
in my home directory there's a '.pulse' directory containing 2 empty files: default-sink and default-source
Is phonon a kind of pulse audio manager? how can I configure it?
any help would be appreciatied
thanks
edit:
this is /etc/pulse/default.pa
Quote:
.nofail
### Load something into the sample cache
#load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav
load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav
#load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav
#load-sample-lazy pulse-access /usr/share/sounds/generic.wav
.fail
### Load audio drivers statically (it's probably better to not load
### these drivers manually, but instead use module-hal-detect --
### see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#load-module module-null-sink
#load-module module-pipe-sink
### Automatically load driver modules depending on the hardware available
.ifexists module-hal-detect.so
load-module module-hal-detect
.else
### Alternatively use the static hardware detection module (for systems that
### lack HAL support)
load-module module-detect
.endif
### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
|
I am running HAldaemon to recognise devices