how can I use vinyl audio diver in XPE?

  • Thread starter Thread starter chenjie
  • Start date Start date
1. When you say it doesn't work what do you mean?
2. Did you import the INF file with KS.INF and WDMaudio.inf located in the
same directory? These two INF files help pull in extra dependencies.
3. When you ran TAP.exe, did you run it in XP pro with the audio driver
working? There are software enumerated drivers such as the audio codecs,
etc. that get found by TAP.exe. These are need for the audio to work
properly.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
 
thx!
I have two OS in a hard disk.
One is WINXPSP2,another is XPE.
in the WINXPSP2,my sound device is working,but in XPE,it cannt find sound
device.
when I run tap.exe on WINXP,and import the pmq file,it warms: Could not find
a diver for vinyl'AC 97codec combo diver(WDM).
Maybe that's why it cannt find sound device in XPE.
What I should do?
 
Probably the driver is not in XPe database (don't have the toolkit by hand to check this out). You can try searching for the AC 97
components in the Component Browser in TD.

If the driver is not in the database, you will have to componentize it. Please read the product documentation on how to componentize
drivers and applications: http://msdn2.microsoft.com/en-us/library/ms932877.aspx.

Please also make sure to read and use this tip while componentizing your audio driver:
http://msdn2.microsoft.com/en-us/embedded/aa731186.aspx.
 
thank you very much!
I am a fresh hand in XPE.

KM said:
Probably the driver is not in XPe database (don't have the toolkit by hand
to check this out). You can try searching for the AC 97 components in the
Component Browser in TD.

If the driver is not in the database, you will have to componentize it.
Please read the product documentation on how to componentize drivers and
applications: http://msdn2.microsoft.com/en-us/library/ms932877.aspx.

Please also make sure to read and use this tip while componentizing your
audio driver: http://msdn2.microsoft.com/en-us/embedded/aa731186.aspx.
 
You will need to grab the driver from the via arena web site and componetise
it your self.

Note you might have some troubles if you want to take advantage of the
virtual surround capabilities if you do not include audio deck in your
component.

Regards,

Stuart
 
Back
Top