Mavrikii
Platinum Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Satana68 Цитата: но оно работало на другом пк. | а сейчас работает? вполне могло испортиться между переносом от одного к другому. в процессе общения с устройством компьютер должен получить hardware id, иначе не будет знать какие драйвера нужны. типичные причины отсутствия обмена - накрывшееся устройство, либо проблемы при передаче информации (нестандартные уровни сигналов, к примеру, либо недостаточный ток для работы устройства). сюда же (правда тоже на английском) - https://blogs.msdn.microsoft.com/usbcoreblog/2009/11/03/why-is-my-usb-device-not-detected-or-comes-up-as-unknown-device/ Цитата: In most cases when enumeration fails the hub driver will still report the arrival of a device to Windows. In these cases the USB device will appear as “Unknown Device” in Device Manager, and will have a Device ID of “USB\VID_0000&PID_0000” and a Hardware ID and Compatible ID of “USB\UNKNOWN”. The following events will cause the USB hub driver to enumerate a USB device as an “Unknown Device”: A port reset request timed out during enumeration. The Set Address request for the USB device failed. The request for the USB device’s Device Descriptor request failed. The USB Device Descriptor was malformed and failed validation. The request for the Configuration Descriptor failed. The USB Configuration Descriptor was malformed and failed validation. On Windows 7, devices that failed enumeration will be marked with failure Code 43 in the device manager. On downlevel OS, namely Vista, the device manager may not have a failure code. So the way to detect enumeration failure is to look at the Hardware ID in the detail property page (right click on the device and select Properties and then look click on Details tab) of the device in the device manager. If the ID is USB\VID_0000&PID_0000 then the failure is during enumeration. | то есть такая проблема (и код ошибки 43) возникает из за проблемы общения с устройством в момент его подключения как вариант - попробовать воткнуть в другой порт и/или в задний порт на мат плате (он дает больше тока + меньше длина кабеля). | Всего записей: 16173 | Зарегистр. 20-09-2014 | Отправлено: 22:45 03-11-2017 | Исправлено: Mavrikii, 22:51 03-11-2017 |
|