Ok so to be more specific, when I click on Hadware Ids I get these two:
HDAUDIO\FUNC_01&VEN_14F1&DEV_5047&SUBSYS_103C30A0&REV_1000
HDAUDIO\FUNC_01&VEN_14F1&DEV_5047&SUBSYS_103C30A0
Now I tried to input the string under [Conexant] I used this:
%*WDM_AMCAUD.DeviceDesc%=WDM_AMCAUD,<x>
But what I realized is on my HW Ids I had the HDAUDIO\ not PCI\
These are what my two strings look like in the .inf file:
%*WDM_AMCAUD.DeviceDesc%=WDM_AMCAUD,PCI\VEN_1002&DEV_4370&SUBSYS_308B103C
%*WDM_AMCAUD.DeviceDesc%=WDM_AMCAUD_DF,PCI\VEN_1002&DEV_4370&SUBSYS_308E103C
I tried to change the HDAUDIO\ to PCI\ then saving and then tried to install the
driver manually from that file and still no go. When I run the manual install, I get the error message that says "The system cannot find the file specified"
Any suggestions?