QUOTE (iawval @ Sep 30 2009, 06:11 AM)

ok, i try
No luck for me either (I'm on Snow Leopard 10.6.1 64-bit). I have a CMI 8770 PCI sound card, but the 8738 drivers always worked for me, or they did back in Leopard. When I started up the computer in verbose mode, I got this error:
QUOTE
Kext CMI8738PCIAudioDriver failed to load (0xdc000016).
I then used kextlibs to examine the kext, which came up with this:
QUOTE
For x86_64:
com.apple.iokit.IOAudioFamily = 1.7f16
com.apple.iokit.IOPCIFamily = 2.6
com.apple.kpi.iokit = 10.0
com.apple.kpi.libkern = 10.0
For i386:
com.apple.iokit.IOAudioFamily = 1.7f16
com.apple.iokit.IOPCIFamily = 2.6
com.apple.kpi.iokit = 10.0
com.apple.kpi.libkern = 10.0
For ppc:
com.apple.kpi.iokit = 10.0
com.apple.kpi.libkern = 10.0
192 symbols not found in any library kext.
Kextutil came up with this:
QUOTE
Warnings:
Kext declares no com.apple.kpi.* libraries; if it references any kernel symbols, it may fail to link.
(kernel) Warning - kext com.homebrew.driver.CMI8738Audio declares no com.apple.kpi.* dependencies. If it uses any KPIs, the link may fail with undefined symbols.
(kernel) Can't load kext com.homebrew.driver.CMI8738Audio - link failed.
(kernel) Failed to load executable for kext com.homebrew.driver.CMI8738Audio.
(kernel) Kext com.homebrew.driver.CMI8738Audio failed to load (0xdc008016).
(kernel) Failed to load kext com.homebrew.driver.CMI8738Audio (error 0xdc008016).
Failed to load /system/library/extensions/CMI8738PCIAudioDriver.kext - (libkern/kext) link error.
Check library declarations for your kext with kextlibs(8).
Not exactly sure what it means, but could this help with the kext at all?
Thanks for posting that though!