Re: [pulseaudio-discuss] PulseAudio is not working properly

2020-10-21 Thread BaBa
>Launch "pavucontrol" to trigger the pulseaudio auto-spawn. Look through
>pavucontrol and see if it's detecting your sound cards correctly.

It says "Establishing connection to PulseAudio. Please wait..." and nothing 
else happens.

>Also you can check that pulse is correctly running under your user:
>$ ps aux | grep [p]ulseaudio

tupo731  0.5  0.1 299924 29916 ?Ssl  10:29   0:00 
/usr/bin/pulseaudio --daemonize=no
___
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] PulseAudio is not working properly

2020-10-20 Thread Sean Greenslade
On Sun, Oct 18, 2020 at 10:52:07AM +0200, BaBa wrote:
> 
> >This question is probably better suited for a Debian forum, as it seems
> >to more be an issue of how your environment is set up.
> 
> I already asked at the Debian ML and forum but I got no solution.
> 
> >That said, I have
> >a suspicion that you may have enabled system daemon mode.
> 
> Do you mean set daemonize = yes in /etc/daemon.conf?
> If that case, I did not touch anything (default value is "; daemonize = no").
> 
> >Did you
> >manually add or enable any services after installing pulseaudio?
> 
> Yes I installed and enabled a personal service but not related to PulseAudio.

OK, then I would suggest doing the following to investigate:

Reboot your machine to start everything fresh. By default, pulse should
not be running, but it is supposed to auto-launch the first time
something tries to access it (triggered via the pulseaudio.socket
systemd unit).

Launch "pavucontrol" to trigger the pulseaudio auto-spawn. Look through
pavucontrol and see if it's detecting your sound cards correctly. Also
you can check that pulse is correctly running under your user:

$ ps aux | grep [p]ulseaudio

The first column of the result should be your username.

--Sean

___
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] PulseAudio is not working properly

2020-10-18 Thread BaBa
> Do you mean set daemonize = yes in /etc/daemon.conf?

It's /etc/pulse/daemon.conf.
___
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] PulseAudio is not working properly

2020-10-18 Thread BaBa


>This question is probably better suited for a Debian forum, as it seems
>to more be an issue of how your environment is set up.

I already asked at the Debian ML and forum but I got no solution.

>That said, I have
>a suspicion that you may have enabled system daemon mode.

Do you mean set daemonize = yes in /etc/daemon.conf?
If that case, I did not touch anything (default value is "; daemonize = no").

>Did you
>manually add or enable any services after installing pulseaudio?

Yes I installed and enabled a personal service but not related to PulseAudio.
___
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss


Re: [pulseaudio-discuss] PulseAudio is not working properly

2020-10-17 Thread Sean Greenslade
On Wed, Oct 14, 2020 at 01:38:48PM +0200, BaBa wrote:
> Hello,
> 
> I installed PulseAudio without specific configuration.
> In Firefox it uses Alsa instead of PulseAudio and in media players it does 
> not work.
> 
> If I do
> killall pulseaudio
> pulseaudio --start
> Works in Firefox and media players.
> My user and pulse user are in the "audio" group.
> 
> sudo grep "pulseaudio" /var/log/syslog
> Oct  7 10:09:32 debian systemd[669]: Not generating service for XDG autostart 
> app-pulseaudio-autostart.service, startup phases are not supported.
> Oct  7 10:10:20 debian pulseaudio[671]: E: [alsa-sink-ALC898 Analog] 
> alsa-sink.c: Error opening PCM device front:0: Aucun fichier ou dossier de ce 
> type
> Oct  7 10:10:20 debian systemd[735]: Not generating service for XDG autostart 
> app-pulseaudio-autostart.service, startup phases are not supported.
> Oct  7 10:10:20 debian systemd[651]: pulseaudio.service: Succeeded.
> Oct  7 10:10:22 debian pulseaudio[737]: W: [pulseaudio] authkey.c: Failed to 
> open cookie file '/home/tupo/.config/pulse/cookie': Aucun fichier ou dossier 
> de ce type
> Oct  7 10:10:22 debian pulseaudio[737]: W: [pulseaudio] authkey.c: Failed to 
> load authentication key '/home/tupo/.config/pulse/cookie': Aucun fichier ou 
> dossier de ce type
> Oct  7 10:10:30 debian systemd[651]: pulseaudio.socket: Succeeded.

This question is probably better suited for a Debian forum, as it seems
to more be an issue of how your environment is set up. That said, I have
a suspicion that you may have enabled system daemon mode. Did you
manually add or enable any services after installing pulseaudio?

--Sean

___
pulseaudio-discuss mailing list
pulseaudio-discuss@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss