kvm usb problems
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kvm (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: kvm
In following the instructions on the ubuntu website for installing and setting up a windows xp domain in kvm
(https:/
I've run into a bug with usb when I try to attach my skycaddie device and get windows to see it.
To try to get windows to see it, I attach the device, start virsh and do the following:
virsh -c qemu:///system
attach-device windows skycaddie.xml
then i can launch the skycaddie software in windows and it works for a little while, detecting the skycaddie.
Later on though when in the skycaddie software in windows i try to download data to the usb device, windows
(and the usb subsystem in linux) locks up. This is 100% repeatable. A simple 'lsusb' command in the linux host never returns after the windows instance locks up.
I've tried other ways to get this to work, such as using virt-manager to install the windows instance but it always results in the same failure.
I also tried running kvm by hand like this:
/usr/bin/kvm -S -M pc -m 512 -smp 1 -name windows -uuid 5c991002-
where i added the -usbdevice host:10c4:ea60 parameter to try to get it to see the skycaddie directly but when i try to run kvm this way the image doesn't seem to want to start up.
after this issue occurs, i must force the windows kvm guest to shut down, and reboot the linux host as well. The linux host will always fail to reboot - it fails to unload the kvm_amd module and then sits there blocked on 'stopping bluetooth' at which
point i have to power cycle the box.
Any ideas welcome, thanks.
Changed in kvm (Ubuntu): | |
importance: | Undecided → Wishlist |
Changed in kvm (Ubuntu): | |
status: | New → Triaged |