Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Issues getting QSV working and intel.gpu.top installed

Featured Replies

I'm trying to install intel.gpu.top but face this error:

plugin: installing: intel-gpu-top.plg
Executing hook script: pre_plugin_checks
plugin: downloading: intel-gpu-top.plg ... done

plugin: downloading: intel.gpu.top-2025.03.15.txz ... done


+==============================================================================
| Skipping package intel.gpu.top-2025.03.15 (already installed)
+==============================================================================


---------Enabling Intel Kernel Module----------

------Something went wrong! Can't enable-------
----Intel Kernel Module, removing package!-----
No such package: intel-gpu-top-2025.03.15. Can't remove.
plugin: run failed: '/bin/bash' returned 1
Executing hook script: post_plugin_checks

How can I further investigate the failure cause? I do not see the package in /boot/config/plugins.

It's very possible that it's an issue with my BIOS. I have tried several things in configuring the IGP. I boot with a monitor connected.

I basically just want to setup QSV. So far I'm able to confirm the PCI device exists

root@Tower:~# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] (rev 04)

However, I don't have a /dev/dri and i915 module fails to load

root@Tower:~# modprobe i915
modprobe: ERROR: could not insert 'i915': No such device

I hope some of this makes sense and someone could send me on the good path to hw accel

tower-diagnostics-20250608-1047.zip

Solved by yan

  • Author
  • Solution

TLDR: fixed by removing nomodeset in syslinux.cfg

I dived into the .plg file and I saw better what's going on. The first check of lspci -nn | grep -E "VGA compatible controller|Display controller" | grep "Intel" [...]

worked fine and returned the device address (a780).

From System Devices info:

<td title="00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] (rev 04) (prog-if 00 [VGA controller])
	DeviceName: Onboard - Video
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7e06
	Flags: bus master, fast devsel, latency 0, IRQ 255, IOMMU group 0
	Memory at 71000000 (64-bit, non-prefetchable) [size=16M]
	Memory at 80000000 (64-bit, prefetchable) [size=256M]
	I/O ports at 4000 [size=64]
	Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
	Capabilities: [40] Vendor Specific Information: Len=0c &lt;?&gt;
	Capabilities: [70] Express Root Complex Integrated Endpoint, IntMsgNum 0
	Capabilities: [ac] MSI: Enable- Count=1/1 Maskable+ 64bit-
	Capabilities: [d0] Power Management version 2
	Capabilities: [100] Process Address Space ID (PASID)
	Capabilities: [200] Address Translation Service (ATS)
	Capabilities: [300] Page Request Interface (PRI)
	Capabilities: [320] Single Root I/O Virtualization (SR-IOV)
	Kernel modules: i915, xe
">[8086:a780] 00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] (rev 04)</td>

But it's the subsequent modprobe i915 that kept failing. No blacklisted items, no more vfio bind were present.

I suspect the nomodeset was there from earlier when I was trying to passthrough the graphics card to a VM.

Anyway loading i915 is not my end goal but at least I have /dev/dri that I can now map to docker container.

  • 6 months later...

Thanks for the post. This was exactly my problem.

I had added nomodeset to syslinux.cfg when trying to get my iKVM console to stop blinking.

After I removed it my Sparkle Intel Arc A310 started working in Unraid.

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.