Jump to content

SeanGoneWild

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by SeanGoneWild

  1. On 8/20/2019 at 3:49 PM, ken-ji said:

    It should be like this. You want modules loaded (and permissions changed) before the array is started (which will then start dockers and VMs)

    
    #!/bin/bash
    # enable iGPU for docker use
    /sbin/modprobe i915
    chmod -R 0777 /dev/dri
    # Start the Management Utility
    /usr/local/sbin/emhttp &

    These are discussed in the varius plex/emby support threads

    Cheers  @ken-ji.

     

    Ammended my go file and rebooted my unraid server, it is now working correctly.

     

    Thanks,

    Sean

  2. Hey everyone,

     

    Basically I am trying to pass through the graphic driver to a docker to enable emby to access hardware accelleration.

    I have found some instuctions for plex that run a treat to get the driver to appear so it can be passed through, except it is does not retain after a reboot of the server.

     

    The instructions I had followed were: https://forums.unraid.net/topic/77943-guide-plex-hardware-acceleration-using-intel-quick-sync/

     

    There was a step to update the /boot/config/go file with the following at the end:

    modprobe i915

    chmod -R 777 /dev/dri

    My go file is as following:

    #!/bin/bash
    # Start the Management Utility
    /usr/local/sbin/emhttp &
    #Setup drivers for hardware transcoding in Emby
    modprobe i915
    chmod -R 777 /dev/dri/

     

    However this appear to not be running as the /dev/dri folder does not appear but sometimes does when the steps are running manually.

     

    Has this changes with the latest release of  unraid 6.7.2?

    Cheers,

    Sean

     

  3. I would also love to have iSCSI, as I find SMB and other network shares not fast enough for some games.

    I have been experimenting with my steam library, and would love to pair an iSCSI drive with some local caching like PrimoCache.

     

    Might try gridrunner's video as a starting point, but would love to see this integrated part of unRaid or a Docker application to reduce the overhead.

×
×
  • Create New...