Is Intel Gen10 supported?


Recommended Posts

On 11/20/2020 at 8:11 AM, konaboy said:

Shows same vainfo output you are getting:

https://discordapp.com/channels/623392507828371476/623799920574595092/748901930444783706

 

And what the fix [probably] is - both my update, and a followon from user ProZach in Discord:

https://discordapp.com/channels/623392507828371476/623799920574595092/748901930444783706

Would you mind posting what the suggested fix was?  I don't believe we have access to that channel.

Link to comment
20 minutes ago, dglb99 said:

Would you mind posting what the suggested fix was?  I don't believe we have access to that channel.

 

In my case, what was installed in the docker container was the 'libva-intel-driver' (i965).   And for 10th gen processors, what is needed is the 'intel-media-driver' (iHD) for Broadwell and above Intel cores.     See this page: https://wiki.archlinux.org/index.php/Hardware_video_acceleration#Configuring_VA-API  for reference to the two intel graphics drivers.  The suggested fix was to use the intel-media-driver.   

 

This is the driver needed: https://github.com/intel/media-driver .     I had a tough time figuring out how to get this into a docker container, so I ended up moving over to doing what I wanted on a Windows VM, and built my own ffmpeg.exe with media-autobuild_suite on github.        

 

Here's one more link I just found https://www.reddit.com/r/Tdarr/comments/hy7slr/use_i965_hw_encodingdecoding_driver_instead_of_ihd/   It's sort of the opposite of what we need, but it may help in figuring out what to do.

 

Link to comment
On 2/3/2021 at 12:46 AM, dglb99 said:

Just wanted to add another report of /dev/dri showing up but VAAPI not being accessed inside the docker containers with my i5 10400.  I plan on trying to get the new intel media-driver working once I get a chance.

What is the max temp you see on your chip, passing all 6c/12t to a windows vm running cinebench I see low 50's . I am not sure if my sensor readings are wrong or if something else is going on.

Link to comment
On 2/6/2021 at 10:04 AM, LushFire said:

What is the max temp you see on your chip, passing all 6c/12t to a windows vm running cinebench I see low 50's . I am not sure if my sensor readings are wrong or if something else is going on.

I get to the low 60 degrees C under load.  Low 50's is fine I wouldn't worry about it.

Link to comment
  • 2 weeks later...
On 6/1/2020 at 1:06 PM, keiser said:

Hey folks, just built my first Unraid box with an Intel 10700K, ASUS TUF GAMING Z490-PLUS mobo, 4x WD Elements 8TB, 64 GB RAM (Ballistix Sport LT 16GB x4).

 

I had some issues getting up and running, neither my mobo onboard NIC nor my USB-C ethernet adapter would work. Only way I could get online was with a super old USB-A 2.0 100 Mbps ethernet adapter. Ordered a USB-A gigabit adapter to see if that works. I also have an ethernet card lying around here somewhere and I may just slap that in, too. I hear the onboard NIC may just start working with the new kernel so I'm not terribly worried about it.

 

Drives all came up fine, just had to format them. Got the Unassigned Devices/Plus plugins working, got drives all sorted out, assigned to array, everything functional there. Already transferring data from backup drives.

 

I've tried enabling the onboard iGPU so I can run Plex on Docker. No dice.

 

BIOS is set to use the CPU GFX.

 

Go script:


#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &

modprobe i915
chmod -R 777 /dev/dri

syslinux.cfg:


default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label Unraid OS
  menu default
  kernel /bzimage
  append initrd=/bzroot i915.alpha_support=1
label Unraid OS GUI Mode
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui i915.alpha_support=1
label Unraid OS Safe Mode (no plugins, no GUI)
  kernel /bzimage
  append initrd=/bzroot unraidsafemode
label Unraid OS GUI Safe Mode (no plugins)
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui unraidsafemode
label Memtest86+
  kernel /memtest

Appears to show up, but /dev/dri never appears.


root@KeiserUnraid:~# lsmod | grep i915
i915                 1351680  0
i2c_algo_bit           16384  1 i915
iosf_mbi               16384  1 i915
drm_kms_helper        135168  1 i915
drm                   348160  2 drm_kms_helper,i915
intel_gtt              20480  1 i915
i2c_core               40960  4 drm_kms_helper,i2c_algo_bit,i915,drm
video                  40960  1 i915
backlight              16384  2 video,i915
root@KeiserUnraid:~# chmod 777 /dev/dri
chmod: cannot access '/dev/dri': No such file or directory

 

You got this working?  I have same MOBO but with B460 chipset and i had to use 6.9.rc2 for it to recognize my onboard NIC.

Link to comment

I am glad I found this thread. I was going to a new build and was considering the i5-10400 chip. Is there a motherboard that is suggested that would work? Looking to hook up a LSI LBA card to connect 8 drives.  Please suggest which mobo/chipset to pick up and unraid support issues that I might encounter

 

 

 

 

Link to comment
  • 5 months later...

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.