On Tue, 29 Jun 2021 15:03:31 +0200, Masaru Nomiya wrote:
Wolfgang Mueller <wm@ariannuccia.de> has written: [...]
"systemctl --user status pulseaudio.service" gives the result: Failed to get properties: Process org.freedesktop.systemd1 exited with status 1
The result may be simplified by omitting "--user":
"systemctl status pulseaudio.service" gives the result: Unit pulseaudio.service could not be found.
1. $ sudo systemctl enable pulseaudio.service
This statement produces the response: "Failed to enable unit: Unit file pulseaudio.service does not exist."
2. $ sudo systemctl start pulseaudio.service
This statement produces an analogous response: "Failed to start pulseaudio.service: Unit pulseaudio.service not found."
3. confirm 'enable' $ sudo systemctl status pulseaudio.service
Again, a failure is reported: "Unit pulseaudio.service could not be found." After these failures, the following statements failed too, as you can imagine.
If enabled, $ pulseaudio --start
4. confirm 'enable' > $ systemctl --user status pulseaudio.service
If enabled, just show the results of;
5.1 $ pacmd list-cards
5.2 $ pacmd list snd
5.3 $ pacmd list-sinks
5.4 $ aplay -L
Regards, and Good Night.
Here in Europe we have still daylight. Best regards, Wolfgang