Jump to content

mikeyosm

Members
  • Posts

    646
  • Joined

  • Last visited

Posts posted by mikeyosm

  1. Just setup UNRAID on the W680M variant and a 14700 CPU.

    Unfortunately I'm having issues with getting the iGPU to show up in Intel_GPU_top / GPU stats and also not showing available in Plex for H/W transcoding.

    The iGPU is set to primary display and is the only display present (as well as the ASPEED). Tried with/without dummy plug, same problem.

     

    Has anyone successfuly managed to the iGPU to work properly under 14gen Intel and this Asus motherboard?

  2. On 11/21/2023 at 6:54 PM, tfeld63 said:

    I was recently look into moving my server from a old dell with a 3570, to a up to date intel build.  The original plan was to go with a 13500 and DDR5 motherboard (need UHD 770), but Newegg had a bundle with a 14700k that was cheaper than my original plan.  My question is with the CPU being so new, should there be compatibility problems with Unraid and Plex?

     

    Here's the parts

     

    ROG strix Z790-h

    https://rog.asus.com/us/motherboards/rog-strix/rog-strix-z790-h-gaming-wifi-model/

     

    intel 14700k

    https://www.intel.com/content/www/us/en/products/sku/236783/intel-core-i7-processor-14700k-33m-cache-up-to-5-60-ghz/specifications.html

     

    32 GB DDR 6000

    https://www.gskill.com/product/165/377/1664845977/F5-6000J3636F16GX2-RS5K

    I just built a system with the 14700 CPU, unfortunately I am unable to get the iGPU to show up in plex. Did you end up buying the parts and trying it in UNRAID?

  3. 17 hours ago, SimonF said:

    Do you get any messages?

     

    root@computenode:~# dmesg |grep i915
    [   50.985890] i915 0000:00:02.0: [drm] VT-d active for gfx access
    [   50.985939] i915 0000:00:02.0: [drm] Using Transparent Hugepages
    [   50.986572] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
    [   50.992549] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
    [   51.021951] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.13.1
    [   51.021955] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
    [   51.035422] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
    [   51.035427] i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
    [   51.035429] i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
    [   51.036259] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
    [   52.537318] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
    [   52.539040] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
    [   52.539530] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
    [   52.539600] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
    [   52.674124] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
    [   52.677122] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])

    ~# dmesg |grep i915
    [    8.365381] i915 0000:00:02.0: [drm] VT-d active for gfx access
    [    8.376517]  i915_driver_probe+0x83f/0xc11 [i915]
    [    8.383725]  i915_init+0x1f/0x7f [i915]
    [    8.391432] Modules linked in: x86_pkg_temp_thermal intel_powerclamp coretemp i915(+) kvm_intel kvm crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel sha512_ssse3 sha256_ssse3 ast sha1_ssse3 iosf_mbi drm_vram_helper drm_buddy aesni_intel i2c_algo_bit drm_ttm_helper drm_display_helper crypto_simd ttm cryptd drm_kms_helper rapl intel_cstate mei_hdcp mei_pxp drm i2c_i801 intel_gtt tpm_crb ipmi_ssif nvme i2c_smbus wmi_bmof tpm_tis ahci mei_me intel_uncore agpgart cdc_ether syscopyarea sr_mod input_leds sysfillrect usbnet video sysimgblt acpi_ipmi i2c_core igc joydev led_class cdrom mei nvme_core mii libahci corsair_psu vmd fb_sys_fops thermal fan tpm_tis_core wmi ipmi_si tpm backlight intel_pmc_core acpi_pad acpi_tad button unix

     

     

    ~# intel_gpu_top
    No device filter specified and no discrete/integrated i915 devices found

     

     

    SYSLOG---

     

    image.thumb.png.02bfcbd60a7c2b597535b6e846868950.png

  4. 1 minute ago, ich777 said:

    I think the Kernel doesn‘t support your 14700, you have to wait for a new RC/beta version with a higher Kernel than 6.1.x

    Bugger, also noticed that Plex doesnt see the iGPU for transcoding 😞 

  5. On 1/25/2024 at 1:51 PM, mavrrick said:

    I tried the precompiled kernals from the links in that reddit post and it didn't work and nothing changed. I tried both the 6.6.9 and 6.7.0 kernals.

     

    Hopefully when the official release is done whatever work is completed will fix it, but the lack of results with that gave me a l little pause. Hopefully that is all that is needed and nothing else.

    The 6.8rc3 and rc4 kernels enable nested virtualisation, tested and it works.

  6. 50 minutes ago, itimpi said:

    You do not actually have to write a plugin!    You can just create a folder on the flash drive under config/plugins and put the .page file there.  A plugin is just a convenient way of packaging such files for others, and also allows for loading any software components that might be required to support the tile.

    OK, makes sense. All I want is a tile that enables me to display remote SMART stats from other servers on my network and refresh every 5s

    In terms of layout it should look something like the UPS tile below. Figured that having a blank tile with options to add an icon, title, resizable columns and rows would simplify the whole design process.image.png.5e8071b841f36fa3b5d99c8d08b47b8e.png

  7. 15 hours ago, itimpi said:

    Plugins can already add tiles, so I see no reason you should not be able to do this by using the same technique that they use.

    Yep, I know this, however, you need to develop your own plugin to add a tile which in my mind is more difficult than having an 'add tile' option and being able to edit it.

  8. One of the features that brings me back to UNRAID is the fantastic dashboard with the multitude of tiles available OOTB and via plugins.

    I would really like to see the option of creating your own custom tile. I have some use-cases where by using a combination of APIs, SMART tools, I could add my own stats from other machines/apps.

  9. Hi

     

    I am experimenting with a RAID 0 ZFS pool and getting odd read/write stats.

    I created a pool with 2 x WD black nvme PCIe 4.0 2tb drives in RAID 0.

    Running dd on the ZFS share gives me around 3GB/s. I am expecting closer to 10GB/s given both drives are in RAID 0 effectively doubling the speed no? The drives are rated at 5GB/s write and I get that on a single drive. Is there some tuning I need to do?

  10. Is it possible to manually install the nvidia driver if we're using a custom kernel i.e 6.7.3?

    I am experimenting with thors' custom linux kernels but I can't install the nvidia plugin/driver through CA for obvious reasons. If possible, please detail how. Thanks. 

  11. On 8/14/2023 at 7:33 PM, KooKoo102 said:

    No... this is still an issue, and a very annoying one. both systems are up and running. one is my main plex server with all its content. 90% of its purpose is Plex. it still has the same issues described in the original post. not being able to 100% (or 99%) utilize the iGPU... transcoder information does not show up in the "intel_gpu_top" information. I had to stop focusing on this system to build the other 13900K system. The other is built to handle a lot.. backups, game servers, VMs, (non- transcoding) 4K Plex server, TDARR, and many other things. for the time while TDARR gets caught up with all my TV episodes, I have my last gaming PC CPU (8700K) also crunching some frames. the odd thing is the iGPU in the 8700k is outperforming the 13900K... I would see them both working and while I understand that the files need to be exactly the same to get an accurate comparison... the 8700k is ALWAYS processing more frames. I have both the 13900K and the 8700K processing 4 videos at a time. What is funny... 8700k system shows to be running correctly. when i bring up "intel_gpu_top" on both systems... I get the correct information on the 8700k showing transcode info and iGPU at 100%.... while the 13900K does not show transcode and will never go above 96%.

    Long story short... both my 13900K systems are not running at full potential and I have no idea why. whatever is causing this issue is allowing my 8700k to essentially outperform my 13900k in TDARR. I wish this would get more attention.

     

    I added the snap shot of both ( 13900k on the left, 8700k on the right)

    image.thumb.png.5fe1d6c33210eedec01648fdc91e4dd1.png

    Did you ever fix this? I am about to splash out on a 14700K but want to make sure that plex etc work properly before I do.

  12. 5 hours ago, mavrrick said:

    I tried the precompiled kernals from the links in that reddit post and it didn't work and nothing changed. I tried both the 6.6.9 and 6.7.0 kernals.

     

    Hopefully when the official release is done whatever work is completed will fix it, but the lack of results with that gave me a l little pause. Hopefully that is all that is needed and nothing else.

    That's good to know and saved me alot of time testing against my x570 3950x unraid host. Looks like Intel is the safest way for the moment but I hit a snag on my z490d4u 11900k build. I can passthrough my tesla p4 gpu to a nested vm in esxi 8 but vgpu psods the esxi host. No matter what I try, the same result. Seems vgpu passthrough is not working but direct gpu passthrough does. 

  13. 56 minutes ago, mavrrick said:

    It looks like getting Kernel 6.5 or greater is actually is being discussed on reddit here. The first response links to a walkthrough that discusses how to apply the kernel change with a link to compiled kernels. Looks like the last release is actually on kernel 6.7. Think I will try the 6.6.9 kernel version and see how it goes.

     

    It would be nice if we could get a moderator or someone to look at this and see about getting this into the regular build before to long if this works. 

    I managed to get nested esxi 8 working on my Intel 11th gen with 6.12.6. Waiting for UNRAID 6.13 with newer kernel before trying on my X570 board.

    One major issue I have with the Intel is that when I passthrough my Telsa P4 to ESXI and power on a VM, the ESXi host PSODs. 

    I am using the following qemu arg in my ESXi template.

     

      <qemu:commandline>
        <qemu:arg value='-machine'/>
        <qemu:arg value='kernel-irqchip=split'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='intel-iommu,intremap=on,caching-mode=on'/>
      </qemu:commandline>

     

    If I dont use this, ESXi does not detect vt-d IOMMU correctly and none of the passed through devices are selectable.

  14. Just now, dlandon said:

    I need more information than what you've given.  What does it mean that you can't access some of your shares?  Show a screen shot.

    Only UD shares I cant access. UNRAID array shares are OK. All I did was update the plugin. I cannot access UD shares remotely (from a windows or linux pc). I try and click a folder and nothing happens like it's a permissions issue.

×
×
  • Create New...