View Single Post
 
Old 04-01-2011, 12:30 AM
k0t's Avatar
k0t k0t is offline
Cheetah
 
Join Date: Feb 2011
Location: NC, USA
Posts: 7
Quote:
Originally Posted by nismozcar View Post
I have successfully updated to 10.6.7 following this thread's instructions. After the initial Snow Leopard installation, I download and installed the 10.6.4 Combo Update (Followed the guide procedures) and then dowloaded and installed the 10.6.7 Combo Update (Same as 10.6.4). I used the updated NetbookInstaller that was provided for 10.6.4 to install 10.6.7. In order to boot in "recovery=y" I had to hold the SHIFT button after restart, TAB didn't work for me. Thanks for the creating this thread!

Badass - thanks! Working for me although how do I disable Verbose Boot?


Quote:
Originally Posted by h8edmu8ic View Post
Well I hope I ain't bumping a thread that is completely dead since I jumped on this bandwagon rather late... for everyone that is having an issue with the hissing noise, I figured out a permanent fix. I am a n00b w/ hackintosh so it may not fix every single persons problems


Copy the voodoohda.kext from the general extensions folder, paste on desktop.
Right click, show package contents, open info.plist with a text editor (if you use xcode just add a string to mixer values called iGain with 0 as a value) and where you see the following

<dict>
<key>iMix</key>
<string>30</string>
</dict>

Well just add a string to it, in the end it looks like this... essentially add any of the mixer names and the default value following this format.

<dict>
<key>iGain</key>
<string>0</string>
<key>iMix</key>
<string>30</string>
</dict>
hit save
and magic.... paste it back in the general extensions folder over the old version, run the updateextensions, and reboot... hissing noise gone, everything works perfect so far audio wise.

If you have a ralink wireless n adapter... do whatever you can to get rid of it, just my advice. It causes random kernel panics on sleep, and does not support wpa enterprise, which is what my college uses and renders the netbook almost useless on campus. thank you for the idea of creating a shared partition though, I was about to just use ntfs-3g or whatever.

Thanks worked like a charm!

Last edited by k0t; 04-01-2011 at 12:44 AM.
Reply With Quote