Prev: My driver will not install on windows 7 64-bit
Next: ZwQuerySecurityObject, FltQuerySecurityObject, ObGetObjectSecurity returning ACCESS DENIED on a network share file.
From: Chris Williamson on 24 Aug 2010 14:23 You have to sign drivers before they will load on 64- Vista and Win7. Since you modified the inf file, you may have to regenterate the cat file. Alos you need to a) disable signing check (an F8 boot choice), b) sign with a test certificate and enable test signatures, or c) sign with an SPC. Struggling with these things myself right now. Chris "mario_atallah" wrote: > The two main errors in setupapi.log are: "Verifying file against specific > (valid) catalog failed! (0x00000057) Error 87: The parameter is incorrect. > {_VERIFY_FILE_SIGNATURE exit(0x00000057)}" and "Device not started: Device > has problem: 0x0a: CM_PROB_FAILED_START.". > > I can see the device in the device manager but it has the yellow exclamation > mark... The error is "The device cannot start (code 10)". > > Any idea what is going on wrong? Is it because I am trying to use winusb.sys > while hidclass.sys is already supported? or something else? > |