qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Antwort: Re: [Qemu-devel] [Bug 319014] Re: serial usb-device can't be pa


From: Nico Prenzel
Subject: Antwort: Re: [Qemu-devel] [Bug 319014] Re: serial usb-device can't be passed-through to a guest
Date: Wed, 16 Jun 2010 13:42:25 +0200

Hi David,
 
i've tried your suggestion and now it works.
I'am sure, it didn't work last time i've tried that way. But now, I'am fine.
 
 
Thanks.
 
NicoP.
-----"David S. Ahern" <address@hidden> schrieb: -----

An: Nico Prenzel <address@hidden>
Von: "David S. Ahern" <address@hidden>
Datum: 03.06.2010 19:23
Kopie: address@hidden
Betreff: Re: [Qemu-devel] [Bug 319014] Re: serial usb-device can't be passed-through to a guest



On 06/03/10 09:41, Nico Prenzel wrote:
> Hello Anthony,
>
> which qemu-kvm version do you expect to work with serial usb devices?
>
> After you've changed this ticket status and I've checked it again with qemu-kvm version 0.12.4. The reported error message is gone away and the device is present in the guest. The cdc_acm driver loads too without any visible problems, but the device is still unusable.
> The device data led flash if it gets un/initialized by minicom.
> But if I try to make a test dial, nothing happens after I call a phone number.
>
> To be more precise:
> -host dosn't have loaded the cdc_acm driver
> -guest loads the cdc_acm driver
> -a dial with minicom to the same phone number works on the host, if I load the cdc_acm within the host
>
> I would like to get this fixed, as I really want to use this usb-device
> as my dusty fax again.
>

One option I resorted to is using Qemu's emulated USB serial device and
connecting it to the USB serial device host side. The stack then looks like:

  .---------------------.
  | VM                  |
  |                     |
  |    /dev/ttyUSB0     |
  |---------------------|
  | Qemu - serial device|
  '---------------------'
             |
  .---------------------.
  | Host: /dev/ttyUSB0  |
  '---------------------'
            |
  .---------------------.
  |  USB serial port    |++++++++<-- character stream -->++++++++
  '---------------------'


A hack, but it works. :-)

David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]