summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/688052
blob: 39d9eeeb1a8132e03ee5d2467386a15e6614402d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
usb does not work 0.13.0

Hi all, I'm using both, debian lenny and debian squeeze.
I installed qemu-kvm (0.12.5) form debian repository but I got problem trying to pass a host usb device to the guest.

I compiled so the latest stable version (0.13.0) hoping that the problem was fixed.
It didn't help, the error I get is always:

usb_create: no bus specified, using "usb.0" for "usb-host" 

The command I use is

qemu-system-x86_64 -hda lenny_amd64_vergine.qcow2 -usbdevice host:002.007 -boot order=c

On internet I found this, it might help:
http://<email address hidden>/msg38795.html

The guest is a simple debian lenny with 2.6.26 kernel.


I tried also to download the qemu development version but the download get interruped

git clone http://git.qemu.org/qemu.git
Cloning into qemu...
error: Failed connect to git.qemu.org:80; No such file or directory (curl_result = 7, http_code = 0, sha1 = 62d76a25fe741bdaf1157f0edaf50a7772541db6)
error: Unable to find 62d76a25fe741bdaf1157f0edaf50a7772541db6 under http://git.qemu.org/qemu.git

I attach more info about the host machine I'm testing on.