Prev: Filter Hook
Next: Eliyas Yakub [MSFT]
From: vcsrave on 10 Aug 2006 14:29 Hi, I have been asked to load the Winusb.sys for our USB device in 'Windows XP sp2'. I copied the sys file from the vista and I changed the inf to install the winusb.sys and as the WDK documentation mentioned I have added a AddReg section to create a GUID registry entry. And when I tried to install the driver, I am getting the error code 37. The Microsoft article points out that this error is due to the failure in DriverEntry routine. But I don't know how to get rid of this problem. I even tried to install the driver with the WdfCoInstaller dll, but I get the same error. I could able to install the driver successfully in Windows Vista with the same Inf. But is it possible to install the driver in Windows XP. I have attached the setupact.log and setupapi.log file logs. Could any one help me on this? Thanks Ravi setupact.log ============ WdfCoInstaller: [08/09/2006 11:20.51.875] DIF_INSTALLDEVICE: Pre-Processing WdfCoInstaller: [08/09/2006 11:20.51.968] ReadComponents: WdfSection for Driver Service osrusbfx2 using KMDF lib version Major 0x1, minor 0x1 WdfCoInstaller: [08/09/2006 11:20.52.046] DIF_INSTALLDEVICE: GetLatestInstalledVersion install version major 0x1, minor 0x1 is less then or equal to latest major 0x1, minor 0x1, asking for post processing WdfCoInstaller: [08/09/2006 11:20.53.203] DIF_INSTALLDEVICE: Post-Processing WdfCoInstaller: [08/09/2006 11:32.30.296] DIF_INSTALLDEVICE: Pre-Processing WdfCoInstaller: [08/09/2006 11:32.30.359] ReadComponents: WdfSection for Driver Service osrusbfx2 using KMDF lib version Major 0x1, minor 0x1 WdfCoInstaller: [08/09/2006 11:32.30.406] DIF_INSTALLDEVICE: GetLatestInstalledVersion install version major 0x1, minor 0x1 is less then or equal to latest major 0x1, minor 0x1, asking for post processing WdfCoInstaller: [08/09/2006 11:32.31.421] DIF_INSTALLDEVICE: Post-Processing setupapi.log ============ #E362 An unsigned or incorrectly signed file "c:\documents and settings\administrator\desktop\winusb\scusbwa.inf" for driver "Staccato Ripcord DVK Wireless USB Host Wire Adapter(A1)" will be installed (Policy=Warn). Error 0xe000022f: The third-party INF does not contain digital signature information. #-166 Device install function: DIF_REGISTER_COINSTALLERS. #I056 Coinstallers registered. #-166 Device install function: DIF_INSTALLINTERFACES. #-011 Installing section [SCUSBWA.Dev.NT.Interfaces] from "c:\documents and settings\administrator\desktop\winusb\scusbwa.inf". #I054 Interfaces installed. #-166 Device install function: DIF_INSTALLDEVICE. #I123 Doing full install of "USB\VID_1461&PID_04A1\5&345CE9D2&0&7". #E362 An unsigned or incorrectly signed file "c:\documents and settings\administrator\desktop\winusb\scusbwa.inf" for driver "Staccato Ripcord DVK Wireless USB Host Wire Adapter(A1)" will be installed (Policy=Warn). Error 0xe000022f: The third-party INF does not contain digital signature information. #I163 Device not started: Device has problem: 0x25: CM_PROB_FAILED_DRIVER_ENTRY. #I121 Device install of "USB\VID_1461&PID_04A1\5&345CE9D2&0&7" finished successfully.
From: Doron Holan [MS] on 10 Aug 2006 22:53 winusb requires KMDF v1.5 (also from the WDK), not KMDF v1.1 d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting is provided "AS IS" with no warranties, and confers no rights. <vcsrave(a)yahoo.com> wrote in message news:1155234593.437565.286570(a)75g2000cwc.googlegroups.com... > Hi, > > I have been asked to load the Winusb.sys for our USB device in > 'Windows XP sp2'. I copied the sys file from the vista and I > changed the inf to install the winusb.sys and as the WDK documentation > mentioned I have added a AddReg section to create a GUID registry > entry. > > And when I tried to install the driver, I am getting the error code 37. > The Microsoft article points out that this error is due to the failure > in DriverEntry routine. But I don't know how to get rid of this > problem. I even tried to install the driver with the WdfCoInstaller > dll, but I get the same error. > > I could able to install the driver successfully in Windows Vista with > the same Inf. But is it possible to install the driver in Windows XP. > > I have attached the setupact.log and setupapi.log file logs. > > Could any one help me on this? > > Thanks > Ravi > > setupact.log > > ============ > > > WdfCoInstaller: [08/09/2006 11:20.51.875] DIF_INSTALLDEVICE: > Pre-Processing > WdfCoInstaller: [08/09/2006 11:20.51.968] ReadComponents: WdfSection > for Driver Service osrusbfx2 using KMDF lib version Major 0x1, minor > 0x1 > WdfCoInstaller: [08/09/2006 11:20.52.046] DIF_INSTALLDEVICE: > GetLatestInstalledVersion install version major 0x1, minor 0x1 is less > then or equal to latest major 0x1, minor 0x1, asking for post > processing > WdfCoInstaller: [08/09/2006 11:20.53.203] DIF_INSTALLDEVICE: > Post-Processing > WdfCoInstaller: [08/09/2006 11:32.30.296] DIF_INSTALLDEVICE: > Pre-Processing > WdfCoInstaller: [08/09/2006 11:32.30.359] ReadComponents: WdfSection > for Driver Service osrusbfx2 using KMDF lib version Major 0x1, minor > 0x1 > WdfCoInstaller: [08/09/2006 11:32.30.406] DIF_INSTALLDEVICE: > GetLatestInstalledVersion install version major 0x1, minor 0x1 is less > then or equal to latest major 0x1, minor 0x1, asking for post > processing > WdfCoInstaller: [08/09/2006 11:32.31.421] DIF_INSTALLDEVICE: > Post-Processing > > > > setupapi.log > > ============ > > #E362 An unsigned or incorrectly signed file "c:\documents and > settings\administrator\desktop\winusb\scusbwa.inf" for driver "Staccato > Ripcord DVK Wireless USB Host Wire Adapter(A1)" will be installed > (Policy=Warn). Error 0xe000022f: The third-party INF does not contain > digital signature information. > #-166 Device install function: DIF_REGISTER_COINSTALLERS. > #I056 Coinstallers registered. > #-166 Device install function: DIF_INSTALLINTERFACES. > #-011 Installing section [SCUSBWA.Dev.NT.Interfaces] from "c:\documents > and settings\administrator\desktop\winusb\scusbwa.inf". > #I054 Interfaces installed. > #-166 Device install function: DIF_INSTALLDEVICE. > #I123 Doing full install of "USB\VID_1461&PID_04A1\5&345CE9D2&0&7". > #E362 An unsigned or incorrectly signed file "c:\documents and > settings\administrator\desktop\winusb\scusbwa.inf" for driver "Staccato > Ripcord DVK Wireless USB Host Wire Adapter(A1)" will be installed > (Policy=Warn). Error 0xe000022f: The third-party INF does not contain > digital signature information. > #I163 Device not started: Device has problem: 0x25: > CM_PROB_FAILED_DRIVER_ENTRY. > #I121 Device install of "USB\VID_1461&PID_04A1\5&345CE9D2&0&7" finished > successfully. >
From: vcsrave on 11 Aug 2006 12:56 Thanks for your response. I have installed WDF 5472 in my machine. So does it includes KMDF v1.5 ? If not how could I get KMDF v1.5 ? Thanks Ravi Doron Holan [MS] wrote: > winusb requires KMDF v1.5 (also from the WDK), not KMDF v1.1 > > d > > -- > Please do not send e-mail directly to this alias. this alias is for > newsgroup purposes only. > This posting is provided "AS IS" with no warranties, and confers no rights. > > > <vcsrave(a)yahoo.com> wrote in message > news:1155234593.437565.286570(a)75g2000cwc.googlegroups.com... > > Hi, > > > > I have been asked to load the Winusb.sys for our USB device in > > 'Windows XP sp2'. I copied the sys file from the vista and I > > changed the inf to install the winusb.sys and as the WDK documentation > > mentioned I have added a AddReg section to create a GUID registry > > entry. > > > > And when I tried to install the driver, I am getting the error code 37. > > The Microsoft article points out that this error is due to the failure > > in DriverEntry routine. But I don't know how to get rid of this > > problem. I even tried to install the driver with the WdfCoInstaller > > dll, but I get the same error. > > > > I could able to install the driver successfully in Windows Vista with > > the same Inf. But is it possible to install the driver in Windows XP. > > > > I have attached the setupact.log and setupapi.log file logs. > > > > Could any one help me on this? > > > > Thanks > > Ravi > > > > setupact.log > > > > ============ > > > > > > WdfCoInstaller: [08/09/2006 11:20.51.875] DIF_INSTALLDEVICE: > > Pre-Processing > > WdfCoInstaller: [08/09/2006 11:20.51.968] ReadComponents: WdfSection > > for Driver Service osrusbfx2 using KMDF lib version Major 0x1, minor > > 0x1 > > WdfCoInstaller: [08/09/2006 11:20.52.046] DIF_INSTALLDEVICE: > > GetLatestInstalledVersion install version major 0x1, minor 0x1 is less > > then or equal to latest major 0x1, minor 0x1, asking for post > > processing > > WdfCoInstaller: [08/09/2006 11:20.53.203] DIF_INSTALLDEVICE: > > Post-Processing > > WdfCoInstaller: [08/09/2006 11:32.30.296] DIF_INSTALLDEVICE: > > Pre-Processing > > WdfCoInstaller: [08/09/2006 11:32.30.359] ReadComponents: WdfSection > > for Driver Service osrusbfx2 using KMDF lib version Major 0x1, minor > > 0x1 > > WdfCoInstaller: [08/09/2006 11:32.30.406] DIF_INSTALLDEVICE: > > GetLatestInstalledVersion install version major 0x1, minor 0x1 is less > > then or equal to latest major 0x1, minor 0x1, asking for post > > processing > > WdfCoInstaller: [08/09/2006 11:32.31.421] DIF_INSTALLDEVICE: > > Post-Processing > > > > > > > > setupapi.log > > > > ============ > > > > #E362 An unsigned or incorrectly signed file "c:\documents and > > settings\administrator\desktop\winusb\scusbwa.inf" for driver "Staccato > > Ripcord DVK Wireless USB Host Wire Adapter(A1)" will be installed > > (Policy=Warn). Error 0xe000022f: The third-party INF does not contain > > digital signature information. > > #-166 Device install function: DIF_REGISTER_COINSTALLERS. > > #I056 Coinstallers registered. > > #-166 Device install function: DIF_INSTALLINTERFACES. > > #-011 Installing section [SCUSBWA.Dev.NT.Interfaces] from "c:\documents > > and settings\administrator\desktop\winusb\scusbwa.inf". > > #I054 Interfaces installed. > > #-166 Device install function: DIF_INSTALLDEVICE. > > #I123 Doing full install of "USB\VID_1461&PID_04A1\5&345CE9D2&0&7". > > #E362 An unsigned or incorrectly signed file "c:\documents and > > settings\administrator\desktop\winusb\scusbwa.inf" for driver "Staccato > > Ripcord DVK Wireless USB Host Wire Adapter(A1)" will be installed > > (Policy=Warn). Error 0xe000022f: The third-party INF does not contain > > digital signature information. > > #I163 Device not started: Device has problem: 0x25: > > CM_PROB_FAILED_DRIVER_ENTRY. > > #I121 Device install of "USB\VID_1461&PID_04A1\5&345CE9D2&0&7" finished > > successfully. > >
From: vcsrave on 11 Aug 2006 12:56 Thanks for your response. I have installed WDF 5472 in my machine. So does it includes KMDF v1.5 ? If not how could I get KMDF v1.5 ? Thanks Ravi Doron Holan [MS] wrote: > winusb requires KMDF v1.5 (also from the WDK), not KMDF v1.1 > > d > > -- > Please do not send e-mail directly to this alias. this alias is for > newsgroup purposes only. > This posting is provided "AS IS" with no warranties, and confers no rights. > > > <vcsrave(a)yahoo.com> wrote in message > news:1155234593.437565.286570(a)75g2000cwc.googlegroups.com... > > Hi, > > > > I have been asked to load the Winusb.sys for our USB device in > > 'Windows XP sp2'. I copied the sys file from the vista and I > > changed the inf to install the winusb.sys and as the WDK documentation > > mentioned I have added a AddReg section to create a GUID registry > > entry. > > > > And when I tried to install the driver, I am getting the error code 37. > > The Microsoft article points out that this error is due to the failure > > in DriverEntry routine. But I don't know how to get rid of this > > problem. I even tried to install the driver with the WdfCoInstaller > > dll, but I get the same error. > > > > I could able to install the driver successfully in Windows Vista with > > the same Inf. But is it possible to install the driver in Windows XP. > > > > I have attached the setupact.log and setupapi.log file logs. > > > > Could any one help me on this? > > > > Thanks > > Ravi > > > > setupact.log > > > > ============ > > > > > > WdfCoInstaller: [08/09/2006 11:20.51.875] DIF_INSTALLDEVICE: > > Pre-Processing > > WdfCoInstaller: [08/09/2006 11:20.51.968] ReadComponents: WdfSection > > for Driver Service osrusbfx2 using KMDF lib version Major 0x1, minor > > 0x1 > > WdfCoInstaller: [08/09/2006 11:20.52.046] DIF_INSTALLDEVICE: > > GetLatestInstalledVersion install version major 0x1, minor 0x1 is less > > then or equal to latest major 0x1, minor 0x1, asking for post > > processing > > WdfCoInstaller: [08/09/2006 11:20.53.203] DIF_INSTALLDEVICE: > > Post-Processing > > WdfCoInstaller: [08/09/2006 11:32.30.296] DIF_INSTALLDEVICE: > > Pre-Processing > > WdfCoInstaller: [08/09/2006 11:32.30.359] ReadComponents: WdfSection > > for Driver Service osrusbfx2 using KMDF lib version Major 0x1, minor > > 0x1 > > WdfCoInstaller: [08/09/2006 11:32.30.406] DIF_INSTALLDEVICE: > > GetLatestInstalledVersion install version major 0x1, minor 0x1 is less > > then or equal to latest major 0x1, minor 0x1, asking for post > > processing > > WdfCoInstaller: [08/09/2006 11:32.31.421] DIF_INSTALLDEVICE: > > Post-Processing > > > > > > > > setupapi.log > > > > ============ > > > > #E362 An unsigned or incorrectly signed file "c:\documents and > > settings\administrator\desktop\winusb\scusbwa.inf" for driver "Staccato > > Ripcord DVK Wireless USB Host Wire Adapter(A1)" will be installed > > (Policy=Warn). Error 0xe000022f: The third-party INF does not contain > > digital signature information. > > #-166 Device install function: DIF_REGISTER_COINSTALLERS. > > #I056 Coinstallers registered. > > #-166 Device install function: DIF_INSTALLINTERFACES. > > #-011 Installing section [SCUSBWA.Dev.NT.Interfaces] from "c:\documents > > and settings\administrator\desktop\winusb\scusbwa.inf". > > #I054 Interfaces installed. > > #-166 Device install function: DIF_INSTALLDEVICE. > > #I123 Doing full install of "USB\VID_1461&PID_04A1\5&345CE9D2&0&7". > > #E362 An unsigned or incorrectly signed file "c:\documents and > > settings\administrator\desktop\winusb\scusbwa.inf" for driver "Staccato > > Ripcord DVK Wireless USB Host Wire Adapter(A1)" will be installed > > (Policy=Warn). Error 0xe000022f: The third-party INF does not contain > > digital signature information. > > #I163 Device not started: Device has problem: 0x25: > > CM_PROB_FAILED_DRIVER_ENTRY. > > #I121 Device install of "USB\VID_1461&PID_04A1\5&345CE9D2&0&7" finished > > successfully. > >
From: Doron Holan [MS] on 11 Aug 2006 21:49
for XP, you need to use wdfcoinstaller01005.dll from the wdk d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting is provided "AS IS" with no warranties, and confers no rights. <vcsrave(a)yahoo.com> wrote in message news:1155315411.608667.173020(a)75g2000cwc.googlegroups.com... > Thanks for your response. > > I have installed WDF 5472 in my machine. So does it includes KMDF v1.5 > ? > If not how could I get KMDF v1.5 ? > > Thanks > Ravi > > Doron Holan [MS] wrote: >> winusb requires KMDF v1.5 (also from the WDK), not KMDF v1.1 >> >> d >> >> -- >> Please do not send e-mail directly to this alias. this alias is for >> newsgroup purposes only. >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> >> >> <vcsrave(a)yahoo.com> wrote in message >> news:1155234593.437565.286570(a)75g2000cwc.googlegroups.com... >> > Hi, >> > >> > I have been asked to load the Winusb.sys for our USB device in >> > 'Windows XP sp2'. I copied the sys file from the vista and I >> > changed the inf to install the winusb.sys and as the WDK documentation >> > mentioned I have added a AddReg section to create a GUID registry >> > entry. >> > >> > And when I tried to install the driver, I am getting the error code 37. >> > The Microsoft article points out that this error is due to the failure >> > in DriverEntry routine. But I don't know how to get rid of this >> > problem. I even tried to install the driver with the WdfCoInstaller >> > dll, but I get the same error. >> > >> > I could able to install the driver successfully in Windows Vista with >> > the same Inf. But is it possible to install the driver in Windows XP. >> > >> > I have attached the setupact.log and setupapi.log file logs. >> > >> > Could any one help me on this? >> > >> > Thanks >> > Ravi >> > >> > setupact.log >> > >> > ============ >> > >> > >> > WdfCoInstaller: [08/09/2006 11:20.51.875] DIF_INSTALLDEVICE: >> > Pre-Processing >> > WdfCoInstaller: [08/09/2006 11:20.51.968] ReadComponents: WdfSection >> > for Driver Service osrusbfx2 using KMDF lib version Major 0x1, minor >> > 0x1 >> > WdfCoInstaller: [08/09/2006 11:20.52.046] DIF_INSTALLDEVICE: >> > GetLatestInstalledVersion install version major 0x1, minor 0x1 is less >> > then or equal to latest major 0x1, minor 0x1, asking for post >> > processing >> > WdfCoInstaller: [08/09/2006 11:20.53.203] DIF_INSTALLDEVICE: >> > Post-Processing >> > WdfCoInstaller: [08/09/2006 11:32.30.296] DIF_INSTALLDEVICE: >> > Pre-Processing >> > WdfCoInstaller: [08/09/2006 11:32.30.359] ReadComponents: WdfSection >> > for Driver Service osrusbfx2 using KMDF lib version Major 0x1, minor >> > 0x1 >> > WdfCoInstaller: [08/09/2006 11:32.30.406] DIF_INSTALLDEVICE: >> > GetLatestInstalledVersion install version major 0x1, minor 0x1 is less >> > then or equal to latest major 0x1, minor 0x1, asking for post >> > processing >> > WdfCoInstaller: [08/09/2006 11:32.31.421] DIF_INSTALLDEVICE: >> > Post-Processing >> > >> > >> > >> > setupapi.log >> > >> > ============ >> > >> > #E362 An unsigned or incorrectly signed file "c:\documents and >> > settings\administrator\desktop\winusb\scusbwa.inf" for driver "Staccato >> > Ripcord DVK Wireless USB Host Wire Adapter(A1)" will be installed >> > (Policy=Warn). Error 0xe000022f: The third-party INF does not contain >> > digital signature information. >> > #-166 Device install function: DIF_REGISTER_COINSTALLERS. >> > #I056 Coinstallers registered. >> > #-166 Device install function: DIF_INSTALLINTERFACES. >> > #-011 Installing section [SCUSBWA.Dev.NT.Interfaces] from "c:\documents >> > and settings\administrator\desktop\winusb\scusbwa.inf". >> > #I054 Interfaces installed. >> > #-166 Device install function: DIF_INSTALLDEVICE. >> > #I123 Doing full install of "USB\VID_1461&PID_04A1\5&345CE9D2&0&7". >> > #E362 An unsigned or incorrectly signed file "c:\documents and >> > settings\administrator\desktop\winusb\scusbwa.inf" for driver "Staccato >> > Ripcord DVK Wireless USB Host Wire Adapter(A1)" will be installed >> > (Policy=Warn). Error 0xe000022f: The third-party INF does not contain >> > digital signature information. >> > #I163 Device not started: Device has problem: 0x25: >> > CM_PROB_FAILED_DRIVER_ENTRY. >> > #I121 Device install of "USB\VID_1461&PID_04A1\5&345CE9D2&0&7" finished >> > successfully. >> > > |