On Tue, 29 Jun 2021 at 10:31:08 +0200, Masaru Nomiya wrote:
[...] Please do as follows;
$ sudo vi /etc/pulse/default.pa load-module module-stream-restore restore_device=false
that is, add 'restore_device=false' to the line.
Being not familiar with vi, I have logged in as root and then modified /etc/pulse/default.pa this way: $ cd /etc/pulse $ mv default.pa default.pa.bak $ sed -e 's,^\(load-module module-stream-restore\)$,\1 restore_device=false,' default.pa.bak > default.pa $ diff default.pa default.pa.bak This diff statement produced the response: 25c25 < load-module module-stream-restore restore_device=false --- > load-module module-stream-restore
then,
$ pacmd list-sinks | grep name:
This statement produced the response: "No PulseAudio daemon running, or not running as session daemon."
Please insert
What do you want me to insert?
then,
$ pulseaudio -k <-- this operation
As expected, this statement produced the response: "Failed to kill daemon: No such process"
$ pacmd list-sinks | grep name:
Again, this statement produced the response: "No PulseAudio daemon running, or not running as session daemon." So, I think I have at first to start the PulseAudio daemon before I can do "pacmd list-sinks | grep name:". Thanks a lot, Masaru! Best regard, Wolfgang