Opened 15 years ago
Last modified 10 years ago
#5587 new defect
USB device is reported as "unknown device" in Windows Guest on Windows Host
Reported by: | Egon | Owned by: | |
---|---|---|---|
Component: | USB | Version: | VirtualBox 3.0.12 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Windows |
Description (last modified by )
The problem appears related to the slash contained in the device serial number. My guess is that the conversion into a # brokens the guest address.
Using "VBoxManage.exe list usbhost":
UUID: d398cf2d-92ee-44bc-aa8e-6ccef37494eb[[BR]] VendorId: 0x1781 (1781) ProductId: 0x0c63 (0C63) Revision: 2.0 (0200) Manufacturer: B.Sauter Product: OpenOCD Debugger SerialNumber: '''GNU/GPL2''' Address: {eb781aaf-9c70-4523-a5df-642a87eca567}\0000 Current State: Busy
is reported at the guest as:
UUID: fd66cabb-4b08-4a90-a877-468e438c50b4 VendorId: 0x1781 (1781) ProductId: 0x0c63 (0C63) Revision: 2.0 (0200) Manufacturer: B.Sauter Product: OpenOCD Debugger SerialNumber: GNU/GPL2 Address: \?\usb#vid_80ee&pid_cafe'''#gnu#gpl2#'''{00873fdf-cafe-80ee-aa5e-00c04fb1720b} Current State: Captured
The guest os see the device as "unknown device" with PID and VID to 0.
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Tried reflashing the device with a different serial number (with a - instead of /) and obtained a regular Address (\?\usb#vid_80ee&pid_cafe#gnu-gpl2#...). Anyway the device is still "unknown" in guest OS.
The device driver in host system is usblib0 (usblib windows port).