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.

always67

Members
  • Joined

  • Last visited

Everything posted by always67

  1. https://forums.unraid.net/topic/121267-11代cpu-n6005-610-rc3-docker硬解的正确打开方式?(解决了!!!)/
  2. 你查一下5105的GPU型号,跟6005的还是有点不一样的
  3. docker版的CUPS也有差不多的问题,打印机休眠之后,需要重启docker容器才能识别打印机,有没有脚本可以控制一下识别打印机插入后,自动重启CUPS的docker?
  4. 找到原因了,6.10 RC 使用的5.15内核,GUC/HUC没法开启,因此像N6005,5105,5095这样需要开启Low power mod的Jasper Lake,暂时不能用硬解。需要等到6.11 RC启用5.16内核才行,或者就用6.9.2,缺点是不能使用Windows 11 虚拟机
  5. I found this, has anyone been able to compile the 5.18 kernel for 6.10 RC? https://github.com/thor2002ro/unraid_kernel
  6. Nothing changes. It seems 6.11 RC is the only way
  7. I found the reason,but no solution https://gitlab.freedesktop.org/drm/intel/-/issues/4067
  8. 'The kernel parameter i915.enable_guc=2 must be added to the Linux hw decode of all Jasper Lake processors, because the VME of this processor has been castrated and can only do EncSliceLP encoding in VAAPI. If you don't add it, you can't do rate control. In addition, linux-firmware must not be missing.Several of QNAP's new cameras are crippled because of lack of firmware.' I found this passage on the forum, is the linux firmware for unraid 6.10 rc missing?
  9. I have a N6005 CPU(JasperLake)and GUC or HUC must be enabled for HW Transcoding. On 6.9.2 I can enable GUC and HUC by adding ‘i915.force_probe=4e71 i915.enable_guc=2’ in syslinux.config. However all methods failed on 6.10.0 RC Is there any possibility that to enable GUC and HUC on 6.10.0 RC for JasperLake
  10. This is the most important place, on 6.9.2 I can enable GUC and HUC by adding ‘i915.force_probe=4e71 i915.enable_guc=2’ in /boot/config/modprobe.d/i915.cfg however all methods fail on 6.10
  11. forgive my ignorance.Too many people pay attention to the 12th generation,I can't find information about the 11th generation. And Jasperlake's GPU is actually same as Comet Lake
  12. Maybe I can simply replace the 6.9.2 driver with the 6.10 RC?
  13. root@unraid:~# ls /lib/firmware/i915 (RC 4) adlp_dmc_ver2_10.bin cml_huc_4.0.0.bin icl_dmc_ver1_09.bin skl_dmc_ver1_27.bin adlp_guc_62.0.3.bin dg1_dmc_ver2_02.bin icl_guc_62.0.0.bin skl_guc_62.0.0.bin adls_dmc_ver2_01.bin ehl_guc_62.0.0.bin icl_huc_9.0.0.bin skl_huc_2.0.0.bin bxt_dmc_ver1_07.bin ehl_huc_9.0.0.bin kbl_dmc_ver1_04.bin tgl_dmc_ver2_12.bin bxt_guc_62.0.0.bin glk_dmc_ver1_04.bin kbl_guc_62.0.0.bin tgl_guc_62.0.0.bin bxt_huc_2.0.0.bin glk_guc_62.0.0.bin kbl_huc_4.0.0.bin tgl_huc_7.9.3.bin cml_guc_62.0.0.bin glk_huc_4.0.0.bin rkl_dmc_ver2_03.bin root@unraid:~# ls /lib/firmware/i915 (6.9.2) bxt_dmc_ver1_07.bin cml_huc_4.0.0.bin glk_dmc_ver1_04.bin icl_guc_33.0.0.bin kbl_huc_4.0.0.bin skl_huc_2.0.0.bin bxt_guc_33.0.0.bin cnl_dmc_ver1_07.bin glk_guc_33.0.0.bin icl_huc_9.0.0.bin rkl_dmc_ver2_02.bin tgl_dmc_ver2_08.bin bxt_huc_2.0.0.bin ehl_guc_33.0.4.bin glk_huc_4.0.0.bin kbl_dmc_ver1_04.bin skl_dmc_ver1_27.bin tgl_guc_35.2.0.bin cml_guc_33.0.0.bin ehl_huc_9.0.0.bin icl_dmc_ver1_09.bin kbl_guc_33.0.0.bin skl_guc_33.0.0.bin tgl_huc_7.5.0.bin
  14. Please wait a moment, I will upgrade the system right away. I have to say that the unraid upgrade/downgrade system is very convenient
  15. Hi @ich777 After many attempts and analysis, I think the reason why 6.10 rc cannot hardware decode is that HUC cannot be enabled. Whether adding i915.enable_guc=2/3 in syslinux.cfg or adding options i915 enable_guc=2 in modprobe.d/i915.conf, the system log always showed ‘Apr 20 06:35:26 unraid kernel: i915 0000:00:02.0: GuC initialization failed -110 Apr 20 06:35:26 unraid kernel: i915 0000:00:02.0: Enabling uc failed (-5) Apr 20 06:35:26 unraid kernel: i915 0000:00:02.0: Failed to initialize GPU, declaring it wedged! Apr 20 06:35:26 unraid kernel: i915 0000:00:02.0: [drm:add_taint_for_CI [i915]] CI tainted:0x9 by intel_gt_init+0x22a/0x242 [i915]’ However,when I came back to 6.9.2, I can see ‘Apr 21 05:18:12 unraid kernel: i915 0000:00:02.0: [drm] GuC firmware i915/ehl_guc_33.0.4.bin version 33.0 submission:disabled’ ’Apr 21 05:18:12 unraid kernel: i915 0000:00:02.0: [drm] HuC firmware i915/ehl_huc_9.0.0.bin version 9.0 authenticated:yes‘ then,the HW decode works fine
  16. FYI: I have HW transcoding working on 6.9.2 by vi /boot/config/modprobe.d/i915.conf options i915 force_probe=4e71 options i915 enable_guc=2 modprobe i915 if I only use intel_gpu_top,it wont have HW Transcoding. And on 6.10 rc4,by echo "blacklist i915" > /boot/config/modprobe.d/i915.conf i915.enable_guc=3 in syslinux.conf the system cant initialize GPU (emby does the same) I have read the system logs 'Apr 20 06:43:24 unraid kernel: i915 0000:00:02.0: GuC initialization failed -110 Apr 20 06:43:24 unraid kernel: i915 0000:00:02.0: Enabling uc failed (-5) Apr 20 06:43:24 unraid kernel: i915 0000:00:02.0: Failed to initialize GPU, declaring it wedged! Apr 20 06:43:24 unraid kernel: i915 0000:00:02.0: [drm:add_taint_for_CI [i915]] CI tainted:0x9 by intel_gt_init+0x22a/0x242 [i915]' sorry for taking up so much of your time If it is a kernel problem I will go back to 6.9.2 after many tries unraid-diagnostics-20220420-2146.zip unraid-diagnostics-20220420-2139.zip
  17. here is my emby logs ffmpeg-transcode-23cdae61-17c8-4cd4-950f-e7be3bbcadbd_1.txt embyserver.txt ffmpeg-transcode-23cdae61-17c8-4cd4-950f-e7be3bbcadbd_1graph.txt
  18. What confuses me is that it works fine on 6.9.2
  19. with echo "blacklist i915" > /boot/config/modprobe.d/i915.conf and reboot ,still with no luck unraid-diagnostics-20220420-1637.zip
  20. thanks for your help, now I have only Intel GPU TOP installed,but still not work. I will try connect my monitor later. unraid-diagnostics-20220420-1530.zip
  21. here is my Diagnostics unraid-diagnostics-with blacklist i915 and intel_gpu_top.zip unraid-diagnostics-with force_probe=4e71 enable_guc=2 in boot config modprobe.di915.conf.zip unraid-diagnostics-without any config.zip

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.