GreySyntax

Members
  • Posts

    18
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

GreySyntax's Achievements

Noob

Noob (1/14)

6

Reputation

  1. Working well for me on Nvidia 6.8.2 great plugin 😊
  2. Working well for me thanks all for your hard work on this.
  3. Thanks for all the hard work updated and transcoding with plex is working a treat
  4. Working great for me on 6.8.0-rc3 amazing work as usual 😊
  5. All working for me, had some issues with megaraid_sas failing to load firmware but all fixed after reseating the card. WireGuard is also working a treat 😊 The new login screen seems to have some issues with mobile Safari - eg if I select logs or a anything that opens as a pop up it asks me to login again and send me to the home page.
  6. I think leaving it out is the best bet, thanks for being open to including it though
  7. After doing some more digging from what i can tell libva (ffmpeg, vainfo, intel_gpu_top) all fail to connect to the device, i've tried updating libva (and friends) but it seems something else is missing. Unfortunately it doesn't seem to be as simple as adding the missing chipset id. ☹️
  8. libva / vainfo is unable to open the device with an unknown error looks like it may be an issue with me using an outdated intel-vaapi-driver that needs a similar patch I'll dig further tonight.
  9. https://patchwork.kernel.org/patch/10555527/ edit: seems something isn’t happy in VA
  10. After applying the patch the i915 driver loads and /dev/dri is created. I’ll manually build the kernel for now until Unraid is using a newer kernel 😀
  11. Looking at 4.19.26 it seems the PCI ID for the 9900k is missing and was later added to 4.20 in the following patch. https://patchwork.kernel.org/patch/10555527/ https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/include/drm/i915_pciids.h?h=v4.19.26#n388 I'll have a go at applying the patch one evening this week root:/$ uname -s -r -v -p && lspci | grep 3e98; ls /dev/dri; modprobe i915; ls /dev/dri Linux 4.19.24-Unraid #1 SMP Thu Feb 21 11:37:54 PST 2019 Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz 00:02.0 VGA compatible controller: Intel Corporation Device 3e98 /bin/ls: cannot access '/dev/dri': No such file or directory /bin/ls: cannot access '/dev/dri': No such file or directory root:/$ dmesg | grep -A 4 -B 8 vga [ 2.507344] ACPI: PCI Interrupt Link [LNKA] (IRQs) *0 [ 2.507360] ACPI: PCI Interrupt Link [LNKB] (IRQs) *1 [ 2.507375] ACPI: PCI Interrupt Link [LNKC] (IRQs) *0 [ 2.507391] ACPI: PCI Interrupt Link [LNKD] (IRQs) *0 [ 2.507406] ACPI: PCI Interrupt Link [LNKE] (IRQs) *0 [ 2.507421] ACPI: PCI Interrupt Link [LNKF] (IRQs) *0 [ 2.507436] ACPI: PCI Interrupt Link [LNKG] (IRQs) *0 [ 2.507451] ACPI: PCI Interrupt Link [LNKH] (IRQs) *0 [ 2.507758] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 2.507758] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 2.507758] pci 0000:00:02.0: vgaarb: bridge control possible [ 2.507758] vgaarb: loaded [ 2.507758] SCSI subsystem initialized [ 2.507758] libata version 3.00 loaded. [ 2.507758] ACPI: bus type USB registered [ 2.507758] usbcore: registered new interface driver usbfs Apologies i was looking at the tags in the drm repo on freedesktop, and assumed they were also releasing them independently turns out that's for the user space component.
  12. If that’s the case would it be possible to get an updated drm to support newer i915 GPUs (9900k)?
  13. Looking at the changelogs the fix is still only in linux-next
  14. "In the Linux kernel through 4.20.10, af_alg_release() in crypto/af_alg.c neglects to set a NULL value for a certain structure member, which leads to a use-after-free in sockfs_setattr." https://nvd.nist.gov/vuln/detail/CVE-2019-8912 Details on impacted kernels: https://www.securityfocus.com/bid/107063
  15. I'm finding the WebUI much more responsive now after not visiting it for a few hours previously it would take a few seconds to respond. The check for docker updates also seems to be much quicker in this release.