[wdmaudiodev] Re: Indicates two revision levels are incompatible (USB inbox driver + custom APO)

  • From: "Edward Abramian" <edwabr123@xxxxxxxxx>
  • To: <wdmaudiodev@xxxxxxxxxxxxx>
  • Date: Thu, 8 Aug 2019 10:48:27 -0700

I am wrapping wdma_usb.inf. Where should I look for the logs?

 

From: wdmaudiodev-bounce@xxxxxxxxxxxxx
[mailto:wdmaudiodev-bounce@xxxxxxxxxxxxx] On Behalf Of Matthew van Eerde
(Redacted sender "Matthew.van.Eerde" for DMARC)
Sent: Thursday, August 8, 2019 9:20 AM
To: wdmaudiodev@xxxxxxxxxxxxx
Subject: [wdmaudiodev] Re: Indicates two revision levels are incompatible
(USB inbox driver + custom APO)

 

The "code X" values reported in device manager are documented in the cfg.h
header file in the SDK and WDK.

 

Code 10 = 0xa is CM_PROB_FAILED_START:
https://docs.microsoft.com/en-us/windows-hardware/drivers/install/cm-prob-fa
iled-start

 

This means that the driver loaded successfully, but IRP_MN_START_DEVICE
failed. Grabbing logs for the particular USB inbox driver in question should
help determine why. Are you wrapping wdma_usb.inf or usbaudio2.inf?

 

  _____  

From: wdmaudiodev-bounce@xxxxxxxxxxxxx
<mailto:wdmaudiodev-bounce@xxxxxxxxxxxxx>  <wdmaudiodev-bounce@xxxxxxxxxxxxx
<mailto:wdmaudiodev-bounce@xxxxxxxxxxxxx> > on behalf of Edward Abramian
<edwabr123@xxxxxxxxx <mailto:edwabr123@xxxxxxxxx> >
Sent: Thursday, August 8, 2019 12:44:32 AM
To: wdmaudiodev@xxxxxxxxxxxxx <mailto:wdmaudiodev@xxxxxxxxxxxxx>
<wdmaudiodev@xxxxxxxxxxxxx <mailto:wdmaudiodev@xxxxxxxxxxxxx> >
Subject: [wdmaudiodev] Indicates two revision levels are incompatible (USB
inbox driver + custom APO) 

 

Hi,

 

I have an .inf APO package that installs over Windows USB inbox driver. It
works great with several USB headsets but causes a trouble with one. Windows
will report the following issue and I am struggling to figure out what it
means.

 

This device cannot start. (Code 10)

Indicates two revision levels are incompatible.

 

I hope someone points to the right direction.

 

Thanks,

Edward

Other related posts: