All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maja Massarini <m.massarini@crscasa.it>
To: kvm@vger.kernel.org
Subject: usb hid device
Date: Tue, 06 Mar 2012 12:13:22 +0100	[thread overview]
Message-ID: <1331032402.2195.6.camel@maja-desktop> (raw)

Hi all,

I'm trying to use a hid device inside qemu/kvm without success.
My host OS is Ubuntu and the guest is a Windows XP. 
I have disabled apparmor to have, hopefully, less problems. 
Inside the Windows XP "Device Manager" I see the "Human Interface
Device" listed but I'm not really able to use it. I have already seen
this same behaviour when using the device in a vmware virtual machine
where there was no *usb.generic.allowHID = "TRUE"* directive inside
the .vmx file. 
Adding that directive I'm now able to use the hid device properly inside
the vmware virtual machines. 
When the vmware virtual machine starts I can see in the host, through
dmesg, that the modules usbhid and hid are removed from the kernel.

        313 Mar  5 10:37:21 maja-desktop kernel: [ 7878.457020] usbcore:
deregistering interface driver usbhid
        314 Mar  5 10:37:21 maja-desktop kernel: [ 7878.457135] usbcore:
deregistering interface driver hiddev

When qemu/kvm starts I see no deregistration messages, therefore I
thought to remove the modules by hand (through rmmod) before starting
qemu/kvm but nothing had changed; The hid device is listed inside the
guest system but I can't use it (I mean I can not receive or send any
message/packet through it).

Running the virtual machine with qemu this is what I got:

sudo qemu -m 512 /var/lib/libvirt/images/builder.img -usb -usbdevice
host:c251:1101

pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin"
usb_create: no bus specified, using "usb.0" for "usb-host"
husb: open device 2.6
husb: config #1 need -1
husb: 1 interfaces claimed for configuration 1
husb: grabbed usb device 2.6
husb: config #1 need 1
husb: 1 interfaces claimed for configuration 1
husb: config #1 need 1
husb: 1 interfaces claimed for configuration 1
husb: config #1 need 1
husb: 1 interfaces claimed for configuration 1
husb: config #1 need 1
husb: 1 interfaces claimed for configuration 1
husb: config #1 need 1
husb: 1 interfaces claimed for configuration 1
husb: config #1 need 1
husb: 1 interfaces claimed for configuration 1
husb: config #1 need 1
husb: 1 interfaces claimed for configuration 1
husb: config #1 need 1
husb: 1 interfaces claimed for configuration 1

I really don't have a clue about what to do...

I'm not sure if it's a kvm or a qemu issue, for sure its really
important to me solve this problem otherwise I can not leave vmware for
kvm.

Thanks all,

Maja



             reply	other threads:[~2012-03-06 11:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-06 11:13 Maja Massarini [this message]
2012-03-06 11:50 ` usb hid device Avi Kivity
2012-03-06 15:06   ` Maja Massarini
2012-03-07  8:15   ` Maja Massarini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1331032402.2195.6.camel@maja-desktop \
    --to=m.massarini@crscasa.it \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.