Integrated audio does not work (MB Intel 865G)

  • Thread starter Thread starter Andrei
  • Start date Start date
A

Andrei

hi

Does anybody had problems with prepare XPE on Intel D865G
motherboard? Audio drivers does not start, error in PNP
driver at first boot

Thank you!

Andrei
 
Andrei,

Did TAP pick-up all of the chipset components for the D865G? Is the Plug and
Play Software Device Enumerator component part of your configuration?


Regards,

Sean Liming
www.a7eng.com
Author: Windows NT Embedded Step-By-Step and XP Embedded Advanced.
 
Looks, all components picked up. All that can reference
to audio part.

Plug and play device enumerator also works: other devices
work well. I had problems with ethernet, but driver
package from Intel solve the problem. But I did't find
same drivers package on Analog device (Audio comes from
them)

Boot log says there error from DiSetupCallClass API, some
audio class components does not installed, but from
designer studio selected everything about audio system

Any ideas?

Andrei
 
Have you componentized audio drivers?

Slobodan
Looks, all components picked up. All that can reference
to audio part.

Plug and play device enumerator also works: other devices
work well. I had problems with ethernet, but driver
package from Intel solve the problem. But I did't find
same drivers package on Analog device (Audio comes from
them)

Boot log says there error from DiSetupCallClass API, some
audio class components does not installed, but from
designer studio selected everything about audio system

Any ideas?

Andrei
 
yes, of course! files and registry are same with non-
embedded WinXP on same hardware configuration.

i have no idea... KSPROXY files installed, i am sure some
XPE component is absent; this is fragment of the log file:

22:12:34 PM - [FBAAddDevInstanceId]
PCI\VEN_8086&DEV_24D5&SUBSYS_E0018086&REV_02
\3&267A616A&0&FD
22:13:10 PM - [PnpEnumThread: InstallDevice]
SetupDiCallClassInstaller Error: 0x715, Device: SoundMAX
Integrated Digital Audio
22:13:10 PM - [FBAInstallNullDriver]
PCI\VEN_8086&DEV_24D5&SUBSYS_E0018086&REV_02
\3&267A616A&0&FD


What is Error 0x715? I did't find it in DDK...
 
Don't know what the problem is.
But here is the error code you are looking for.

//
// MessageId: ERROR_RESOURCE_TYPE_NOT_FOUND
//
// MessageText:
//
// The specified resource type cannot be found in the image file.
//
#define ERROR_RESOURCE_TYPE_NOT_FOUND 1813L



Andrei said:
yes, of course! files and registry are same with non-
embedded WinXP on same hardware configuration.

i have no idea... KSPROXY files installed, i am sure some
XPE component is absent; this is fragment of the log file:

22:12:34 PM - [FBAAddDevInstanceId]
PCI\VEN_8086&DEV_24D5&SUBSYS_E0018086&REV_02
\3&267A616A&0&FD
22:13:10 PM - [PnpEnumThread: InstallDevice]
SetupDiCallClassInstaller Error: 0x715, Device: SoundMAX
Integrated Digital Audio
22:13:10 PM - [FBAInstallNullDriver]
PCI\VEN_8086&DEV_24D5&SUBSYS_E0018086&REV_02
\3&267A616A&0&FD


What is Error 0x715? I did't find it in DDK...




Have you componentized audio drivers?

Slobodan



.
 
Thanks, Slobodan!

-----Original Message-----
Don't know what the problem is.
But here is the error code you are looking for.

//
// MessageId: ERROR_RESOURCE_TYPE_NOT_FOUND
//
// MessageText:
//
// The specified resource type cannot be found in the image file.
//
#define ERROR_RESOURCE_TYPE_NOT_FOUND 1813L



Andrei said:
yes, of course! files and registry are same with non-
embedded WinXP on same hardware configuration.

i have no idea... KSPROXY files installed, i am sure some
XPE component is absent; this is fragment of the log file:

22:12:34 PM - [FBAAddDevInstanceId]
PCI\VEN_8086&DEV_24D5&SUBSYS_E0018086&REV_02
\3&267A616A&0&FD
22:13:10 PM - [PnpEnumThread: InstallDevice]
SetupDiCallClassInstaller Error: 0x715, Device: SoundMAX
Integrated Digital Audio
22:13:10 PM - [FBAInstallNullDriver]
PCI\VEN_8086&DEV_24D5&SUBSYS_E0018086&REV_02
\3&267A616A&0&FD


What is Error 0x715? I did't find it in DDK...




Have you componentized audio drivers?

Slobodan

Looks, all components picked up. All that can reference
to audio part.

Plug and play device enumerator also works: other devices
work well. I had problems with ethernet, but driver
package from Intel solve the problem. But I did't find
same drivers package on Analog device (Audio comes from
them)

Boot log says there error from DiSetupCallClass API, some
audio class components does not installed, but from
designer studio selected everything about audio system

Any ideas?

Andrei


-----Original Message-----
Andrei,

Did TAP pick-up all of the chipset components for the
D865G? Is the Plug and
Play Software Device Enumerator component part of your
configuration?


Regards,

Sean Liming
www.a7eng.com
Author: Windows NT Embedded Step-By-Step and XP Embedded
Advanced.


hi

Does anybody had problems with prepare XPE on Intel
D865G
motherboard? Audio drivers does not start, error
in
PNP
driver at first boot

Thank you!

Andrei


.



.


.
 
Back
Top