You are not logged in.
Pages: 1
I followed every single step for installing pulseaudio using this wiki page :
http://wiki.archlinux.org/index.php/PulseAudio
But daemon doesn't want to start !
[root@fredo-arch fred]# /etc/rc.d/pulseaudio start
:: Starting PulseAudio [BUSY]
E: main.c: daemon startup failed.
My daemons line in /etc/rc.conf :
DAEMONS=(syslog-ng avahi-daemon hal pulseaudio !network dhcdbd networkmanager iptables netfs crond fam @cups stbd vmware gdm)
And my groups :
$ groups
sys adm disk lp wheel network video audio optical storage scanner camera users stb-admin pulse-access
As pulseaudio will be included in gnome 2.22.x...
When starting /etc/rc.d/pulseaudio as root I get :
[root@fredo-arch rc.d]# pulseaudio start
W: main.c: This program is not intended to be run as root (unless --system is specified).
W: alsa-util.c: Device (null) doesn't support 44100 Hz, changed to 48000 Hz.
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL front:0
W: alsa-util.c: Device (null) doesn't support 44100 Hz, changed to 48000 Hz.
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL front:0
E: module.c: Failed to open module "module-esound-protocol-unix": libsocket-util.so: Cannot open shared file: No such file or directory
E: main.c: Module load failed.
E: main.c: failed to initialize daemon.
But file doesn't seems to be available ?!
[fred@fredo-arch rc.d]$ yaourt -Ql pulseaudio | grep socket
pulseaudio /usr/lib/pulse-0.9/modules/libsocket-client.so
pulseaudio /usr/lib/pulse-0.9/modules/libsocket-server.so
Any idea, anyone ?
Busted package ?!
Last edited by jolinfire (2008-02-14 11:28:32)
Offline
Any idea, anyone ?
Try building the PKGBUILD yourself.
A quick diff between the contents of the 64bit and 32bit binary packages shows the 64bit one is missing the following files:
/usr/lib/pulse-0.9/modules/module-bt-proximity.so
/usr/lib/pulse-0.9/modules/libsocket-util.so
/usr/lib/pulse-0.9/modules/libipacl.so
/usr/libexec/pulse/bt-proximity-helper
Offline
Ok. I will try this. After removing pulseaudio, I cannot get any system sound to be played with ESD
Last edited by jolinfire (2008-02-14 14:58:01)
Offline
I was having the same problem and have just rebuild pulseaudio using a simple makepkg from the ABS tree, installed it and it works fine for me now.
Offline
I run PulseAudio. I have done everything the wiki article said line by line. And it works perfectly. The only thing that annoys me is that it's mute at system start. I always have to unmute it.
Offline
Pages: 1