ALC889 Soundchip
endlich hat es nun auch wieder unter Snow Leopard einen geilen Sound ... geholfen haben die kexte unter http://stellarola.tumblr.com/post/165429070/prepare-yourself von Stelle. Voodoo rein kextload und freuen
viva la mac
Library/Preferences/SystemConfiguration/com.apple.Boot.plist
http://forum.insanelymac.com/index.php?showtopic=108501&pid=771751&mode=threaded&start=
Falls der HDAEnabler.kext in dem Extensions-Ordner ist, muss der gelöscht werden, sonst funzt das mit euren editierten Strings nicht......das nur noch als Tip
http://www.thexlab.com/faqs/maintainingmacosx.html http://www.thexlab.com/faqs/maintainingmacosx.html Maintaining Mac OS X
http://www.insanelymac.com/lofiversion/index.php/t109457.html
http://forum.netkas.org/index.php/topic,64.msg1864.html#msg1864
Just a quick guide to add kexts and make iso from OS X.
Download this package
Open terminal
Make a directory CODE mkdir newiso
copy following from the package into newiso: - boot - initrd.img - isolinux.bin - isolinux.cfg - mboot.c32
to edit initrd.img set rw permission CODE chmod 777 newiso/initrd.img
then you should open it CODE hdiutil attach newiso/initrd.img
now copy the kext you need into /Volumes/initrd/Extra/Extensions/ CODE cp -R mykext.kext /Volumes/initrd/Extra/Extensions/
I suggest you add dsmos.kext NVkush.kext and if you have alc889 also HDAenabler.kext and if you need kext to boot your root device also One thing to notice, the kexts need this in the info.plist file:
CODE
<key>OSBundleRequired</key> <string>Root</string>
or
CODE
<key>OSBundleRequired</key> <string>Console</string>
or they will not load. To add those properties you can use nano and need to be added at the end of the plist file just before the last lines: CODE </dict> </plist>
If you need a bigger image you may resize it with this comman, choose appropriate size CODE hdiutil resize -size 20MB newiso/initrd.img
when you are finished adding you eject your initrd image CODE hdiutil detach /Volumes/initrd
now you need to create your iso CODE hdiutil makehybrid -o new.iso newiso/ -iso -eltorito-boot newiso/isolinux.bin -no-emul-boot
and then burn new.iso with your favorite burner (first try with a cd-rw disc so you can redo it later iwthout wasting cdr disc)
-- DetlevLengsfeld 2008-08-19 15:31:03
| /GA-EP35-DS5 OSX mit hackintosh /Sound |
Gigabyte GA-P35-DS4/Sound (last edited 2009-09-12 07:47:23 by DetlevLengsfeld)