hi there, i have a problem getting sound working.
DPCIManager says:
CODE
8086:293e Intel Corporation 82801I (ICH9 Family) HD Audio Controller
before i followed this howto,
system profiler showed nothing at all. just "no devicefound or something similar..
when i edited the AppleHDA.kext/Contents/MacOS/AppleHDA binary file with hexedit, i did this:
i replaced B0761D11 by 86803E29 (2 times)
then in AppleHDA.kext/Contents/Info.plist ,
i changed CodecID like this:
CODE
<key>CodecID</key>
<integer>691961990</integer>
then in AppleHDA.kext/Contents/PlugIns/AppleHDAController.kext/Contents/Info.plist i modified
IOPCIPrimaryMatch and
like this:
CODE
<key>IOPCIPrimaryMatch</key>
<string>0x293e8086</string>
and:
CODE
<key>HDAConfigDefault</key>
<array>
<dict>
<key>CodecID</key>
<integer>691961990</integer>
<key>ConfigData</key>
<data>
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>12</integer>
</dict>
</array>
then i copied AppleHDA.kext and HDAEnabler.kext in /System/Library/Extensions/
and finally: used this command:
CODE
sudo chmod -R 755 /System/Library/Extensions && sudo chown -R 0:0 /System/Library/Extensions && sudo touch /System/Library/Extensions
did i forget something ?
does the values i've put in there are wrong ?
i still got no sound but now system profiler says:
CODE
Device ID: 0x107B7200
Audio ID: 12
Available Devices:
Microphone:
Connection: Internal
Speaker:
Connection: Internal
Microphone:
Connection: 1/8 inch Jack
it seems to me the DeviceID is wrong but i've been told system profiler wasn't alway accurate when using osx86.
if everything i did was correct does that mean i need to set the pin config data?
i don't have windows (i do have linux though).
is there a way to obtain pin config data directly from osx or eventualy from linux ?
someone could help me abit getting sound, i'm not used to osx yet and i'm a bit at lost as to what could be tryed next..
osx86 i used is "iATKos v5i" it installed fine, but maybe i installed some additional drivers and things i shouldn't have ?
thanks