August 7, 20169 yr This is the first time I've tried unraid and I've been very impressed by the extent to which everything just works. When setting up my VM I selected my GTX950 as the display device. It seems to be working correctly. When I start the VM the display comes on and I can see it post. However, my USB keyboard (Coolermaster Storm Quickfire Rapid) is not listed for passthrough. My mouse (Logitech G5) is listed, but the Windows 10 installer doesn't seem to see it. I also tried a Kensington Orbit trackball with the same result. So, a couple questions: 1) Is there a way to enable VNC and passthrough at the same time? Maybe once it's booted windows will recognize the mouse. 2) What can I try to get the keyboard recognized by unraid? I'm going to borrow another keyboard from a friend to try later today.
August 23, 20169 yr back again, with a little research I ended up with a working CMStorm QuickfireTK and Razer Deathadder in a w10 vm, although it required passing through my entire pci-e usb card. the following is from http://lime-technology.com/forum/index.php?topic=38259.0 "If you have a non-GPU device that you wish to assign to a guest in KVM and are using the machine type of PC (not Q35), you can use this XML and skip the <qemu:cmd> arguments at the end. This goes in between the <devices> and </devices> tags in your domain XML. Code: [select] <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/> </source> </hostdev> For "bus", "slot", and "function", this should be your PCI device address. The above XML will pass through PCI device 02:00.1. Again, this only applies to non-graphics PCI devices (NICs, USB controllers, capture cards, tuners, etc.) Happy virtualizing!!"
Archived
This topic is now archived and is closed to further replies.