Rexxer

Members
  • Posts

    13
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Rexxer's Achievements

Noob

Noob (1/14)

0

Reputation

  1. This is strange to me. This is the result of readlink for usb3 4 and 5. root@Tower:~# readlink /sys/bus/usb/devices/usb3 ../../../devices/pci0000:00/0000:00:1c.0/0000:04:00.0/usb3 root@Tower:~# readlink /sys/bus/usb/devices/usb4 ../../../devices/pci0000:00/0000:00:1c.0/0000:04:00.0/usb4 root@Tower:~# readlink /sys/bus/usb/devices/usb5 ../../../devices/pci0000:00/0000:00:1c.7/0000:70:00.0/usb5 This is usb1 and 2 root@Tower:~# readlink /sys/bus/usb/devices/usb1 ../../../devices/pci0000:00/0000:00:14.0/usb1 root@Tower:~# readlink /sys/bus/usb/devices/usb2 ../../../devices/pci0000:00/0000:00:14.0/usb2 My motherboard is an ASUS Maximus VIII Hero with an i7-6700k if that matters. If I want to pass through usb3 or usb4 would I put a hostdev line in my XML using 0000:00:1c.0 or 0000:04:00.0 or both?
  2. I get this Execution Error and the VM doesn't load when I use your XML Execution error internal error: early end of file from monitor: possible problem: 2016-03-03T04:12:30.794875Z qemu-system-x86_64: -device vfio-pci,host=70:00.0,bus=root.1,addr=01.0: vfio: error, group 8 is not viable, please ensure all devices within the iommu_group are bound to their vfio bus driver. 2016-03-03T04:12:30.794903Z qemu-system-x86_64: -device vfio-pci,host=70:00.0,bus=root.1,addr=01.0: vfio: failed to get group 8 2016-03-03T04:12:30.794916Z qemu-system-x86_64: -device vfio-pci,host=70:00.0,bus=root.1,addr=01.0: Device initialization failed 2016-03-03T04:12:30.794929Z qemu-system-x86_64: -device vfio-pci,host=70:00.0,bus=root.1,addr=01.0: Device 'vfio-pci' could not be initialized
  3. I think that the issue with the Inateck controller might be more serious, though. When I run lsusb with a flash drive plugged into the Inateck card it does not show up. The flash drive does show up if I plug it into a USB port on my motherboard. I have tested the Inateck card on a different computer running straight Windows 10 and it does work. Maybe there is a compatibility issue with the Inateck card and unRAID.
  4. Okay, I will take a crack at using both of those. In the meantime, here is my current XML. <domain type='kvm' id='20' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Gaming Desktop</name> <uuid>a7d1ec80-0274-92f0-755c-937a03c59cdf</uuid> <metadata> <vmtemplate name="Custom" icon="windows.png" os="windows"/> </metadata> <memory unit='KiB'>10485760</memory> <currentMemory unit='KiB'>10485760</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>6</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> <vcpupin vcpu='2' cpuset='4'/> <vcpupin vcpu='3' cpuset='5'/> <vcpupin vcpu='4' cpuset='6'/> <vcpupin vcpu='5' cpuset='7'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-2.3'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='6' threads='1'/> </cpu> <clock offset='localtime'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/gamingnas/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows.iso'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.112.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:9a:30:4e'/> <source bridge='virbr0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/Gaming Desktop.org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x046d'/> <product id='0x0826'/> <address bus='1' device='5'/> </source> <alias name='hostdev0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x046d'/> <product id='0xc32b'/> <address bus='1' device='4'/> </source> <alias name='hostdev1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x046d'/> <product id='0x0a17'/> <address bus='1' device='3'/> </source> <alias name='hostdev2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x046d'/> <product id='0xc537'/> <address bus='1' device='2'/> </source> <alias name='hostdev3'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pci.0,addr=1c.0,multifunction=on,port=2,chassis=1,id=root.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=01:00.0,bus=root.1,addr=00.0,multifunction=on,x-vga=on'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=01:00.1,bus=root.1,addr=00.1'/> </qemu:commandline> </domain>
  5. this is an updated lsusb. I think the Logitech Webcam didn't show up before because it was plugged into the Inateck PCI-e card. I ran this lsusb after switching it to one of the on board usb ports I ran this lsusb through Putty from within my Windows 10 VM while the 4 logitech devices are supposedly passed through by checking the box next to each of them in the USB Devices: section of my Windows 10 VM settings. Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 005: ID 046d:0826 Logitech, Inc. HD Webcam C525 Bus 001 Device 004: ID 046d:c32b Logitech, Inc. Bus 001 Device 003: ID 046d:0a17 Logitech, Inc. G330 Headset Bus 001 Device 002: ID 046d:c537 Logitech, Inc. Bus 001 Device 006: ID 13fe:3e00 Kingston Technology Company Inc. Flash Drive Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  6. here are the results of lspci -k I ran it with my Windows 10 VM on and with it off just to be sure it is complete This should be the Inateck PCI-e USB 3 card 70:00.0 USB controller: Fresco Logic Device 1100 (rev 10) Subsystem: Fresco Logic Device 1100 Kernel driver in use: xhci_hcd This is the rest of it 00:00.0 Host bridge: Intel Corporation Sky Lake Host Bridge/DRAM Registers (rev 07) Subsystem: ASUSTeK Computer Inc. Device 8694 00:01.0 PCI bridge: Intel Corporation Sky Lake PCIe Controller (x16) (rev 07) Kernel driver in use: pcieport 00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 06) Subsystem: ASUSTeK Computer Inc. Device 8694 00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31) Subsystem: ASUSTeK Computer Inc. Device 8694 Kernel driver in use: xhci_hcd 00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31) Subsystem: ASUSTeK Computer Inc. Device 8694 00:17.0 SATA controller: Intel Corporation Device a102 (rev 31) Subsystem: ASUSTeK Computer Inc. Device 8694 Kernel driver in use: ahci Kernel modules: ahci 00:1b.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Root Port #17 (rev f1) Kernel driver in use: pcieport 00:1b.3 PCI bridge: Intel Corporation Sunrise Point-H PCI Root Port #20 (rev f1) Kernel driver in use: pcieport 00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #1 (rev f1) Kernel driver in use: pcieport 00:1c.4 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #5 (rev f1) Kernel driver in use: pcieport 00:1c.7 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #8 (rev f1) Kernel driver in use: pcieport 00:1d.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #9 (rev f1) Kernel driver in use: pcieport 00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31) Subsystem: ASUSTeK Computer Inc. Device 8694 00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31) Subsystem: ASUSTeK Computer Inc. Device 8694 00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31) Subsystem: ASUSTeK Computer Inc. Device 8691 Kernel driver in use: vfio-pci 00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31) Subsystem: ASUSTeK Computer Inc. Device 8694 Kernel modules: i2c_i801 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-V (rev 31) Subsystem: ASUSTeK Computer Inc. Device 8672 Kernel driver in use: e1000e Kernel modules: e1000e 01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1) Subsystem: Gigabyte Technology Co., Ltd Device 367a Kernel driver in use: vfio-pci 01:00.1 Audio device: NVIDIA Corporation GM204 High Definition Audio Controller (rev a1) Subsystem: Gigabyte Technology Co., Ltd Device 367a Kernel driver in use: vfio-pci 03:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 02) Subsystem: ASUSTeK Computer Inc. Device 858d Kernel driver in use: ahci Kernel modules: ahci 04:00.0 USB controller: ASMedia Technology Inc. Device 1242 Subsystem: ASUSTeK Computer Inc. Device 8675 Kernel driver in use: xhci_hcd 70:00.0 USB controller: Fresco Logic Device 1100 (rev 10) Subsystem: Fresco Logic Device 1100 Kernel driver in use: xhci_hcd
  7. I tried using these methods for passing through the entire controller and just the webcam. https://lime-technology.com/forum/index.php?topic=36768.0 https://lime-technology.com/forum/index.php?topic=38259.0 https://lime-technology.com/forum/index.php?topic=41922.0 They didn't work for me. Is that how you did it?
  8. Is there anyone on here willing to help me? This is really upsetting that no one has replied at all. I can't be the only person with this type of issue.
  9. Hi everyone, I am new to unRAID and could use some assistance. I am running the latest version of unRAID 6.1.8. I have pretty much everything working perfectly on my Windows 10 VM except my logitech C525 USB webcam and Inateck PCI-E USB 3.0 card don't show up. My motherboard is an ASUS Rampage VIII Hero with an Intel Skylake Core i7-6700k I'll start with the webcam. I have tried passing it through to my Windows 10 VM in a few different ways. I plugged it into all of the USB ports on my motherboard (both the onboard Intel and ASMedia controller ports) and it shows up under the USB Devices menu but doesn't show up at all in Windows. I bought an Inateck PCI-E USB 3.0 card to see if that would work (also to get USB hotplugging for flash drives) and there are issues there too. I tried following 2 different guides, the one from LinusTechTips and the one on here from archedraft to no avail. Here are the results from SSH'ing into my unRAID This is the output of lspci | grep USB 00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31) 04:00.0 USB controller: ASMedia Technology Inc. Device 1242 05:00.0 USB controller: Fresco Logic Device 1100 (rev 10) The Fresco Logic Device must be the Inateck card because it wasn't there before I installed the card and that is the only change I made. lsusb shows this Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 046d:c32b Logitech, Inc. Bus 001 Device 002: ID 046d:0a17 Logitech, Inc. G330 Headset Bus 001 Device 004: ID 13fe:3e00 Kingston Technology Company Inc. Flash Drive Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub The Kingston Technology Company Inc. Flash Drive is my unRAID flash drive Logitech Inc. is my G910 keyboard and Logitech Inc. G330 Headset is a USB sound card since onboard sound apparently doesn't work with Skylake I have no idea what the Linux Foundation 3.0 or 2.0 root hubs are My Logitech webcam doesn't show up even though it is plugged into the Inateck card and I also have another flash drive plugged into the Inateck card that doesn't show up. Both the flash drive and webcam show up if I plug them into an onboard USB port. Please let me know if you need more information. Thank you very much in advance
  10. Hi everyone, I am new to unRAID and could use some assistance. I am running the latest version of unRAID 6. I got pretty much everything working perfectly on my Windows 10 VM except my logitech C525 USB webcam and Inateck PCI-E USB 3.0 card don't show up. My motherboard is an ASUS Rampage VIII Hero with an Intel Skylake Core i7-6700k I'll start with the webcam. I have tried passing it through to my Windows 10 VM in a few different ways. I plugged it into all of the USB ports on my motherboard (both the onboard Intel and ASMedia controller ports) and it shows up under the USB Devices menu but doesn't show up at all in Windows. I bought an Inateck PCI-E USB 3.0 card to see if that would work (also to get USB hotplugging for flash drives) and there are issues there too. I tried following 2 different guides, the one from LinusTechTips and the one on here from archedraft to no avail. Here are the results from SSH'ing into my unRAID This is the output of lspci | grep USB 00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31) 04:00.0 USB controller: ASMedia Technology Inc. Device 1242 05:00.0 USB controller: Fresco Logic Device 1100 (rev 10) The Fresco Logic Device must be the Inateck card because it wasn't there before I installed the card and that is the only change I made. lsusb shows this Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 046d:c32b Logitech, Inc. Bus 001 Device 002: ID 046d:0a17 Logitech, Inc. G330 Headset Bus 001 Device 004: ID 13fe:3e00 Kingston Technology Company Inc. Flash Drive Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub The Kingston Technology Company Inc. Flash Drive is my unRAID flash drive Logitech Inc. is my G910 keyboard and Logitech Inc. G330 Headset is a USB sound card since onboard sound apparently doesn't work with Skylake I have no idea what the Linux Foundation 3.0 or 2.0 root hubs are My Logitech webcam doesn't show up even though it is plugged into the Inateck card and I also have another flash drive plugged into the Inateck card that doesn't show up. Both the flash drive and webcam show up if I plug them into an onboard USB port. Any advice would be greatly appreciated. tower-diagnostics-20160224-2355.zip
  11. I am having an issue with my logitech C525 USB webcam. I have tried passing it through to my Windows 10 VM in a few different ways. If I plug it in to a USB port on my motherboard (doesn't matter if it is the onboard Intel or ASMedia controller) it shows up under the USB Devices menu but doesn't show up at all in Windows. I bought an Inateck PCI-E USB 3.0 card to see if that would work (also to get USB hotplugging) and there are issues there too. This is the output of lspci | grep USB 00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31) 04:00.0 USB controller: ASMedia Technology Inc. Device 1242 05:00.0 USB controller: Fresco Logic Device 1100 (rev 10) The Fresco Logic Device must be the Inateck card is it wasn't there before I installed the card and that is the only change I made. lsusb shows this Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 046d:c32b Logitech, Inc. Bus 001 Device 002: ID 046d:0a17 Logitech, Inc. G330 Headset Bus 001 Device 004: ID 13fe:3e00 Kingston Technology Company Inc. Flash Drive Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub This is my unRAID flash drive Kingston Technology Company Inc. Flash Drive Logitech Inc. is my G910 keyboard and Logitech Inc. G330 Headset is a USB sound card since onboard sound apparantly doesn't work with Skylake My Logitech webcam doesn't show up even though it is plugged into the Inateck card and I also have another flash drive plugged into the Inateck card that doesn't show up. Both the flash drive and webcam show up if I plug them into an onboard USB port. Any advice would be greatly appreciated.