zunfire

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by zunfire

  1. I look into system devices and want to pass through this usb controller.

    "00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller"

     

    As i understand this should then be like this..

     

        <hostdev mode='subsystem' type='pci' managed='yes'>

          <driver name='vfio'/>

          <source>

            <address domain='0x0000' bus='0x00' slot='0x12' function='0x2'/>

          </source>

        </hostdev>

     

    but when i added it, this line is also added, why ??

     

        <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>

  2. lspci | grep USB
    00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
    02:00.0 USB controller: VIA Technologies, Inc. Device 3483 (rev 01)

     

    lsusb
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 002: ID 0951:1665 Kingston Technology Digital DataTraveler SE9 64GB
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 005 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    

     

    *NOT PASS THROUGH BUS 002!!!*

    Want to pass Bus 001

     

    Readlink usbx
    devices/pci0000:00/0000:00:16.2/usb3
    devices/pci0000:00/0000:00:16.0/usb7
    devices/pci0000:00/0000:00:14.5/usb6
    devices/pci0000:00/0000:00:13.2/usb2
    devices/pci0000:00/0000:00:13.0/usb5
    devices/pci0000:00/0000:00:12.2/usb1
    devices/pci0000:00/0000:00:12.0/usb4

     

    OIMMU
    /sys/kernel/iommu_groups/0/devices/0000:00:00.0
    /sys/kernel/iommu_groups/1/devices/0000:00:02.0
    /sys/kernel/iommu_groups/2/devices/0000:00:09.0
    /sys/kernel/iommu_groups/3/devices/0000:00:0a.0
    /sys/kernel/iommu_groups/4/devices/0000:00:11.0
    /sys/kernel/iommu_groups/5/devices/0000:00:12.0
    /sys/kernel/iommu_groups/5/devices/0000:00:12.2
    /sys/kernel/iommu_groups/6/devices/0000:00:13.0
    /sys/kernel/iommu_groups/6/devices/0000:00:13.2
    /sys/kernel/iommu_groups/7/devices/0000:00:14.0
    /sys/kernel/iommu_groups/8/devices/0000:00:14.2
    /sys/kernel/iommu_groups/9/devices/0000:00:14.3
    /sys/kernel/iommu_groups/10/devices/0000:00:14.4
    /sys/kernel/iommu_groups/10/devices/0000:04:0e.0
    /sys/kernel/iommu_groups/11/devices/0000:00:14.5
    /sys/kernel/iommu_groups/12/devices/0000:00:15.0
    /sys/kernel/iommu_groups/13/devices/0000:00:15.3
    /sys/kernel/iommu_groups/14/devices/0000:00:16.0
    /sys/kernel/iommu_groups/14/devices/0000:00:16.2
    /sys/kernel/iommu_groups/15/devices/0000:01:00.0
    /sys/kernel/iommu_groups/15/devices/0000:01:00.1
    /sys/kernel/iommu_groups/16/devices/0000:02:00.0
    /sys/kernel/iommu_groups/17/devices/0000:03:00.0
    /sys/kernel/iommu_groups/18/devices/0000:05:00.0
    /sys/kernel/iommu_groups/19/devices/0000:06:00.0

     

    VIFO skiped no longer needed 6.1 ???

     

    My XML
    <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
      <name>Windows</name>
      <uuid>3989ba1a-c56a-91e3-2afa-ef6d9a381ce3</uuid>
      <description>Windows 7</description>
      <metadata>
        <vmtemplate name="Custom" icon="windows7.png" os="windows7"/>
      </metadata>
      <memory unit='KiB'>6291456</memory>
      <currentMemory unit='KiB'>6291456</currentMemory>
      <memoryBacking>
        <nosharepages/>
        <locked/>
      </memoryBacking>
      <vcpu placement='static'>4</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='0'/>
        <vcpupin vcpu='1' cpuset='1'/>
        <vcpupin vcpu='2' cpuset='2'/>
        <vcpupin vcpu='3' cpuset='3'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-i440fx-2.3'>hvm</type>
      </os>
      <features>
        <acpi/>
        <apic/>
        <hyperv>
          <relaxed state='on'/>
          <vapic state='on'/>
          <spinlocks state='on' retries='8191'/>
        </hyperv>
      </features>
      <cpu mode='host-passthrough'>
        <topology sockets='1' cores='4' threads='1'/>
      </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/bin/qemu-system-x86_64</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/cache/vDISK/Windows/vdisk1.img'/>
          <target dev='hdb' bus='virtio'/>
          <boot order='1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
        </disk>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/Extra/Windows/vdisk2.img'/>
          <target dev='hdc' bus='virtio'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/ISOs/virtio-win-0.1.102.iso'/>
          <target dev='hda' bus='ide'/>
          <readonly/>
          <boot order='2'/>
          <address type='drive' controller='0' bus='0' target='0' unit='0'/>
        </disk>
        <controller type='usb' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
        </controller>
        <controller type='pci' index='0' model='pci-root'/>
        <controller type='ide' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:e2:05:6c'/>
          <source bridge='br0'/>
          <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'>
          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/Windows.org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <vendor id='0x046d'/>
            <product id='0xc52b'/>
          </source>
        </hostdev>
        <memballoon model='virtio'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x06' 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.0'/>
      </qemu:commandline>
    </domain>
    

     

    Trying few things geting same kind of error

    <qemu:arg value='-device'/>

    <qemu:arg value='vfio-pci,host=00:12.2,bus=root.1,addr=00.1'/>

     

    and this

    <qemu:arg value='-device'/>

    <qemu:arg value='vfio-pci,host=00:12.0,bus=root.1,addr=00.1'/>

     

    Geting Execution error

    internal error: early end of file from monitor: possible problem:

    2015-10-22T09:49:42.212958Z qemu-system-x86_64: -device vfio-pci,host=00:12.2,bus=root.1,addr=00.1: PCI: slot 0 function 1 not available for vfio-pci, in use by vfio-pci

    2015-10-22T09:49:42.213026Z qemu-system-x86_64: -device vfio-pci,host=00:12.2,bus=root.1,addr=00.1: Device 'vfio-pci' could not be initialized

     

    Trying to add this in Go file, but still fails.

    /usr/local/sbin/vfio-bind 0000:00:12.0 0000:00:12.2

     

     

    Am missing something :/

     

     

     

    SOLVED, i think ?? I can now hot plug usb things.

    Method used guide, but still wounder why this method did not work for me and litle confused what is diffrent about this two method.

     

    Added

    <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x00' slot='0x12' function='0x2'/>
          </source>
        </hostdev>

  3. Hi

     

    I found this https://code.google.com/p/groovyarcade/ and wanted to try it out on my UnRaid 6 as VM, I install it and everything seams correct, but when I reboot the VM shows SeaBIOS.. and Machine UUID... and gets to "Booting from Hard Disk..." stays there and prompt is flashing.

     

    I don’t expect someone to solve it for me, but I need little advice where to start, is it VM settings and that stuff I should exam or is this behavior indication the installation itself that might be wrong?

     

  4. Yes will sure shutdown and run memtest over night, had strange behavior when I try save and exit in bios, it did not wont to warm boot.

     

    Thanks for tip about bios, usually I do check that stuff but this time I totally have forgotten it.

    Memory is just bought this week Crucial DDR3 BallistiX Sport 1600MH 2x8GB, unfortunately ECC is not supported on this motherboard else I would go for that.

     

  5. Hi

     

    I got interested in UnRaid and bought secondhand 990FXA-UD3 V4 board, and downloaded 6.1.2 onto Kingston 8GB usb to test it.

     

    It boots up and everything, but it started with first boot when I forgot attach network cable so I connected it and did a lazy CTRL+ALT+DEL, and it didn’t boot up again, saying OS missing!

     

    USB pen seems too been wiped! My windows only want to format it.

    So I did re-made the pen and tested reboot command and it works, but CTRL+ALT+DEL seems to mess up the USB pen.