You are not logged in.

#1 2009-11-16 16:55:05

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

pulseaudio startup fails on archlinux 64bits

Hello there!

I was about to install pulseaudio following the wiki on my Archlinux64bits box.

( I've tried it on arch32, the same setup worked fine... )

After installing pulseaudio, alsa-plugins and configuring /etc/asound.conf
the daemon refuses to start up, giving NO ERROR MESSAGE

any ideas?


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#2 2009-11-16 23:35:14

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: pulseaudio startup fails on archlinux 64bits

Details please.

How are you starting the daemon up? Does a 'pulseaudio' process exist? Are you using --system mode or normal per-user daemon? What happens when you try to run pulseaudio manually? What changes did you make to your configuration files?


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2009-11-16 23:36:23

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: pulseaudio startup fails on archlinux 64bits

Details please.

How are you starting the daemon up? Does a 'pulseaudio' process exist? Are you using --system mode or normal per-user daemon? What happens when you try to run pulseaudio manually? What changes did you make to your configuration files?


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#4 2009-11-17 06:52:23

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

Re: pulseaudio startup fails on archlinux 64bits

OK.

1, INSTALLATION WAS:

[root@archie mate]# pacman -S pulseaudio alsa-plugins

terminated normally, no error message

2, configurated as a SYSTEM-WIDE DAEMON by editing (creating) /etc/asound.conf for alsa:

CODE:
----------------------
pcm.!default {
    type pulse
}
ctl.!default {
    type pulse
}
----------------------

and

enabling ( leaving ) the lines in /etc/pulse/system.pa

CODE:
------------------------
### Automatically load driver modules depending on the hardware available
.ifexists module-hal-detect.so
load-module module-hal-detect
.else
----------------------

3, I'm starting pulse as a daemon with the /etc/rc.d/... method

[root@archie mate]# /etc/rc.d/pulseaudio start
:: Starting pulseaudio daemon                                            [FAIL]


4, ps -ax | grep pulse shows no running processes...


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#5 2009-11-18 19:43:22

uwinkelvos
Member
Registered: 2009-06-07
Posts: 129

Re: pulseaudio startup fails on archlinux 64bits

I dont know, where the daemon stores its logging info... maybe /var/log/daemon.log?! But you can simply run pulseaudio in a console and see what happens.

Offline

#6 2009-11-18 19:55:01

jinks
Member
Registered: 2009-07-20
Posts: 14

Re: pulseaudio startup fails on archlinux 64bits

Also the system wide mode is not in any way supported and should probably be removed alltogether.
AFAIK it started as a really bad hack somewhere inside Gentoo, who are now working on removing it again.
(See maintainer's blog for details... http://blog.flameeyes.eu/)

Offline

#7 2009-11-20 05:40:29

AngryKoala
Member
Registered: 2009-01-22
Posts: 197

Re: pulseaudio startup fails on archlinux 64bits

I also have this issue with Pulse.  I tried everything in the wiki to get pulseaudio to start.  However, when I open up pavucontrol, it takes 5 seconds, then pulse starts.  From there, I cannot restart it, but sound works.  Might this be an issue with the daemon itself then?

Offline

#8 2009-11-20 07:38:43

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: pulseaudio startup fails on archlinux 64bits

@AngryKoala

1. Don't add on questions to someone else's thread. Start your own thread.
2. Be specific on what you have/have not done ("tried everything in the wiki" doesn't help), especially error messages and changes to config files.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#9 2009-11-20 14:06:17

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

Re: pulseaudio startup fails on archlinux 64bits

SOLVED smile

I have tried to run pulseaudio from a console, it gave me an error
message while loading a module, so I've disabled the loading of
the module by uncommenting this lines in /etc/pulse/system.pa:

CODE:

------------------------------------------------------------

### Automatically restore the volume of streams and devices
load-module module-stream-restore
load-module module-device-restore

___________________________________________

everything is working fine now,
except these modules...
( i.e.: pulse starts and I have sound )

just a reminder: all of this happened on arch-x86_64,
I had no such problems with arch-i686

thanks for the ideas


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#10 2009-11-20 16:16:18

AngryKoala
Member
Registered: 2009-01-22
Posts: 197

Re: pulseaudio startup fails on archlinux 64bits

ngoonee wrote:

@AngryKoala

1. Don't add on questions to someone else's thread. Start your own thread.
2. Be specific on what you have/have not done ("tried everything in the wiki" doesn't help), especially error messages and changes to config files.

I didn't add a question, I was contributing to the same problem/solution.  It was more like a suggestion, especially since the OP's problem was exactly mine.  Also, I did not feel the need to post any error messages since the OP, once again, did that for me.  Had I made my own thread, I would be scolded for posting the exact same problem.

TY scar for the fix.

Last edited by AngryKoala (2009-11-20 16:19:48)

Offline

#11 2009-11-20 22:24:59

uwinkelvos
Member
Registered: 2009-06-07
Posts: 129

Re: pulseaudio startup fails on archlinux 64bits

as jinks said... system mode is not always th best idea, try per user mode.

Offline

Board footer

Powered by FluxBB