[Release] Original HDA Inf Files Replacer Addon
[Release] Original HDA Inf Files Replacer Addon
This addon is made for people who still get errors with High Definition Audio drivers, when using RyanVM Update Pack.
This addon will put back the original "KB888111 - HDA Update" inf files to your RyanVM Update Pack integrated source. The new method, which Ryan uses, has described here, and being used since RyanVM Update Pack 2.1.3. New update packs are using new method.
NOTES:
Only for use with RyanVM update pack 2.1.3 or newer. (Will not make any conflicts with older ones)
You can use both integrator or nlite.
Because of being taken from a hotfix, do not use this without RyanVM update pack (on a clean sp2 source).
Download: RVM_HDAinf_ReplaceAddon.7z
Size: 6KB / Md5: 152C257F1E775E84E7AAB7AC79BF3B7A
This addon will put back the original "KB888111 - HDA Update" inf files to your RyanVM Update Pack integrated source. The new method, which Ryan uses, has described here, and being used since RyanVM Update Pack 2.1.3. New update packs are using new method.
NOTES:
Only for use with RyanVM update pack 2.1.3 or newer. (Will not make any conflicts with older ones)
You can use both integrator or nlite.
Because of being taken from a hotfix, do not use this without RyanVM update pack (on a clean sp2 source).
Download: RVM_HDAinf_ReplaceAddon.7z
Size: 6KB / Md5: 152C257F1E775E84E7AAB7AC79BF3B7A
Last edited by MrNxDmX on Mon Feb 19, 2007 8:34 am, edited 5 times in total.
I'm using nLite, DriverPacks Finisher, MySysprep, and RyanVM's update pack (integrated with nLite) for my image.
If I don't include the RyanVM pack, I don't have this issue.
If I use the RyanVM pack with or without this AddOn, I'm still getting the prompt for the missing HDAUDBUS.SYS, and my sound card driver won't install automatically. Sound card is splatted in Device Manager.
If I then install the audio driving from Dell's driver setup file, all is fine. But obviously this is not going to work in a multi system image.
Am I missing something?
Is editing my audio driver's INF file with the below code no longer necessary? (I have not done this yet...)
If I don't include the RyanVM pack, I don't have this issue.
If I use the RyanVM pack with or without this AddOn, I'm still getting the prompt for the missing HDAUDBUS.SYS, and my sound card driver won't install automatically. Sound card is splatted in Device Manager.
If I then install the audio driving from Dell's driver setup file, all is fine. But obviously this is not going to work in a multi system image.
Am I missing something?
Is editing my audio driver's INF file with the below code no longer necessary? (I have not done this yet...)
Code: Select all
222 = %DiskId1%,"",222,"I386"
There's No Place Like 127.0.0.1
Yep, just change thisto this:Thats what i do with this addon.
Code: Select all
[SourceDisksNames]
222 = %DiskId1%,"",222,"I386"
Code: Select all
[SourceDisksNames]
222 = %DiskId1%,"",222
Well I just looked and I already have this setting in my audio driver's INF files...
Code: Select all
;Copyright (c) Microsoft Corporation. All rights reserved.
;
;Module Name:
; HDAUDBUS.INF
;
;Abstract:
; INF file for installing the Microsoft UAA Bus Driver for HD Audio
;
[Version]
Signature = "$Windows NT$"
Class = System
ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider = Microsoft
DriverVer=03/05/2004,5.10.00.5010
[DestinationDirs]
DefaultDestDir = 12 ; windows\system32\drivers
[SourceDisksNames]
222 = %DiskId1%,"",222
[SourceDisksFiles]
hdaudbus.sys = 222
There's No Place Like 127.0.0.1
Ok well I reversed what you said, and it turns out that got rid of the prompt for HDAUDBUS.SYS...MrNxDmX wrote:Yep, just change thisto this:Code: Select all
[SourceDisksNames] 222 = %DiskId1%,"",222,"I386"
Thats what i do with this addon.Code: Select all
[SourceDisksNames] 222 = %DiskId1%,"",222
Unfortunately this did not correct the splat on the Sigmatel HD driver in DeviceManager.
Is this ringing a bell to anyone?!
There's No Place Like 127.0.0.1
I'm sorry for hijacking this thread.
I have started a new one here:
http://www.ryanvm.net/forum/viewtopic.php?p=58334#58334
I have started a new one here:
http://www.ryanvm.net/forum/viewtopic.php?p=58334#58334
There's No Place Like 127.0.0.1