Jump to content

Get drivers for Audio and Network with Asrock 775Twins-HDTV MotherBoard


t3ti
 Share

7 posts in this topic

Recommended Posts

Hi! i can't follow the instruction because my windows says that i have a Realtek AC'97 audio . I can't find the "Realtek High Definition Audio" and "Microsoft UAA Bus Driver For High Definition Audio" in Device manager to get my vendor and device IDs. PLease Help!!!

Link to comment
Share on other sites

you just need to change the the 88X to 883 then your sound should work.

 

original

<key>IOHDAudioCodecVendorID</key>

<string>0x10ec0880 0x26688086</string>

 

modified

<key>IOHDAudioCodecVendorID</key>

<string>0x10ec0883 0x26688086</string>

 

you might need to change this one as well,

 

original

<key>IOPCIPrimaryMatch</key>

<string>0x26688086 0x10ec0880</string>

 

modified

<key>IOPCIPrimaryMatch</key>

<string>0x26688086 0x10ec0883</string>

 

 

good luck. :D

Link to comment
Share on other sites

I change it but it doesn't work! :D but I see one diference. My originals only have one ID:

 

<key>IOHDAudioCodecVendorID</key>

<string>0x10ec0880</string>

 

 

 

<key>IOPCIPrimaryMatch</key>

<string>0x26688086</string>

 

 

I change it for this:

 

 

<key>IOHDAudioCodecVendorID</key>

<string>0x10ec0883 0x26688086</string>

 

 

<key>IOPCIPrimaryMatch</key>

<string>0x26688086 0x10ec0883</string>

 

 

 

 

it's correct?

 

Help!!

Link to comment
Share on other sites

don't change the format, if your original is:

 

<key>IOHDAudioCodecVendorID</key>

<string>0x10ec0880</string>

 

 

 

<key>IOPCIPrimaryMatch</key>

<string>0x26688086</string>

 

change it to:

 

<key>IOHDAudioCodecVendorID</key>

<string>0x10ec0883</string>

 

 

 

<key>IOPCIPrimaryMatch</key>

<string>0x26688086</string>

 

 

that should be all you have to do. you might also need to remove the appleac97 kext as well.

Link to comment
Share on other sites

 Share

×
×
  • Create New...