Displaying 3 results from an estimated 3 matches for "usbver".
Did you mean:
subver
2011 Mar 01
2
Error connecting USB-device to DomU, kernel 2.6.32-5-xen-amd64, Xen 4.0.1
...sb_util.UsbDeviceParseError: vusb: Error parsing USB device
info: Can''t get assignment status: (5-2).
I''m running Xen 4.0.1 on Debian Wheezy, kernel 2.6.32-5-xen-amd64, both
on Dom0 and the DomU.
I tried adding this line to the DomU''s configuration:
vusb = [ ''usbver=2,numports=2,port_1=5-2,port_2=5-3'' ]
which supposedly creates 2 USB ports on the DomU (I found a document on
the Internet describing PV-USB, but I can''t find it anymore...). The
first port, 5-2, is the one to which the printer is connected.
After the DomU has booted, I issue &q...
2011 Jul 27
3
USB at domU PV domain & PVUSB
...9;',
]
name = ''debian-prueba''
vif = [ ''ip=192.168.0.200,mac=00:16:3E:D2:D7:46'' ]
on_poweroff = ''destroy''
on_reboot = ''restart''
on_crash = ''restart''
usb=1
vusb = [''usbver=2, numports=10,port_1=1-3,port_2=1-2''
oput get in XEN whi xm about usb is the next info:
root@xen-servidor:/etc/grub.d# xm usb-list debian-prueba
Idx BE state usb-ver BE-path
0 0 1 USB2.0 /local/domain/0/backend/vusb/17/0
port 1: 1-3
port 2: 1-2 [ID 0402:5661 ALi Corp. Audio...
2011 Jan 18
3
xm usb-add syntax
Hi all,
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.
- Brian