t3ti Posted September 13, 2006 Share Posted September 13, 2006 Hi! I have the osx86 installed on my PC but there aren't sound and network because I can't find the drivers for my motherboard (Asrock 775Twins-HDTV). Someone can send me the drivers please? thanks! Link to comment Share on other sites More sharing options...
rkwok Posted September 13, 2006 Share Posted September 13, 2006 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. Link to comment Share on other sites More sharing options...
t3ti Posted September 14, 2006 Author Share Posted September 14, 2006 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 More sharing options...
rkwok Posted September 14, 2006 Share Posted September 14, 2006 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. Link to comment Share on other sites More sharing options...
t3ti Posted September 14, 2006 Author Share Posted September 14, 2006 I change it but it doesn't work! 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 More sharing options...
rkwok Posted September 14, 2006 Share Posted September 14, 2006 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 More sharing options...
t3ti Posted September 14, 2006 Author Share Posted September 14, 2006 Hi! I changed it to the original format but it doesn't work! I don't have sound! Can you explain me all steps from Start to the end to do it? Link to comment Share on other sites More sharing options...
Recommended Posts