We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: win10 21h2 VS: 2020 ERROR: devcon.exe failed!
LOG: in C:\Windows\INF\setupapi.dev.log
cmd: .\devcon-x64.exe install SimpleAudioSample.inf Root\SimpleAudioSample ndv: INF path: C:\SimpleAudioSampleDriver\SimpleAudioSample.inf ndv: Install flags: 0x00000001 ndv: {Update Device Driver - ROOT\MEDIA\0001} ndv: Search options: 0x00000080 ndv: Searching single INF 'C:\SimpleAudioSampleDriver\SimpleAudioSample.inf' dvi: {Build Driver List} 17:47:02.148 dvi: Searching for hardware ID(s): dvi: root\simpleaudiosample dvi: {Build Driver List - exit(0x00000000)} 17:47:02.216 ! ndv: No matching drivers found in single INF dvi: {DIF_SELECTBESTCOMPATDRV} 17:47:02.217 dvi: Default installer: Enter 17:47:02.219 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)} 17:47:02.222 ! 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\0001'. ! ndv: No devices were updated.
REASON: inf file (autogen by vs) has problems FIX:
[Manufacturer] ;%MfgName%=SIMPLEAUDIOSAMPLE,NTamd64.10.0...22000 %MfgName%=SIMPLEAUDIOSAMPLE,NTamd64 ;[SIMPLEAUDIOSAMPLE.NTamd64.10.0...22000] [SIMPLEAUDIOSAMPLE.NTamd64] %SIMPLEAUDIOSAMPLE_SA.DeviceDesc%=SIMPLEAUDIOSAMPLE_SA, ROOT\SimpleAudioSample
PS: delete sdk version number in section name, then you can install successfully!
The text was updated successfully, but these errors were encountered:
@microsoft/windowsaudio can you take a look?
Sorry, something went wrong.
Having the same issue.
garydan42
judzmura
No branches or pull requests
OS: win10 21h2
VS: 2020
ERROR: devcon.exe failed!
LOG: in C:\Windows\INF\setupapi.dev.log
REASON: inf file (autogen by vs) has problems
FIX:
PS: delete sdk version number in section name, then you can install successfully!
The text was updated successfully, but these errors were encountered: