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-devel

[Xen-devel] Re: Fire-wire passthrough with Linux pv-ops (2.6.31.1)

To: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Subject: [Xen-devel] Re: Fire-wire passthrough with Linux pv-ops (2.6.31.1)
From: "Mr. Teo En Ming (Zhang Enming)" <space.time.universe@xxxxxxxxx>
Date: Tue, 13 Oct 2009 11:49:13 +0800
Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, space.time.universe@xxxxxxxxx
Delivery-date: Mon, 12 Oct 2009 20:49:41 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=q3cnG7qe0rpFvB2oBvE9Ui/kMOFrkHvvEmtoPxUxokA=; b=qw0wppf55sgQvulLbJgvxAq5dkgMcd0ojFNJFLBQ1bmYmjv4a0StAgp+D+xc2Za3vF IAHx5wrP4FBLe4cGbMut+VHtSsh508JY8RiFO8g5lIpuPMTeE59NUD8qdY6qV3wzAYqm wQ3SJdUfQR+p7KvcN93LpAg90RDnHZZ8GIal8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Fw6k1k1FCdT3+SiusG48czoOMGjsMfP6FaBdRE7c2eWdPHi9K0xIeiBo/Wu8KXh9Sc J3y4sm+AGeTTlqzwE8fOO1aiB4u9/7rv8/dcKtgmH5Y9OmNyi6bYgiNORDu32db2sqbk S+Q7XUhA9QmkQo8g1vgN6xaHSfALbmbKdgLr0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <f712b9cf0910121832o55c2b1a5v22fa01624f49bdfc@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <f712b9cf0910080713iea59ac6n49fb37b587367445@xxxxxxxxxxxxxx> <20091008144935.GA13159@xxxxxxxxxxxxxxxxxxx> <f712b9cf0910080805p3a740fbbyf6bf2aee83d96b96@xxxxxxxxxxxxxx> <f712b9cf0910081754j2b83fb76jc9233db191b5f5bf@xxxxxxxxxxxxxx> <20091009071135.GJ1434@xxxxxxxxxxx> <f712b9cf0910090052o2bc415aap3d6a7d96a3443e8a@xxxxxxxxxxxxxx> <4ACFAE0A.4090902@xxxxxxxx> <f712b9cf0910110022u5ebf77b2u1f25c9cf5bd47e1c@xxxxxxxxxxxxxx> <20091012181000.GA14336@xxxxxxxxxxxxxxxxxxx> <f712b9cf0910121832o55c2b1a5v22fa01624f49bdfc@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
btw how can I passthrough both usb optical mouse and usb keyboard to
winxp domU at the same time?

-- 
Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical
Engineering)
Alma Maters:
(1) Singapore Polytechnic
(2) National University of Singapore
Blog URL: http://teo-en-ming-aka-zhang-enming.blogspot.com
Email: space.time.universe@xxxxxxxxx
MSN: teoenming@xxxxxxxxxxx
Mobile Phone: +65-9648-9798
Street: Bedok Reservoir Road
Republic of Singapore


On Tue, Oct 13, 2009 at 9:32 AM, Mr. Teo En Ming (Zhang Enming)
<space.time.universe@xxxxxxxxx> wrote:
> Hi,
>
> I have a firewire passthrough script passthru-firewire.sh.
>
> #!/bin/sh
> echo "11c1 5811" > /sys/bus/pci/drivers/pci-stub/new_id
> echo "0000:02:01.0" > /sys/bus/pci/devices/0000:02:01.0/driver/unbind
> echo "0000:02:01.0" > /sys/bus/pci/drivers/pci-stub/bind
>
> #Unload firewire driver
> rmmod firewire_ohci
> rmmod firewire_core
>
> I have the pci directive in winxp domU config:
>
> # nvidia & firewire
> pci = [ '01:00.0','02:01.0' ]
>
> 01:00.0 is for passing through the nvidia pci express x16 graphics
> card and 02:01.0 is the BDF of the OHCI firewire controller.
>
> And I also added the vendorid and productid of the firewire controller
> in xend-pci-permissive.sxp.
>
> (unconstrained_dev_ids
>     #('0123:4567:89AB:CDEF')
>     ('11c1:5811')
> )
>
> This is the first time I am trying to get it to work.
>
> --
> Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical
> Engineering)
> Alma Maters:
> (1) Singapore Polytechnic
> (2) National University of Singapore
> Blog URL: http://teo-en-ming-aka-zhang-enming.blogspot.com
> Email: space.time.universe@xxxxxxxxx
> MSN: teoenming@xxxxxxxxxxx
> Mobile Phone: +65-9648-9798
> Street: Bedok Reservoir Road
> Republic of Singapore
>
>
> On Tue, Oct 13, 2009 at 2:10 AM, Konrad Rzeszutek Wilk
> <konrad.wilk@xxxxxxxxxx> wrote:
>> On Sun, Oct 11, 2009 at 03:22:32PM +0800, Mr. Teo En Ming (Zhang Enming) 
>> wrote:
>>> It works.
>>>
>>> How do I get more than 1 usb device to be passed through to win xp
>>> domU? At the moment I can only passthrough the usb optical mouse and
>>> not the usb keyboard. I have to use the on-screen keyboard.
>>>
>>> I have also tried to pass through the OHCI Firewire controller to the
>>> win xp domu. Win XP domU device manager reports that the firewire
>>> controller is working properly. However, when I plug in my Canon HV20
>>> firewire-based digital camcorder, it cannot be detected at all.
>>
>> Did it used to work in the past?
>>
>> How do you pass through the device? What are the settings in your .xm file
>> for it?
>>
>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>