Asus IPMI Card on Pro WS W680-ACE Motherboard Disables Quick Sync


Recommended Posts

I was recently setting up Plex in Docker and wanted to use the iGPU for Quick Sync on my 13700k. I passed through /dev/dri, tested transcoding, and noticed that it wasn't using hardware transcoding. Upon further investigation, I saw that /dev/dri/renderD128 wasn't present on the host or in the container.

 

After performing a fair bit of troubleshooting, I decided to try taking out the IPMI card (ASMB9-iKVM) that came with the motherboard. After doing this and rebooting, /dev/dri/renderD128 was now present. This leads me to believe that the KVM on the IPMI card was using the iGPU such that it was not able to be used by the host system for transcoding.

 

Just wondering if anyone else has experienced this or if you know of a way to have both things operational at the same time.

Link to comment
9 hours ago, spall23 said:

I was recently setting up Plex in Docker and wanted to use the iGPU for Quick Sync on my 13700k. I passed through /dev/dri, tested transcoding, and noticed that it wasn't using hardware transcoding. Upon further investigation, I saw that /dev/dri/renderD128 wasn't present on the host or in the container.

 

After performing a fair bit of troubleshooting, I decided to try taking out the IPMI card (ASMB9-iKVM) that came with the motherboard. After doing this and rebooting, /dev/dri/renderD128 was now present. This leads me to believe that the KVM on the IPMI card was using the iGPU such that it was not able to be used by the host system for transcoding.

 

Just wondering if anyone else has experienced this or if you know of a way to have both things operational at the same time.

It maybe that the IPMI card has its own graphics, and you would need to enable in bios the iGPU normally it will default to dgpu or the BMC.

 

Would you have lspci or diagnostics before you removed it?

 

i.e. my SM mother boards have the following where the Matrox is the IPMI access/console.

 

root@unraid:~# lspci | grep VGA
09:03.0 VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 (rev 0a)
82:00.0 VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A] (rev a1)
83:00.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 720] (rev a1)
root@unraid:~# 

Link to comment

Hey there! I'm about to pull the trigger on this board and came across this. Before I buy I'm going to watch this thread.

 

Have you tried changing the Graphics Configuration settings in the BIOS? Looks like there is a toggle for iGPU Multi-Monitor support. Wonder if that will help resolve the issue?

 

image.thumb.png.9259dd047c06209440f94f7be23cf81d.png

 

Seems like this individual had some iGPU issues as well:

https://old.reddit.com/r/unRAID/comments/10r98b9/new_intel_build_advice_w680_z690_z790/j9u65sd/

Edited by JimmyGerms
Link to comment

I was able to get IPMI output and Quick Sync transcoding working by changing the two BIOS settings referenced above. That said, I now cannot get DisplayPort output, but for my use case that's fine (as long as KVM works). Not sure if there's a way to get everything to work at the same time without a separate GPU.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.