USB Audio

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi,

I'm trying to use a USB headset on Windows XP
embedded 2002, but the devide is not working.
The device manager shows the following error:
This device is not configured correctly (Code 1).
I think that I get this error because of missing
drivers and after some searching I noticed that
usbaudio.sys is missing. Unfortunateky, I have
no idea how I can install the drivers.

I would really appreciate if someone can point
me in the right direction.

Best regards,

Tom
 
Tom,

You will need to add component like "USB Speakers" to your project in TD. This component should bring in support to your image that
you need.
In case that you did not made XPe image you should contact support from company that made XPe image for you, if this option is not
available to you then you should download XPe eval version and try to add all files and registry entries that this component and
components that it depend on contain.

For start you might want to try to manualy add:
USBAUDIO.sys wdma_usb.inf wdmaudio.inf from XPP and then reinstall driver. Please before that delete setupapi.log and then examine
it for reasons of install failure.

Regards,
Slobodan
 
slobodan,

Thank you for the response. Unfortunately I
did not make the XPe image and I cannot contact
the company that did.

I've tried to install the three files you
recommended, but the device still fails to
work. The following is the content of
setupapi.log:

[SetupAPI Log]
OS Version = 5.1.2600 Service Pack 2
Platform ID = 2 (NT)
Service Pack = 2.0
Suite = 0x0040
Product Type = 1
Architecture = x86
[2005/06/08 14:10:36 800.9 Driver Install]
#-019 Searching for hardware ID(s):
usb\vid_046d&pid_0a01&rev_0006&mi_00,usb\vid_046d&pid_0a01&mi_00
#-018 Searching for compatible ID(s):
usb\class_01&subclass_01&prot_00,usb\class_01&subclass_01,usb\class_01
#-198 Command line processed: C:\WINDOWS\system32\services.exe
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#W059 Selecting best compatible driver failed. Error 0xe0000228:
There are no compatible drivers for this device.
#W157 Default installer failed. Error 0xe0000228: There are no
compatible drivers for this device.

Best regards,

Tom
 
Tom,

Try finding appropriate inf files used on XP Pro for your audio device the ones that support vid 046d pid 0a01

Regards,
Slobodan



Tom said:
slobodan,

Thank you for the response. Unfortunately I
did not make the XPe image and I cannot contact
the company that did.

I've tried to install the three files you
recommended, but the device still fails to
work. The following is the content of
setupapi.log:

[SetupAPI Log]
OS Version = 5.1.2600 Service Pack 2
Platform ID = 2 (NT)
Service Pack = 2.0
Suite = 0x0040
Product Type = 1
Architecture = x86
[2005/06/08 14:10:36 800.9 Driver Install]
#-019 Searching for hardware ID(s):
usb\vid_046d&pid_0a01&rev_0006&mi_00,usb\vid_046d&pid_0a01&mi_00
#-018 Searching for compatible ID(s):
usb\class_01&subclass_01&prot_00,usb\class_01&subclass_01,usb\class_01
#-198 Command line processed: C:\WINDOWS\system32\services.exe
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#W059 Selecting best compatible driver failed. Error 0xe0000228:
There are no compatible drivers for this device.
#W157 Default installer failed. Error 0xe0000228: There are no
compatible drivers for this device.

Best regards,

Tom
Tom,

You will need to add component like "USB Speakers" to your project in TD. This component should bring in support to your image that
you need.
In case that you did not made XPe image you should contact support from company that made XPe image for you, if this option is not
available to you then you should download XPe eval version and try to add all files and registry entries that this component and
components that it depend on contain.

For start you might want to try to manualy add:
USBAUDIO.sys wdma_usb.inf wdmaudio.inf from XPP and then reinstall driver. Please before that delete setupapi.log and then examine
it for reasons of install failure.

Regards,
Slobodan
 
Slobodan,

Thanks for all the information. It finally
works.

Best regards,

Tom
Tom,

Try finding appropriate inf files used on XP Pro for your audio device the ones that support vid 046d pid 0a01

Regards,
Slobodan



Tom said:
slobodan,

Thank you for the response. Unfortunately I
did not make the XPe image and I cannot contact
the company that did.

I've tried to install the three files you
recommended, but the device still fails to
work. The following is the content of
setupapi.log:

[SetupAPI Log]
OS Version = 5.1.2600 Service Pack 2
Platform ID = 2 (NT)
Service Pack = 2.0
Suite = 0x0040
Product Type = 1
Architecture = x86
[2005/06/08 14:10:36 800.9 Driver Install]
#-019 Searching for hardware ID(s):
usb\vid_046d&pid_0a01&rev_0006&mi_00,usb\vid_046d&pid_0a01&mi_00
#-018 Searching for compatible ID(s):
usb\class_01&subclass_01&prot_00,usb\class_01&subclass_01,usb\class_01
#-198 Command line processed: C:\WINDOWS\system32\services.exe
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#W059 Selecting best compatible driver failed. Error 0xe0000228:
There are no compatible drivers for this device.
#W157 Default installer failed. Error 0xe0000228: There are no
compatible drivers for this device.

Best regards,

Tom
Tom,

You will need to add component like "USB Speakers" to your project in TD. This component should bring in support to your image
that
you need.
In case that you did not made XPe image you should contact support from company that made XPe image for you, if this option is
not
available to you then you should download XPe eval version and try to add all files and registry entries that this component and
components that it depend on contain.

For start you might want to try to manualy add:
USBAUDIO.sys wdma_usb.inf wdmaudio.inf from XPP and then reinstall driver. Please before that delete setupapi.log and then
examine
it for reasons of install failure.

Regards,
Slobodan




Hi,

I'm trying to use a USB headset on Windows XP
embedded 2002, but the devide is not working.
The device manager shows the following error:
This device is not configured correctly (Code 1).
I think that I get this error because of missing
drivers and after some searching I noticed that
usbaudio.sys is missing. Unfortunateky, I have
no idea how I can install the drivers.

I would really appreciate if someone can point
me in the right direction.

Best regards,

Tom
 
Back
Top