Jump to content
3 posts in this topic

Recommended Posts

hi i sucsesfully installed the kalyway release on my computer, but i have no sound.

my sound chip is the realtek alc 655. i tried the appleac97.kext (for via and the alc 655) without sucses.

in the hcl someone with the same chipset as my mobo has(nfroce 3 250) said it is enough to add the id to info.plist . i found out that my cards id must be 24c5 but i dont no under wich key i have to write it and which appleac97.kext i should youse therefore. can anybody help me with this?

 

 

greeetz ron

can anyone help me to add the id (it must be 0x24c58086) to this info.plist?

i don't no where to put it because the key IONameMatch( is it the right one for the id?!) isn't in it.

i found this file and many people reported succses.

please help me.

 

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>AppleAC97Audio</string>
<key>CFBundleGetInfoString</key>
<string>1.0.0, Copyright Apple Computer, Inc. 2004</string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleAC97Audio</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AC97 Audio Driver</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>IOKitPersonalities</key>
<dict>
	<key>AC97 Audio Codec</key>
	<dict>
		<key>CFBundleIdentifier</key>
		<string>com.apple.driver.AppleAC97Audio</string>
		<key>IOClass</key>
		<string>IOAC97AudioCodec</string>
		<key>IOProviderClass</key>
		<string>IOAC97CodecDevice</string>
	</dict>
	<key>AC97 Audio Driver</key>
	<dict>
		<key>CFBundleIdentifier</key>
		<string>com.apple.driver.AppleAC97Audio</string>
		<key>IOClass</key>
		<string>AppleAC97AudioDriver</string>
		<key>IOProviderClass</key>
		<string>IOAC97AudioCodec</string>
	</dict>
</dict>
<key>OSBundleCompatibleVersion</key>
<string>1.0.0</string>
<key>OSBundleLibraries</key>
<dict>
	<key>com.apple.iokit.IOAudioFamily</key>
	<string>1.1fc9</string>
</dict>
</dict>
</plist>

  • 10 months later...
×
×
  • Create New...