[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] usb in QEMU emulator version 2.1.2
From: |
sacarde |
Subject: |
Re: [Qemu-discuss] usb in QEMU emulator version 2.1.2 |
Date: |
Tue, 4 Nov 2014 20:24:35 +0100 |
User-agent: |
KMail/1.9.10 |
Alle martedì 4 novembre 2014, hai scritto:
> You should use something like "-usbdevice host:8564.1000", it's a dot, not
> a colon.
if I use: -usbdevice host:8564.1000
I have:
qemu-system-i386: -usbdevice host:8564.1000: hostaddr out of range
qemu-system-i386: -usbdevice host:8564.1000: Device initialization failed.
qemu-system-i386: -usbdevice host:8564.1000: Initialization of device usb-host
failed
but in host from lsusb I view:
Bus 002 Device 006: ID 8564:1000
thanks
address@hidden
>
> BTW, the bus number and device number seem wrong to me, they shouldn't be
> this large. You can find out with command lsusb
>
> On Tue, Nov 4, 2014 at 5:35 PM, sacarde <address@hidden> wrote:
> > hi,
> > in my archlinux, I have a usb-pendrive (this ID: 8564:1000)
> >
> > I run:
> >
> > qemu-system-i386 -hda /home/.../mm.img -m 900 -enable-kvm -k en-us -net
> > nic -net tap,vlan=0,ifname=tap0 -boot d -usbdevice
> > mouse -cdrom /home/.../inx-1.1.iso -soundhw ac97 -usbdevice
> > host:8564:1000
> >
> >
> > but in my qemu guest system I dont view that usb
> >
> >
> > what I wrong?
> >
> >
> >
> > thank you
> >
> >
> >
> > address@hidden