chvb

Members
  • Posts

    126
  • Joined

  • Last visited

Posts posted by chvb

  1. For the DVBLink Docker you can now use a Softcam on a Intel System.

    I've tested it and it works well!

     

     

    Starting from build 14061/14072/14073 (depending on the platform - viewtopic.php?f=55&t=31285) DVBLink TVSource supports new plugin interface, called mdjapi. The plugins are only supported on intel-based platforms - e.g. Windows, Ubuntu, MacOS, all intel-based NAS models.

    The plugin spec comes from the original acamd author and was recently published here (spec is in English, site is in Dutch):
    https://www.sat4all.com/forums/topic/23 ... &p=2430476

    Another group of developers was working on the implementation of mdjapi for DVBLink. I have seen the pre-built binaries on a filedrop site at the following link (I do not know how long they will stay there):
    http://dropmefiles.com/B47VM

    The plugins have to be put into <dvblink share directory>/mirror/sources/<your tvsource source>/plugins.
     

  2. Here it goes!

     

    Added to "/boot/config/go" (very first lines):

    modprobe i915

    chmod 777 /dev/dri/*

     

    Then to the Plex docker config:

     

    Extra Parameters: "--device /dev/dri:/dev/dri"

    Version: "----"

     

    Hth,

    anthonws.

     

    Many thanks for this!!!

    This should also working for Emby Docker.

    I will test this.  :)

     

     

    --------------------------

    EDIT

     

    a great feature! Thanks Limetech for adding the i915 CONFIG to the kernel.

     

  3. Hey,

     

    normally you don't have to dump your BIOS from your Geforce GTX Card.

    Your CPU has a GPU build in.

     

    - Go to your BIOS and check, if your iGPU is activated

    - check in your BIOS that the Grafic init is set to your iGPU

    - Boot your System. The Console should show with your iGPU

     

    Now you can passthrough your Geforce Card without any Problems!

  4. ok, added the blacklist modprobe ... and now intel audio seems to work.

     

    what should i watch for if this "hack" is not good for anything else ... actually my group is looking like before

     

    IOMMU group 12

    00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller [8086:a145] (rev 31)

    00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-H PMC [8086:a121] (rev 31)

    00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD Audio [8086:a170] (rev 31)

    00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] (rev 31)

     

    so this modprobe.blacklist in combination with PCIe override does what ? ignore the group and use it anyway ?

    and if its the group, may i ask why memory controller and ISA bridge doesnt affect this ?

     

    just trying to understand the system behind it ;) and look if this fix breaks something else ... thanks ahead

     

     

    ### i turned PCIe override now off to see if that makes any difference and no, also working with modprobe only and PCIe override off ... so i rather keep it off i assume ?

     

    hey,

     

    thanks for this solution. I've tested this with my skylake server.

    it's working.

     

    Thanks.

  5. at the moment the way to go is the use of a vm machine.

    When you have a skylake cpu you can install a ubuntu 16.04 vm and passthrough your intel gpu.

     

    You have to use the unraid 6.3 RC Version. In Emby you have to set Vaapi transcoding.

    That solution works.