05-14-2021, 11:22 PM
(05-10-2021, 01:38 PM)j8a link Wrote: Hi [member=6733]TheDead[/member] ,
Thank you for your answer.
I tried sudo pulseaudio -k and the following message apperared.
[pulseaudio] main.c: The daemon could not be stopped. The process does not exists.
There's no need to run this command with sudo
Code:
pulseaudio -k
Code:
pulseaudio --start
Quote:I also tried,
systemctl status pulseaudio-enable-autospawn.service
● pulseaudio-enable-autospawn.service
Loaded: masked (Reason: Unit pulseaudio-enable-autospawn.service is masked>
Active: inactive (dead)
Here, you're just asking systemd for the status of the service, and it has no effect on it, in short, it is an informative command to query whether a service is enabled, disabled, running, active, loaded, dead, inactive, but it doesn't change its status or solve anything. BTW, that service is masked for a reason, meaning it is disabled by default, and you should leave it as is. What you probably want to do here is
Code:
systemctl --user restart pulseaudio.service
Quote:At last I run,
journalctl -f -t pulseaudio and the following message appeared:
may 10 09:23:23 jochoa-pc pulseaudio[2251]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Regards
This one should be run either as root or with sudo
Code:
sudo journalctl -f -t pulseaudio
What's the output of
Code:
pactl info
Without each others help there ain't no hope for us 
Need a translation service? https://www.deepl.com/es/translator

Need a translation service? https://www.deepl.com/es/translator