2

Whenever I install irium webcam in my pc (i tested with ubuntu 21.10 and pop OS) it changes my default audio input and output source every time I boot my PC. I tried running a startup script with set-default-sink and set-default-source as most of the thread like this one suggests, but for some reason, it doesn't work (but when I manually run the script in the terminal, for a strange reason, it change without any problem).

Is there a way to set fix this??

Vitor_figm
  • 185
  • 1
  • 6

1 Answers1

2

try with another way:

paste this in a file with a ".sh" extension inside /home/

#!/bin/bash
pactl set-default-sink **Your-Device-Name**

give the execution auth

chmod u+x /home/<yoursession>/<fileyoucreated>.sh

and fill the path textbox with these file location in the autostart config.

Remember deactivate this option when you want to not use those device anymore.