MACn00bs, on Oct 29 2007, 10:53 PM, said:
I did what you told (restore old driver and put atiixp into plugins) still have same prob, the sound icon appears put no sound. There is activities with mics but quite lag ( 1 or 2 sec later)
In midi setup it says no output
and at boot i saw the last line about audio
ATIIPX...kext: cannot creat codec output device 2 (the 0 and 1 were ok)
What is wrong! I look to your ioreg and compare with my. We have the same hardware?
Your:
Quote
| | | +-o AppleAC97AudioATIIXP <class AppleAC97AudioATIIXP, !registered,$
| | | | {
| | | | "CFBundleIdentifier" = "com.apple.driver.AppleAC97AudioATIIXP$
| | | | "IOClass" = "AppleAC97AudioATIIXP"
| | | | "IOPCIPrimaryMatch" = "0x43411002"
| | | | "IOProbeScore" = 0x0
| | | | "IOMatchCategory" = "IODefaultMatchCategory"
| | | | "IOProviderClass" = "IOPCIDevice"
| | | | "Hardware Name" = "ATI IXP SB400 SND"
| | | | }
| | | |
| | | +-o IOAC97CodecDevice@0 <class IOAC97CodecDevice, registered, ma$
| | | | | {
| | | | | "PNPVendorID" = "ADS70"
| | | | | }
| | | | |
| | | | +-o IOAC97AudioCodec <class IOAC97AudioCodec, registered, matc$
| | | | | {
| | | | | "IOMatchCategory" = "IODefaultMatchCategory"
| | | | | "Hardware Name" = "ADS70"
| | | | | "IOClass" = "IOAC97AudioCodec"
| | | | | "IOProviderClass" = "IOAC97CodecDevice"
| | | | | "CFBundleIdentifier" = "com.apple.driver.AppleAC97Audio"
| | | | | "IOProbeScore" = 0x0
| | | | | }
And my
Quote
| | | +-o AppleAC97AudioATIIXP <class AppleAC97AudioATIIXP, !registered, !matched, active, busy 0, retain count 9>
| | | | {
| | | | "CFBundleIdentifier" = "com.apple.driver.AppleAC97AudioATIIXP"
| | | | "IOClass" = "AppleAC97AudioATIIXP"
| | | | "IOPCIPrimaryMatch" = "0x43411002"
| | | | "IOProbeScore" = 0x0
| | | | "IOMatchCategory" = "IODefaultMatchCategory"
| | | | "IOProviderClass" = "IOPCIDevice"
| | | | "Hardware Name" = "ATI IXP SB400 SND"
| | | | }
| | | |
| | | +-o IOAC97CodecDevice@0 <class IOAC97CodecDevice, registered, matched, active, busy 0, retain count 6>
| | | | | {
| | | | | "PNPVendorID" = "ADS74"
| | | | | }
| | | | |
| | | | +-o AppleAC97CodecAD198x <class AppleAC97CodecAD198x, registered, matched, active, busy 0, retain count 19>
| | | | | {
| | | | | "IOMatchCategory" = "IODefaultMatchCategory"
| | | | | "Hardware Name" = "ADS74"
| | | | | "IOClass" = "AppleAC97CodecAD198x"
| | | | | "PNPVendorID" = "ADS75 ADS74 ADS73 ADS72"
| | | | | "IOProviderClass" = "IOAC97CodecDevice"
| | | | | "CFBundleIdentifier" = "com.apple.driver.AppleAC97CodecAD198x"
| | | | | "IOProbeScore" = 0x2710
You have no loaded CodecAD198x
May be you need to add string ADS70 into it's info.plist?