請高手幫個忙一下
小弟要安裝這cmi 8738音效卡...流程改如何做
英文能力不足∼還請指點一二∼謝謝
下面是我找的的資料
I just tried to install the newly compiled 10.4.3 version (I am running 8F1111a(g) right now) and it didn't work, here's what it spits back at me:
22com_CMI8738AudioEngine is not compatible with its superclass, 13IOAudioEngine superclass changed?
kextload: a link/load error occured for kernel extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext
load failed for extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext
(run kextload with -t for diagnostic output)
I am using a PCI version of the CMI8738, not an onboard chipset.
If I run it with a -t as suggested, I get this:
kernel extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext has problems:
Validation failures
{
"Executable file doesn't contain kernel extension code" = true
}
If anyone has any idea how to fix this, I'd be most grateful
-------------
Edit / Update:
Nevermind Thanks to having the source code available I was able to fix it myself, even though I know nothing of programming! Thanks so much dogbert!!
All I did was install Xcode, then opened the project. Then I ran Build, got 5 errors (but they seemed harmless), then I looked at the Build Results and changed "development" to "deployment" and ran the build again. Then I looked in the deployment folder and found the newly compiled kext and install script. I ran the script and it worked beautifully, no errors.
Like I said, I don't know anything about programming and I kinda got lucky that this worked for me because of that fact. So I think probably anyone could do what I just did, but if you just can't figure it out (or you're lazy!) you can download my build and see if it works for you. Full credit to dogbert of course, you're awesome!!
http://www.neckercube.com/Deployment.zip