Static Tools Logo Test fails on i8042prt(Microsoft inbox driver)

Kyle Chen 11 Reputation points
2022-04-29T02:08:31.937+00:00

I got Static Tools Logo Test failed on i8042prt(Microsoft inbox driver).
The error message as below showing:
DeviceClass: Keyboard
Expected driver names: i8042prt
DVL test failed:
Microsoft.StaticToolsLogo.ObjectModel.DvlException: No DVL folder detected. Please place DVLs in C:\dvl or C:\data\test\bin\dvl on the target device

Does any one know how to get DVL file and i8042prt source code?
(I am not Driver Developer..so I need some helps)

Thanks.

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,931 Reputation points
    2022-05-03T07:38:02.66+00:00

    Hi KyleChen-4627,

    You can download the i8042prt.sys file from opendll and it's the Microsoft PS/2 Port driver. You can find more information about this file here:

    https://learn.microsoft.com/en-us/windows-hardware/drivers/hid/ps-2--i8042prt--driver

    The DVL file used for testing needs to be generated by either running "msbuild /t:dvl" on the driver project, or through the "Create Driver Verification Log..." option in the Visual Studio Extensions->Driver menu.

    When running Static Driver Verifier, a partial DVL log is generated in the SDV subfolder which should not be used, as it is incomplete and will cause this error.

    If you used that partial log, please generate a full DVL through MSBuild or Visual Studio and use that for the test.

    More information can be read here:

    https://learn.microsoft.com/en-us/windows-hardware/test/hlk/testref/6ab6df93-423c-4af6-ad48-8ea1049155ae

    ----------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.