On Fri, 30 Jun 2017 18:00:38 +0800 Ed Greshko wrote:
[ ... ]
> The server /usr/bin/pulseaudio isn't started at boot time. It is a user
> process that
> is started at user login. So, rc.local would not be an appropriate place for
> that
> command for that reason.
>
> You may want to try p
On 06/30/2017 12:01 AM, Frank Elsner wrote:
Hello,
Hi,
BTW, rc.local doesnt't work.
When rc.local was taken over by systemd a little hitch was added.
From "/lib/systemd/system/rc-local.service"
# This unit gets pulled automatically into multi-user.target by
# systemd-rc-local-generator
On 06/30/17 15:01, Frank Elsner wrote:
> for reasons I have to send the input from an audio interface to an other.
>
> I can do this with
>
>pactl load-module module-loopback \
>
> source="alsa_input.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo" \
>sink="alsa_output.usb-M-AUD
Hello,
for reasons I have to send the input from an audio interface to an other.
I can do this with
pactl load-module module-loopback \
source="alsa_input.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo" \
sink="alsa_output.usb-M-AUDIO_M-Track_Hub-00.analog-stereo"
and this wo