Search results

  1. A

    [SOLVED] Help with passing through onboard Audio card to guest.

    Thanks Avw,! found the PCI to pass thru with the command provided. OMMU group 21 0f:00.4 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse HD Audio Controller [1022:1487]
  2. A

    [SOLVED] Help with passing through onboard Audio card to guest.

    Hi Avw, Thank you for the help, i am currently using Ryzen 5 3600, Asus B450 TUF pro gaming board. -bash: syntax error near unexpected token `do' root@RyzenServerKVM:~# for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci...
  3. A

    [SOLVED] Help with passing through onboard Audio card to guest.

    Hi mates, As above, not sure if anyone has try with AMD board B490, have been trying to find a guide to map the onboard audio to the VM. Thanks in advance! [ 4.542234] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line [ 4.542236]...