Page 1 of 1

Pulseaudio and Pavucontrol i486

Posted: 05 Nov 2013, 16:43
by Slaxmax
Hi
I need packages pulseaudio and pavucontrol for porteus2.1-kde-i486.
I have tried to install these packages, however many problems appear.

Thank you!

Re: Pulseaudio and Pavucontrol i486

Posted: 06 Nov 2013, 22:34
by Slaxmax
I got the correct packages and compiled others, but Im testing if everything is ok.

Re: Pulseaudio and Pavucontrol i486

Posted: 06 Nov 2013, 23:26
by Ahau
If and when you get it sorted out, let us know what packages and modules you added and any configuration that was needed. I've only messed with Pulseaudio a little bit and never got it set up correctly myself, but since I've taken on the soundcard selecting utility, I want to make sure it's functional with Pulseaudio as well.

Thanks!

Re: Pulseaudio and Pavucontrol i486

Posted: 07 Nov 2013, 13:35
by brokenman
I have pulse audio running on my laptop. It didn't work until I added this to /etc/asound.conf:

Code: Select all

pcm.pulse {
    type pulse
}
ctl.pulse {
    type pulse
}
pcm.!default {
    type pulse
}
ctl.!default {
    type pulse
}

Re: Pulseaudio and Pavucontrol i486

Posted: 07 Nov 2013, 21:41
by Slaxmax
I used only pulseaudio for stream alsa to network.

Pavucontrol 1.0
http://www.mediafire.com/download/moopa ... ontrol.zip

Pulseaudio 2.0
http://www.mediafire.com/download/w13u9 ... eaudio.zip

All dependencies for porteus 2.1-i486-kde included.
I tested only in kde and I not make any change in asoundrc.

:good:

Re: Pulseaudio and Pavucontrol i486

Posted: 08 Nov 2013, 00:56
by wread
I once compiled Pulseaudio-2.0, but I think it was for Porteus 1.2 or so....
Dependencies were json-c-0.9 and speex-1.2 only. I didn't know how to test it, so I left it alone.
If you wish I can let it come to you.

Regards

Re: Pulseaudio and Pavucontrol i486

Posted: 08 Nov 2013, 12:21
by brokenman
You should also create a pulse user and add them to the audio group.

/etc/group
audio:x:17:guest,pulse
pulse:x:58:

/etc/password
pulse:x:58:58:Pulseaudio User:/var/run/pulse:/bin/false