December 17, 20241 yr 6 hours ago, J05u said: How did you managed this to work? Want to bring my core ultra igpu to life My unraid version is 7.0-beta2, maybe this method works on 7.0-rc1. I didn't fully tested so you should backup boot drive first. Enter termial, then type lspci -nn to get PCI ID 03:00.0 VGA compatible controller [0300]: Intel Corporation DG1 [Iris Xe Graphics] [8086:4908] (rev 01) Then type those command: vi /boot/config/modprobe.d/i915.conf option i915 force_probe=!4908 (change to your pcie id, "!" is needed) save the file, then: vi /boot/config/modprobe.d/xe.conf options xe force_probe=4908 (change to your pcie id) then reboot. After that, intel_gpu_top is didn't work, but you can see /dev/dri folder isn't empty and hardware transcoding works fine. more details: https://wiki.archlinux.org/title/Intel_graphics
December 17, 20241 yr Community Expert 7 hours ago, NatureChan said: My unraid version is 7.0-beta2, maybe this method works on 7.0-rc1. I didn't fully tested so you should backup boot drive first. Enter termial, then type lspci -nn to get PCI ID 03:00.0 VGA compatible controller [0300]: Intel Corporation DG1 [Iris Xe Graphics] [8086:4908] (rev 01) Then type those command: vi /boot/config/modprobe.d/i915.conf option i915 force_probe=!4908 (change to your pcie id, "!" is needed) save the file, then: vi /boot/config/modprobe.d/xe.conf options xe force_probe=4908 (change to your pcie id) then reboot. After that, intel_gpu_top is didn't work, but you can see /dev/dri folder isn't empty and hardware transcoding works fine. more details: https://wiki.archlinux.org/title/Intel_graphics Kernel was downgraded so this XE driver is not in the current rcs
December 18, 20241 yr Community Expert 6 hours ago, SimonF said: Kernel was downgraded so this XE driver is not in the current rcs So i'm not crazy! It was there during beta and was removed.
December 18, 20241 yr Community Expert 6 hours ago, MowMdown said: So i'm not crazy! It was there during beta and was removed. Yes beta had kernel 6.8 and went eol so was changed to 6.6 lts
December 18, 20241 yr 7 hours ago, SimonF said: Yes beta had kernel 6.8 and went eol so was changed to 6.6 lts Do we have some plan for xe graphics? Downgrade to 7.0beta is a temporary solution, I still need move to 7.0 stable version in future.
December 18, 20241 yr I believe the plan is for them to upgrade to kernel 6.12 (lts) once zfs supports it.
December 18, 20241 yr Community Expert 2 hours ago, NatureChan said: Do we have some plan for xe graphics? Downgrade to 7.0beta is a temporary solution, I still need move to 7.0 stable version in future. I suspect 7 will release with kernel 6.6 but may change. I would expect 6.12 in the next release You maybe be able to get a custom kernel one 7 is stable.
December 21, 20241 yr Community Expert 4 hours ago, J05u said: We have kernel 6.6.66, should core Ultra Igpu working with ARC gpu? Not if it needs the new XE driver which is not in the kernel until 6.8, can you provide lspci -mnn | grep VGA so we can check which kernel the device is supported in.
December 22, 20241 yr 17 hours ago, SimonF said: Not if it needs the new XE driver which is not in the kernel until 6.8, can you provide lspci -mnn | grep VGA so we can check which kernel the device is supported in. This is my output 00:02.0 "VGA compatible controller [0300]" "Intel Corporation [8086]" "Arrow Lake-S [Intel Graphics] [7d67]" -r06 -p00 "Micro-Star International Co., Ltd. [MSI] [1462]" "Device [7e32]" 80:14.5 "Non-VGA unclassified device [0000]" "Intel Corporation [8086]" "Device [7f2f]" -r10 -p00 "Micro-Star International Co., Ltd. [MSI] [1462]" "Device [7e32]" 84:00.0 "VGA compatible controller [0300]" "Intel Corporation [8086]" "DG2 [Arc A380] [56a5]" -r05 -p00 "Unknown vendor [172f]" "Device [3941]"
December 22, 20241 yr Community Expert 5 hours ago, J05u said: This is my output 00:02.0 "VGA compatible controller [0300]" "Intel Corporation [8086]" "Arrow Lake-S [Intel Graphics] [7d67]" -r06 -p00 "Micro-Star International Co., Ltd. [MSI] [1462]" "Device [7e32]" 80:14.5 "Non-VGA unclassified device [0000]" "Intel Corporation [8086]" "Device [7f2f]" -r10 -p00 "Micro-Star International Co., Ltd. [MSI] [1462]" "Device [7e32]" 84:00.0 "VGA compatible controller [0300]" "Intel Corporation [8086]" "DG2 [Arc A380] [56a5]" -r05 -p00 "Unknown vendor [172f]" "Device [3941]" Needs 6.7+ lkddb pci 8086 7d67 .... .... 03.... : CONFIG_DRM_I915 : drivers/gpu/drm/i915/i915_pci.c # in 6.7–6.12, 6.13-rc+HEAD
December 22, 20241 yr 5 hours ago, SimonF said: Needs 6.7+ lkddb pci 8086 7d67 .... .... 03.... : CONFIG_DRM_I915 : drivers/gpu/drm/i915/i915_pci.c # in 6.7–6.12, 6.13-rc+HEAD Need to wait
December 23, 20241 yr Community Expert 1 hour ago, PlanetDyna said: Someone got the new B580 working? I tried different kernel but nothing works. Did the XE driver show against the card? What does lspci -k show. You may have to modprobe on the i915 and XE one.
December 29, 20241 yr How long will it take to update to the 6.8 kernel? Currently, version 7.0 is still using the 6.6 kernel, while the Linux lts kernel has already reached 6.12, right? Edited December 29, 20241 yr by MateWii
December 29, 20241 yr Community Expert 5 minutes ago, MateWii said: How long will it take to update to the 6.8 kernel? Currently, version 7.0 is still using the 6.6 kernel, while the Linux lts kernel has already reached 6.12, right? 6.8 is eol. Not sure on time frames for 6.12
January 4, 20251 yr On 12/23/2024 at 11:36 AM, PlanetDyna said: Someone got the new B580 working? I tried different kernel but nothing works. did you try this GPU in VM? I bought it, but not sure if this will work
January 4, 20251 yr Community Expert 16 minutes ago, J05u said: did you try this GPU in VM? I bought it, but not sure if this will work Should work in a VM with the windows drivers. If Linux guest would need to be post 6.8 kernel ideally 6.12
January 8, 20251 yr I am thinking about getting a B580 to run with my Windows VM. Is it possible to set it to a low power state when the VM is not running, like with the Nvidia powersave script from SpaceinvaderOne? I am concerned about a high idle power usage. Edit: I guess I am talking about ASPM. Edited January 8, 20251 yr by Klench
January 12, 20251 yr I have my Ultra 7 265K iGPU working with the Unraid 7 release with a custom kernel 6.12.9. I assume this would work with the Arc GPUs as well. It transcodes with my Jellyfin docker on stable, but need the beta version of Emby. I used this guide https://gitlab.com/stefan99353/unraid-custom-kernel/-/blob/main/README.md but used kernel 6.12.9 and Unraid 7 release. It took a bit to get everything to compile, but it all seems to be working. If anyone wants the updated files to try let me know. NO WARRANTY or promises of course and I believe you can't use it if you use ZFS. Now that it's compiled it's pretty easy to try, just drop the files on your boot USB drive replacing what's there and boot up. Save the original files first and you can revert back if there's an issue.
January 14, 20251 yr On 1/13/2025 at 3:21 AM, FadedSun said: I have my Ultra 7 265K iGPU working with the Unraid 7 release with a custom kernel 6.12.9. I assume this would work with the Arc GPUs as well. It transcodes with my Jellyfin docker on stable, but need the beta version of Emby. I used this guide https://gitlab.com/stefan99353/unraid-custom-kernel/-/blob/main/README.md but used kernel 6.12.9 and Unraid 7 release. It took a bit to get everything to compile, but it all seems to be working. If anyone wants the updated files to try let me know. NO WARRANTY or promises of course and I believe you can't use it if you use ZFS. Now that it's compiled it's pretty easy to try, just drop the files on your boot USB drive replacing what's there and boot up. Save the original files first and you can revert back if there's an issue. nice job! I really want to give it a try, but there's one issue: my pool device is ZFS and specifically set up for Docker. Do I have to change the ZFS format?
January 14, 20251 yr 9 hours ago, MateWii said: nice job! I really want to give it a try, but there's one issue: my pool device is ZFS and specifically set up for Docker. Do I have to change the ZFS format? I'll be honest, I'm not sure. I've heard that ZFS support lagging behind on kernels is likely why Unraid 7 stuck with 6.6. I'm just passing along warnings I've read while researching getting my iGPU working, I don't want to break your unraid with my build. Maybe someone else can chime in with more info. I can send you the files to try if you'd like, but I'd make extra sure you have backups; particularly of the cache drive. When I had a failed kernel build I just had to put the old kernel back to fix my Unraid, but I can't promise all failure modes will be that simple.
January 14, 20251 yr 46 minutes ago, FadedSun said: I'll be honest, I'm not sure. I've heard that ZFS support lagging behind on kernels is likely why Unraid 7 stuck with 6.6. I'm just passing along warnings I've read while researching getting my iGPU working, I don't want to break your unraid with my build. Maybe someone else can chime in with more info. I can send you the files to try if you'd like, but I'd make extra sure you have backups; particularly of the cache drive. When I had a failed kernel build I just had to put the old kernel back to fix my Unraid, but I can't promise all failure modes will be that simple. Don't worry, my Unraid machine only runs a few Docker containers, all of which are backed up. The data and files are stored on my Synology NAS.
January 14, 20251 yr 49 minutes ago, MateWii said: Don't worry, my Unraid machine only runs a few Docker containers, all of which are backed up. The data and files are stored on my Synology NAS. Message Sent with link to files.
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.