![]() |
kextload problem
Hi,
I want to make my sound work on my iPC 10.5.6 but I always got a kextload problem. I used this wiki tread ( http://wiki.osx86project.org/wiki/index.php/Audio ) to make my sound work in the past, and it did work. Now when I want to do the same I got an error on Step 13: sh-3.2# kextload -t AppleAC97AudioIntelICH.kext extension AppleAC97AudioIntelICH.kext has potential problems: Warnings "Kext has no explicit kernel dependency" = true kextload: extension AppleAC97AudioIntelICH.kext appears to be loadable kextload: cannot resolve dependencies for kernel extension AppleAC97AudioIntelICH.kext error loading extension AppleAC97AudioIntelICH.kext sh-3.2# Any help about this? |
Try repairing your permissions.
Code:
diskutil repairPermissions / |
thanx, but this doesnt help :(
any other suggestion? |
Quote:
You dont state your hardware but I think you would be better using an modded AppleHDA or VoodooHDA if your hardware supports it, AppleAC97Audio sounds kinda old... |
Any suggestions how to deal with it, Im kind a new here:D ?
|
Here is my AppleAC97AudioIntelICH.kext Info.plist file. where can I find that dependency?
Quote:
|
Quote:
Code:
<key>OSBundleLibraries</key> Anyway that plist looks kinda weird, its like its been edited and its name changed to supersede the AppleAC97Audio kext without changing the OSBundleLibraries. Have you tried using some other kexts like VoodooHDA for audio? |
Thanx for the answer. I tried using VoodooHDA and it didnt work. I got problem solved by milanca, he gave me some newer AppleAC97Audio.kext which worked fine. And, yeah, IOAudioFamily.kext was also missing, and that is probably that dependency kext which was missing.
|