Jump to content
1 post in this topic

Recommended Posts

Hello, i found out the device and vendor id.

device: 00EA vendor: 10DE

and i found a ac97 kext wich is supposed to make the realtek alc655 to work,

bu i don't know where i have to put the deivce id.

can anybody help me with this please? i tried it, but without any success.

 

greeetz ron

 

 

<?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>

Link to comment
https://www.insanelymac.com/forum/topic/106924-realtek-alc655-edit-plistinfo/
Share on other sites

×
×
  • Create New...