I basically just want to pass my integrated GPU, from my Asrock X570M Pro4 motherboard + AMD 3400G CPU, to use in a VM running Kodi and other stuff (trying RetroElec).
As far as I understand this can not be done without also having a graphics card, so I have added an Radeon HD 8670 for this purpose.
I've been trying everything I can think of for 3 days now without getting this to work.
Is this a possible thing to do?
Can the iGPU be passed to a VM while Proxmox is using the other GPU or is this not possible to do?
So both the GPU's seem to be accessible.
I then followed the pass-through guide but not matter which GPU I select I can't get any video output. The screen just says "No hdmi signal".
The console output when I try to start the VM is this, where the last row just keeps repeating:
The device "0000:08:00.3" and "0000:08:00.6" seems to be:
One odd things was that since I want to add a 4xm.2 adapter card in the top motherboard slot (x16) I put the Radeon HD 8670 card in the bottom slot.
I then needed to disable CSM in the bios (found another post about that).
I do not think this is an issue since I've also tried putting the card in the top slot from time to time.
Can this be done with the hardware I'm using?
Anyone got this running?
As far as I understand this can not be done without also having a graphics card, so I have added an Radeon HD 8670 for this purpose.
I've been trying everything I can think of for 3 days now without getting this to work.
Is this a possible thing to do?
Can the iGPU be passed to a VM while Proxmox is using the other GPU or is this not possible to do?
Code:
lspci -nnk | grep "VGA\|Audio"
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Oland XT [Radeon HD 8670 / R7 250/350] [1002:6610] (rev 81)
03:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series] [1002:aab0]
Subsystem: Dell Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series] [1028:aab0]
08:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso [1002:15d8] (rev c8)
08:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Raven/Raven2/Fenghuang HDMI/DP Audio Controller [1002:15de]
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Raven/Raven2/Fenghuang HDMI/DP Audio Controller [1002:15de]
08:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller [1022:15e3]
Subsystem: ASRock Incorporation Family 17h (Models 10h-1fh) HD Audio Controller [1849:1202]
I then followed the pass-through guide but not matter which GPU I select I can't get any video output. The screen just says "No hdmi signal".
The console output when I try to start the VM is this, where the last row just keeps repeating:
Code:
xhci_hcd 0000:08:00.3: xHCI host controller not responding, assume dead
snd_hda_intel 0000:08:00.6: No response from codec, resetting bus: last cmd=0xXXXXXXX
snd_hda_intel 0000:08:00.6: No response from codec, resetting bus: last cmd=0xXXXXXXX
snd_hda_intel 0000:08:00.6: No response from codec, resetting bus: last cmd=0xXXXXXXX
snd_hda_intel 0000:08:00.6: No response from codec, resetting bus: last cmd=0xXXXXXXX
The device "0000:08:00.3" and "0000:08:00.6" seems to be:
Code:
08:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Raven USB 3.1 [1022:15e0]
Subsystem: ASRock Incorporation Raven USB 3.1 [1849:ffff]
Kernel driver in use: vfio-pci
08:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller [1022:15e3]
Subsystem: ASRock Incorporation Family 17h (Models 10h-1fh) HD Audio Controller [1849:1202]
Kernel modules: snd_hda_intel
One odd things was that since I want to add a 4xm.2 adapter card in the top motherboard slot (x16) I put the Radeon HD 8670 card in the bottom slot.
I then needed to disable CSM in the bios (found another post about that).
I do not think this is an issue since I've also tried putting the card in the top slot from time to time.
Can this be done with the hardware I'm using?
Anyone got this running?