Bug 46411 - Virtualbox/Vmware usb device is working but on installed linux not.
Summary: Virtualbox/Vmware usb device is working but on installed linux not.
Status: RESOLVED OBSOLETE
Alias: None
Product: Drivers
Classification: Unclassified
Component: USB (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Greg Kroah-Hartman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 11:04 UTC by some
Modified: 2013-11-19 23:28 UTC (History)
1 user (show)

See Also:
Kernel Version: -
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description some 2012-08-24 11:04:37 UTC
HI. I don't really know if it is bug, but i have some problem with usb uhci/ohci/ehci drivers. I have device that if is plugged on linux which is installed on virtualbox/vmware works ok but when is plugged on linux installed on my (and my friend) machine no working:

This shows me lsusb and dmesg command on installed linux:
lsusb:
 Bus 002 Device 023: ID 04d8:000c Microchip Technology, Inc. 
 Device Descriptor:
 bLength 18
 bDescriptorType 1
 bcdUSB 2.00
 bDeviceClass 0 (Defined at Interface level)
 bDeviceSubClass 0 
 bDeviceProtocol 0 
 bMaxPacketSize0 8
 idVendor 0x04d8 Microchip Technology, Inc.
 idProduct 0x000c 
 bcdDevice 0.00
 iManufacturer 1 
 iProduct 2 
 iSerial 0 
 bNumConfigurations 1
 Configuration Descriptor:
 bLength 9
 bDescriptorType 2
 wTotalLength 41
 bNumInterfaces 1
 bConfigurationValue 1
 iConfiguration 3 
 bmAttributes 0x80
 (Bus Powered)
 MaxPower 200mA
 Interface Descriptor:
 bLength 9
 bDescriptorType 4
 bInterfaceNumber 0
 bAlternateSetting 0
 bNumEndpoints 2
 bInterfaceClass 3 Human Interface Device
 bInterfaceSubClass 0 No Subclass
 bInterfaceProtocol 0 None
 iInterface 0 
 HID Device Descriptor:
 bLength 9
 bDescriptorType 33
 bcdHID 1.01
 bCountryCode 0 Not supported
 bNumDescriptors 1
 bDescriptorType 34 Report
 wDescriptorLength 47
 Report Descriptors: 
 ** UNAVAILABLE **
 Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x81 EP 1 IN
 bmAttributes 3
 Transfer Type Interrupt
 Synch Type None
 Usage Type Data
 wMaxPacketSize 0x0008 1x 8 bytes
 bInterval 10
 Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x01 EP 1 OUT
 bmAttributes 3
 Transfer Type Interrupt
 Synch Type None
 Usage Type Data
 wMaxPacketSize 0x0008 1x 8 bytes
 bInterval 10
 can't get device qualifier: Protocol error
 can't get debug descriptor: Invalid or incomplete multibyte or wide character
 cannot read device status, Protocol error (71)

 and dmesg:
 [ 9010.776093] usb 2-2.1: new low speed USB device using uhci_hcd and address 25
 [ 9015.971125] generic-usb: probe of 0003:04D8:000C.0018 failed with error -71

 And this what commands shows on Virtualbox/vmware:
 lsusb: 

 Bus 002 Device 024: ID 04d8:000c Microchip Technology, Inc. 
 Device Descriptor:
 bLength 18
 bDescriptorType 1
 bcdUSB 2.00
 bDeviceClass 0 (Defined at Interface level)
 bDeviceSubClass 0 
 bDeviceProtocol 0 
 bMaxPacketSize0 8
 idVendor 0x04d8 Microchip Technology, Inc.
 idProduct 0x000c 
 bcdDevice 0.00
 iManufacturer 1 Microchip Technology Inc.
 iProduct 2 Joss Optical Elec. Dev
 iSerial 0 
 bNumConfigurations 1
 Configuration Descriptor:
 bLength 9
 bDescriptorType 2
 wTotalLength 41
 bNumInterfaces 1
 bConfigurationValue 1
 iConfiguration 3 
 bmAttributes 0x80
 (Bus Powered)
 MaxPower 200mA
 Interface Descriptor:
 bLength 9
 bDescriptorType 4
 bInterfaceNumber 0
 bAlternateSetting 0
 bNumEndpoints 2
 bInterfaceClass 3 Human Interface Device
 bInterfaceSubClass 0 No Subclass
 bInterfaceProtocol 0 None
 iInterface 0 
 HID Device Descriptor:
 bLength 9
 bDescriptorType 33
 bcdHID 1.01
 bCountryCode 0 Not supported
 bNumDescriptors 1
 bDescriptorType 34 Report
 wDescriptorLength 47
 Report Descriptors: 
 ** UNAVAILABLE **
 Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x81 EP 1 IN
 bmAttributes 3
 Transfer Type Interrupt
 Synch Type None
 Usage Type Data
 wMaxPacketSize 0x0008 1x 8 bytes
 bInterval 10
 Endpoint Descriptor:
 bLength 7
 bDescriptorType 5
 bEndpointAddress 0x01 EP 1 OUT
 bmAttributes 3
 Transfer Type Interrupt
 Synch Type None
 Usage Type Data
 wMaxPacketSize 0x0008 1x 8 bytes
 bInterval 10
 Device Status: 0x0001
 Self Powered

 and dmesg:
 [ 8942.177262] usb 2-2.1: new low speed USB device using uhci_hcd and address 24
 [ 8942.405212] generic-usb 0003:04D8:000C.0017: hiddev96,hidraw2: USB HID v1.01 Device [Microchip Technology Inc. Joss Optical Elec. Dev] on usb-0000:02:00.0-2.1/input0
Comment 1 Greg Kroah-Hartman 2012-08-24 14:26:36 UTC
On Fri, Aug 24, 2012 at 11:04:37AM +0000, bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=46411
> 
>            Summary: Virtualbox/Vmware usb device is working but on
>                     installed linux not.

Please email USB issues to the linux-usb@vger.kernel.org mailing list

Note You need to log in before you can comment on or make changes to this bug.