zarroc24

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

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

zarroc24's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I want to pass it through to a windows VM for recording game play and streaming. I don't think unRaid needs drivers for it but for some reason the card is not fully passed to the windows vm. It looks as though only the audio portion of it makes it through which makes me think that a bug is present or the system is not sure how to handle a Non GPU card. I have very little experience with linux and unRaid so far has been amazing, I just want to fully utilize the hardware without having to boot into windows when i want to stream and lose access to all my data which is managed by unRaid. Is something like this available in unraid? http://lxr.free-electrons.com/source/drivers/pci/quirks.c From what i understand of the fix created by @tinimun on his github, https://gist.githubusercontent.com/numinit/40fc5ad96fd0990b0a63/raw/de80ac51ba846b733968ddcac56f71e4dc070206/0001-Add-quirks-for-Yuan-Yuan-Enterprises-capture-cards.patch what he is doing is edit the quicks file and adding a few extra lines that are needed to ensure the card works in Arch linux but i could be wrong.
  2. Is there a way to get support for the Elgato HD60 Pro PCI Capture Card in the next OS Release?
  3. I ran it again in the root directory of the Linux Kernel and nothing. This is driving me crazy because i am able to see the sound portion of the card in my windows VM but not the Capture Card portion of it. There has to be something in the background still keeping a hold of it somehow. I have looked at all the tutorials to pass through a pci device and nothing. I am really out of ideas here specially since Linux is new territory for me and so is unRAID.
  4. When i try to run your patch i get an error saying: Can't find file to patch at input line 15 Perhaps you used the wrong -p or --strip option? It gets to this part of the patch and the asks for file to patch: From b8425aaca49e8f88d114426626cd8266e1e37d34 Mon Sep 17 00:00:00 2001 From: Morgan Jones <[email protected]> Date: Sun, 13 Mar 2016 00:56:04 +0000 Subject: [PATCH] Add quirks for Yuan Yuan Enterprises capture cards --- drivers/pci/quirks.c | 7 +++++++ include/linux/pci_ids.h | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 7e32730..77d48d9 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c
  5. That is the exact same card i have, like i said before i would love to get it working without having to touch any coding specially since Linux is new territory for me. Did you see any obvious errors on my VM XML, or do you have some ideas of what i should try or how i should go about troubleshooting this problem. Thanks.
  6. Hey CHBMB, i have Unraid 6.3.3 and when i was talking about a kernel i was referring to a post from another member of the community. Here is the post link The problem i am having seems very similar to the one he had. Here is the current xml for my vm, i have the capture card passed to it but for some reason the video part of it doesn't pass through correctly. I know the card is working because once i boot into windows everything is perfect. Any help you can provide here will be greatly appreciated. <domain type='kvm'> <name>Gaming</name> <uuid></uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>12582912</memory> <currentMemory unit='KiB'>12582912</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='2'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='4'/> <vcpupin vcpu='4' cpuset='7'/> <vcpupin vcpu='5' cpuset='8'/> <vcpupin vcpu='6' cpuset='9'/> <vcpupin vcpu='7' cpuset='10'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-2.7'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/b2310a60-06b9-2669-0966-02e2b2ea0b3d_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='4' threads='2'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.126-2.iso'/> <target dev='hdb' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/cache/domains/spaces_win_clover.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='usb' index='0' model='nec-xhci'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='I removed this part'/> <source bridge='virbr0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x1b' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0c' slot='0x00' function='0x0'/> This is the Capture Card portion </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1b1c'/> <product id='0x0c04'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1e7d'/> <product id='0x2e22'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1e7d'/> <product id='0x3264'/> </source> <address type='usb' bus='0' port='3'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </memballoon> </devices> </domain>
  7. I am new to Unraid and linux, i have tried all the options to get the card passed to a windows 10 vm but so far only the sound part works. I saw that a kernel was floating around but it turns out that it was not deigned for Unraid and i have no idea how to modify it. So far i like all the things i can do in this system and i would really appreciate some help with this problem.
  8. Is there a tutorial for getting this to work?