WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] usb problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] usb problem
From: Kirill Bychkov <kirill.bychkov@xxxxxxxxx>
Date: Sun, 1 Feb 2009 21:24:33 +0300
Delivery-date: Sun, 01 Feb 2009 10:25:23 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type; bh=nGEdcodGYlcgRvStgNLPI+fNb8E9esyDyeDye/ckho0=; b=BYpqzW5ToN3Gmhdzei7gqQFg7dEIjeM25OHc18YhznBHRs7s3iznxSSqVT9UqFp1cA ymrqZ4OvxW5ay9LoXq0pdnmHRI1Q8q/Ct6OxBcNCWMce2eiEIXtoyO9cUzFvFhTwdVxD Mj7nk4UIA54j/cC/k3Vt0cfShttI2zl3+4QSA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=Kdeo1ymSl3AG0Om9h/rNbC0ycJiLedOztPpo9P02wTRc1UdOLm6K/wvIzDt05Bx1k7 rwXJBZd7xdNvzU+TmD636CuU06wZ9R353ICK0bryRPKY62XvuJA1850GSdPPpfqAric0 SQkBdp4uwM7wgp8wa3CnGUOMbCEtJECzNg0bA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: kirill.bychkov@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

I have a trouble with several usb devices support in the domU. I'm use debian with kernel 2.6.26-1-xen-686 and xen 3.2.1 and win2003 as guest system. I need two usb devices (flash disks) in the win2003.

#lsusb
...........
Bus 005 Device 003: ID 0951:1607 Kingston traveler
Bus 006 Device 001: ID 1307:0163 Transcend
.............
my config (usb part) version 1:

usb=1
usbdevice=[ 'host:0951:1607' ]
usbdevice=[ 'host:1307:0163' ]

With this config, win2003 have a only one flash drive - Transcend

my config (usb part) version 2:
usb=1
usbdevice = [ 'host:0951:1607', 'host:1307:0163' ]

With this config, win2003 don't have any usb flash drive...

How connect to domU more than one device?

Thanx

--


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] usb problem, Kirill Bychkov <=