1

I built a new Windows CE image and placed two USB drivers. One for the USB printer and the second for some special device with digital and analog I/O ports.

I have one problem that came out with the drivers while the operating system boots up.

Every time the image boots up it asks to enter the driver's name. (The message is "Unidentified USB Device" Enter the name of the USB device driver) Is there a workaround for this problem ? What does I have to put into a registry?

I did not check if the driver is working after that because of my second problem with the SQL CE 3.5 in my application.

The similar problem is happening if I not add a driver for example the Audio subsystem. The OS at boot up scans the devices and finds some new hardware asking to fill the name for the driver.

It is simple to correct the second situation. I only have to check the item in the catalog view and rebuild the image. On behind the ragistry is filled with correct parameters but what am I supposed to do with custom drivers ?

4

1 回答 1

1

当查询 USB 节点并且在操作系统中没有找到 macthing 驱动程序时,会出现“未识别设备”对话框。具体是哪个设备造成的?您同时提到了打印机和 I/O 设备 - 了解导致错误的设备将有助于缩小范围。

当您将驱动程序“添加”到操作系统时,您是否只是添加了驱动程序二进制文件,或者您是否还在驱动程序部分添加了相关的注册表项?这些条目取决于特定的驱动程序,因此我无法准确告诉您您需要哪些键和值。

于 2012-04-20T13:19:26.480 回答