Jump to content

GreySyntax

Members
  • Posts

    18
  • Joined

  • Last visited

Report Comments posted by GreySyntax

  1. 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.

  2. 12 hours ago, limetech said:

    We can easily add that patch to 4.19, but what do you mean by this?

    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. ☹️

    • Upvote 2
  3. 1 hour ago, limetech said:

    We can easily add that patch to 4.19, but what do you mean by this?

    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.

  4. 2 hours ago, Dazog said:

    https://www.phoronix.com/scan.php?page=news_item&px=Intel-DRM-Linux-4.19-Final

     

    Says it landed in 4.19.

     

    Your saying it doesn't work?

     

    If so Intel may have pushed more bits in 4.20.

    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
    

     

    3 hours ago, limetech said:

    What do you mean by "updated drm"?  drm is part of the kernel, I don't believe it can be "updated" stand-alone.

    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.

  5. 17 hours ago, limetech said:

    Honestly, considering the issues moving to 4.19, looks like Unraid 6.7.0 'stable' will remain on the 4.19 kernel, which btw, is a "long term support" kernel.  For Unraid 6.8 we'll probably skip 4.20 and move right to 5.0.

     

    I know this is not what you were hoping for, but to continue the -rc series on a new kernel is not something we're looking forward to for 6.7 release.

    If that’s the case would it be possible to get an updated drm to support newer i915 GPUs (9900k)?

×
×
  • Create New...