I installed Anthias on 2 mini computers (Msi cubi5-12 and rada x4) Everything works but there is no sound on both outputs
@Kabal, we’re still in the process of making the audio work out of the box. In the meantime, you can edit ~/asoundrc
and add somed configs. Here’s an example:
defaults.pcm.card 1
defaults.pcm.device 3
The card and device numbers depend on your device.
- To know what device number to use, you have to install
alsa-utils
so that you can use theaplay
command:sudo apt-get install - alsa-utils
- Once
alsa-utils
is installed, you can now runaplay -l
. If you get nothing, prefixsudo
:sudo aplay -l
The output of running aplay -l
will look like the following:
card 0: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 31: HDA Analog Deep Buffer (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
Thanks a lot. File must be named .asoundrc and in it defaults.pcm.device X works for MSI. Other pc is at my work and tomorow will test.