KVM - The Linux Kernel-Based Virtual Machine
News, Blogs and Resources on the Linux (KVM) Kernel-Based Virtual Machine

Many USB device

1 reply [Last post]
slytay
Offline
Joined: Mar 12 2010
Points: 3

HI i'm looking for how to add many usb device.
Can you help me ?

Anonymous (not verified)
you have to use the "–usb"

you have to use the "–usb" param and then pass the usb ID of the device as seen by the hypervisor (obtained from lsusb):

# lsusb
Bus 001 Device 002: ID 090c:1000 Feiya Technology Corp. Memory Bar <<<<<
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

# qemu-system-x86_64 -usb -usbdevice 090c:1000

You can access any usb device on the hypervisor this way.

Post new comment

The content of this field is kept private and will not be shown publicly.
Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.