Jump to content
We're Hiring! Full Stack Developer ×

Disable UnRAID using the GPU/Keyboard, for usage in VMs


Arndroid

Recommended Posts

I have just been able to boot an Windows VM, it works great!

 

But, the Keyboard is not workingv (I couldn't select it in the VM settings either), I assume it is in use by UnRAID. Same goes for my other GPU, which I want to use for another VM.

 

Is there some way to disable UnRAID from using these components? Or some other marry way to make it work with my VM? :)

 

Also, besides Windows, the other VM is Ubuntu. Can I run it headless via SSH, it being an VM not yet installed?

 

Thanks in advance!

Cheers,

Arndroid

Link to comment

My DasKeyboard 4 Professional isn't listed under USB Devices in my VM Editing. But it is listed nameless under System Devices, and as such I edited the XML of the VM to add it:

 

    <hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <vendor id='0x24f0'/>
        <product id='0x0140'/>
      </source>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <vendor id='0x2109'/>
        <product id='0x2812'/>
      </source>
    </hostdev>

 

It shows up as two devices, probably because of the build-in USB hub.

As this is a USB 3.0 device I also tried: New USB Pass Through Method with USB 3...Please Test, with no luck. :(

I read that LT is working on a relevant issue: Keyboard stays assigned to Unraid OS, but mine isn't actually staying connected to UnRAID.

Maybe updating to a Beta will solve my issue?

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...