June 8, 20251 yr 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_checksHow 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 existsroot@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 loadroot@Tower:~# modprobe i915 modprobe: ERROR: could not insert 'i915': No such deviceI hope some of this makes sense and someone could send me on the good path to hw acceltower-diagnostics-20250608-1047.zip
June 10, 20251 yr Author Solution TLDR: fixed by removing nomodeset in syslinux.cfgI 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 <?> 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.
December 29, 2025Dec 29 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.