Jump to content

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


7 posts in this topic

Recommended Posts

The sound card is ALC883, just follow the instruction at the following link: http://forum.osx86project.org/index.php?showtopic=18642

 

as for your NIC, that would be more complicate, guess the easiest solution is get a cheap realtek 8139 network card.

 

:)

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!!!

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

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!!

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.

×
×
  • Create New...