2

I am using Steinberg UR22mkII DAC (digital analog converter) for managing speakers. Steinberg is connected to computer via USB. This is my used SOUND OUTPUT in settings, so I can adjust volume at the top bar on a desktop.

I also have primary Samsung monitor on HDMI and projector on HDMI (but never use it for sound). All 3 devices (Steinberg on USB, Monitor on HDMI and Projector on HDMI are always connected to computer), but the projector is most of the time turned off.

In Settings/Sound/Output I have 4 options:

  • Digital output (S/PDIF) - Integrated sound
  • HDMI/Display port 6 - Hawaii HDMI Audio [Radeon R9 390]
  • Digital output (S/PDIF) - Steinberg UR22mkII
  • Analog output - Steinberg UR22mkII

I always use third option in settings, but after shutdown/reboot, selection changes automatically to the first one. So I have to choose third again. Every time since I upgraded to Ubuntu 19.10. On Ubuntu 18.04, there was no problem.

Thank you for help :)

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

0

I've been having this issue on Ubuntu 20 myself and seen a couple ways of solving it.

In Startup Applications I've added an entry: pactl set-default-sink alsa_output.pci-0000_00_1f.3.analog-stereo where alsa_output.pci-0000_00_1f.3.analog-stereo is the device name for my analog stereo output (headphone port).

This is answered here slightly differently: How can I change the default audio device from command line?

I will add to this however by saying that not only does the default device rebooting on Ubuntu 20 still after every reset it can also not play on the correct device - even if the default is set after a reboot.

To get around this second issue as well you could use this answer rhttps://askubuntu.com/questions/78780/how-can-i-disable-an-audio-hdmi-device to disable all the HDMI audio sources. That would leave you with just the Steinberg device you were looking for - thus removing the need to set a default altogether.

I've used both and now sound is working well for me on Ubuntu 20.