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] several usb devices

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] several usb devices
From: Kirill Bychkov <kirill.bychkov@xxxxxxxxx>
Date: Thu, 22 Jan 2009 18:13:35 +0300
Delivery-date: Thu, 22 Jan 2009 07:14:21 -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=SFpyySThohS8vo2gg9buI/KnznbFKno61ogRFTnjkzw=; b=vX9N1wUrsQa8VR3PE9vyRx8Mm4b2sBdF4SCf0p/IM7kvEqDF0xpcyBqQh2WENXoNNL gFzMHpL6ARtrvX6QToARY1d7k7CUDzehh/tciVD3X67BXxwW6aK4U9tn7D0Vn5fpbdAD 8hGPvyF+n6jqZesFLZ5ckd5qu1Uk5CMF1Yc84=
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=k1NHJatsLV54auFFiDGZWwtSYsx42fRLTDDlcFlEvygcm/MaU+OnYmPKRalNDhDlLj 1rmO9LT+yFLrhuTQ1GgiV9gSwV5dSjxA5nxnXASstBurUmgNTMV4Q3w3kp7IIwDaVAir ZbUwn0BWJ1yzteHq8mWHtLU/VXvF+2jIlBFHw=
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

--
Kirill


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