|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xm usb-add syntax
Hi,
On Mon, Jan 17, Brian Krusic wrote:
> Do any of you know what the syntax would be is I wanted to add the first
> device listed using lsusb on my dom0 to my domU?
>
> lsusb;
>
> Bus 002 Device 004: ID 064f:0bd8 Some-Systems AB ABC/DE
>
> xm usb-add;
>
> Usage: xm usb-add <domain> <[host:bus.addr] [host:vendor_id:product_id]>
>
> Unsure what combo works, other then what doesn't work.
what is the output of "xm usb-list-assignable-devices"
maybe this is what you need:
o first you have to create a host bus adapter like:
xm usb-hc-create domU 2 2
o and than you can attach an usb-device like:
xm usb-attach domU 0 1 2-4
where domU is the name of your guest.
You can add this to the domU config file like:
vusb=[ 'usbver=2, num-ports=2, port_1=2-4', ]
--
Best regards
Dieter Bloms
--
I do not get viruses because I do not use MS software.
If you use Outlook then please do not put my email address in your
address-book so that WHEN you get a virus it won't use my address in the
From field.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|