summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/network/1369347
blob: a527569f5b84d9213db22b0ddf0d5a04853ad7ab (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
network: 0.850
device: 0.840
other: 0.745
socket: 0.656
instruction: 0.624
vnc: 0.610
boot: 0.570
semantic: 0.567
graphic: 0.560
mistranslation: 0.491
KVM: 0.440
assembly: 0.437

Mac OS X cannot passthrough USB device to guest

I'm using Mac OS 10.9.4 with qemu-system-arm installed from brew (version 1.7.1) and verified with qemu-system-x86_64. I'm trying to pass a Ralink 5370 WiFi USB dongle to my guest system, it appears in my system profiler as:

802.11 n WLAN:

  Product ID:	0x5370
  Vendor ID:	0x148f
  Version:	 1.01
  Serial Number:	1.0
  Speed:	Up to 480 Mb/sec
  Manufacturer:	Ralink
  Location ID:	0x1d110000 / 6
  Current Available (mA):	500
  Current Required (mA):	450

Using the docs, I'm passing "-usb -device usb-host,vendorid=0x148f,productid=0x5370" and getting this error back:
"qemu-system-arm: -device usb-host,vendorid=0x148f,productid=0x5370: Parameter 'driver' expects device type"

On 14 September 2014 15:23, Aaron <email address hidden> wrote:
> Public bug reported:
>
> I'm using Mac OS 10.9.4 with qemu-system-arm installed from brew
> (version 1.7.1) and verified with qemu-system-x86_64. I'm trying to pass
> a Ralink 5370 WiFi USB dongle to my guest system, it appears in my
> system profiler as:

I don't imagine anybody's tested trying to get USB passthrough to
work on Macs. If it works it will be by happy side effect of the code
written for and tested on Linux happening to work.

It may not help, but it would be useful to try against a newer version
of QEMU, ie 2.1. You'll need to make sure you have the libusb
dev libraries installed so our configure can find them.

thanks
-- PMM


I'll give it a shot, thanks :)

For future googlers, I first ran "brew uninstall qemu" then "brew install libusb".

After that, download the source, "./configure", "make", "sudo make install" and you're done.

Comment #3 sounds like this bug has been fixed, right? So I'm closing this bug ticket now.