I have tried to build the Windows driver Samples using Microsoft documentation ,One of the file is missing (TabletAudioSample.inf) is missing

16064714 0 Reputation points
2024-04-22T05:17:52.0466667+00:00

[Device Install (UpdateDriverForPlugAndPlayDevices) - Root\Sysvad_ComponentizedAudioSample]

Section start 2024/03/22 14:18:35.193

cmd: C:\tools\devcon install ComponentizedAudioSample.inf Root\Sysvad_ComponentizedAudioSample

ndv: INF path: C:\Sysvad\ComponentizedAudioSample.inf

ndv: Install flags: 0x00000001

ndv: {Update Device Driver - ROOT\MEDIA\0000}

ndv: Search options: 0x00000080

ndv: Searching single INF 'C:\Sysvad\ComponentizedAudioSample.inf'

dvi: {Build Driver List} 14:18:35.225

dvi: Searching for hardware ID(s):

dvi: root\sysvad_componentizedaudiosample

dvi: {Build Driver List - exit(0x00000000)} 14:18:35.294

! ndv: No matching drivers found in single INF

dvi: {DIF_SELECTBESTCOMPATDRV} 14:18:35.309

dvi: Default installer: Enter 14:18:35.309

dvi: {Select Best Driver}

! dvi: Selecting driver failed(0xe0000228)

dvi: {Select Best Driver - exit(0xe0000228)}

! dvi: Default installer: failed

! dvi: Error 0xe0000228: There are no compatible drivers for this device.

dvi: {DIF_SELECTBESTCOMPATDRV - exit(0xe0000228)} 14:18:35.309

! ndv: Unable to select best compatible driver. Error = 0xe0000228

ndv: No drivers found for device.

ndv: {Update Device Driver - exit(00000103)}

! ndv: No better matching drivers found for device 'ROOT\MEDIA\0000'.

! ndv: No devices were updated.

<<< Section end 2024/03/22 14:18:35.325

<<< [Exit status: FAILURE(0x00000103)]

Windows 10 Hardware Performance
Windows 10 Hardware Performance
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
94 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 15,266 Reputation points MVP
    2024-05-05T03:28:40.4033333+00:00

    If you're using the official Microsoft driver samples repository on GitHub (https://github.com/microsoft/Windows-driver-samples), you can search within the repository for the missing file. It's possible it's located in a different folder or renamed. Try searching for terms like "TabletAudio" or "Audio Sample" to see if any related files exist.

    0 comments No comments