summary refs log tree commit diff stats
path: root/results/classifier/108/other/1369347
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/other/1369347')
-rw-r--r--results/classifier/108/other/136934762
1 files changed, 62 insertions, 0 deletions
diff --git a/results/classifier/108/other/1369347 b/results/classifier/108/other/1369347
new file mode 100644
index 000000000..a544c7176
--- /dev/null
+++ b/results/classifier/108/other/1369347
@@ -0,0 +1,62 @@
+network: 0.850
+device: 0.840
+other: 0.745
+PID: 0.701
+socket: 0.656
+vnc: 0.610
+files: 0.588
+permissions: 0.572
+boot: 0.570
+performance: 0.568
+semantic: 0.567
+graphic: 0.560
+KVM: 0.440
+debug: 0.427
+
+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.
+