Topic: Intel HDMI Audio  (Read 731 times)

Intel HDMI Audio
« on: February 27, 2019, 09:56:19 AM »

opti64

  • Apprentice
  • *
  • Date Registered: May 2015
  • Posts: 6
HI

Just a quick Question. It used to be in previous build that the drivers i exported  would load before the shell and the intel hdmi audio would load and be usable. Since the new build this dosn't happen . I have looked at the pecmd.ini and the only difference i can see is the new one is
 // Load and install oem* drivers in background before shell
EXEC @!%WinDir%\System32\pnputil.exe /add-driver %WinDir%\inf\oem*.inf /install

where the old one is

// Load drivers before shell
DEVI %WinDir%\inf\oem*.inf

is there something i am missing ?

cheers

Re: Intel HDMI Audio
« Reply #1 on: February 27, 2019, 01:25:22 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
That Line has evolved over time > But you can Edit to Test

Code: [Select]
// Load drivers before shell
DEVI %WinDir%\inf\oem*.inf

Code: [Select]
// Load oem drivers before shell in background
EXEC @!%WinDir%\System32\pnputil.exe /add-driver %WinDir%\inf\oem*.inf

Code: [Select]
// Load and install oem* drivers in background before shell
EXEC @!%WinDir%\System32\pnputil.exe /add-driver %WinDir%\inf\oem*.inf /install

What Has Not Changed
Code: [Select]
//SERV -wait Audiosrv (audio service already started)
// Install HDAudio driver sound cards
DEVI %WinDir%\inf\hdaudio.inf
« Last Edit: February 27, 2019, 01:29:00 PM by James »

Re: Intel HDMI Audio
« Reply #2 on: February 27, 2019, 03:10:44 PM »

opti64

  • Apprentice
  • *
  • Date Registered: May 2015
  • Posts: 6
Thx James will try edit some bits and see what happens  :great:

 

Powered by EzPortal