Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all articles
Browse latest Browse all 207710

trouble seeing Samsung Galaxy S on Ubuntu VM

$
0
0

Hi,

 

I'm trying to access a Samsung Galaxy S phone connected via USB to my server running ESXi 4.  Since upgrading my phone to Android Ice Cream Sandwich, I'm having trouble seeing it in my Ubuntu VM.  Initially, it wouldn't be recognized at all by the VM but would cause khubd to spin cycles.  By poking around on another forum, I was able to solve part of my problem.  I added the following to the .vmx config file:

 

     usb.quirks.device0 = "0x18d1:0x4e20 skip-reset"
     usb.quirks.device1 = "0x18d1:0x4e21 skip-reset"
     usb.quirks.device2 = "0x18d1:0x4e22 skip-reset"

 

Now the device shows up when I run lsusb, but does not show up as an Android device when running adb.  This is the output of dmesg:

 

[71096.038032] usb 1-1: new high speed USB device using ehci_hcd and address 5
[71096.205184] usb 1-1: configuration #1 chosen from 1 choice
[71106.206838] usb 1-1: can't set config #1, error -110

 

And these are the last several lines of the vmware.log:

 

Jan 06 21:15:44.464: vmx| USB: Autoconnecting device "unknown Full" matching pattern [path:1/2/1 autoclean:1]
Jan 06 21:15:44.464: vmx| USB: Connecting device 0x1001b18d14e22
Jan 06 21:15:44.465: vmx| VMXVmdbLoadUsbDevices: New set of 1 USB devices
Jan 06 21:15:44.465: vmx| USB: Found device [name:unknown\ Full vid:18d1 pid:4e22 path:1/2/1 speed:high family:vendor,storage]
Jan 06 21:15:44.465: vmx| USBGA: device 1001b18d14e22 arrived
Jan 06 21:15:44.465: vmx| USBG: CONNREQ: Dequeued head request after 0 ms for [name:unknown\ Full vid:18d1 pid:4e22 path:1/2/1 speed:high family:vendor,storage]
Jan 06 21:15:44.465: vmx| deviceType = generic
Jan 06 21:15:44.465: vmx| USBG: Quirks for device 18d1:4e22 (user-defined,skip-reset)
Jan 06 21:15:44.465: vmx| USB: Device [name:unknown\ Full vid:18d1 pid:4e22 path:1/2/1 speed:high family:vendor,storage] should already be connected
Jan 06 21:15:44.465: vmx| VMXVmdbLoadUsbDevices: New set of 1 USB devices
Jan 06 21:15:44.465: vmx| USB: Found device [name:unknown\ Full vid:18d1 pid:4e22 path:1/2/1 speed:high family:vendor,storage]
Jan 06 21:15:44.617: vcpu-0| USBG: Skipping device reset due to device quirks on device 0x1001b18d14e22
Jan 06 21:15:44.739: vcpu-0| USBG: Skipping device reset due to device quirks on device 0x1001b18d14e22
Jan 06 21:15:54.910: vmx| USBGL: SETCONFIGURATION=1 failed -1:110:Connection timed out
Jan 06 21:15:54.910: vmx| USBIO: Detect usb-storage class

 

Will upgrading to v5 solve my problem?  A short-term workaround would be helpful.

 

Thanks for any help you can give,

Jeff


Viewing all articles
Browse latest Browse all 207710

Trending Articles