When your OSX86 based machine does not want to shutdown properly (fans still running although all LEDs are off), try to install the OpenHaltRestart kext extension. You might want to use the Kext Helper to easily install the kext module.
via InsanelyMac
Monday, September 29, 2008
Soundcard (ALC883) broken after 10.5.5 Update on OSX86
It can happen that after the 10.5.5 Update on OSX86, ALC883 based soundcards do not work anymore (not detected by OS X). To fix this, download the ALC883.dump.txt file and the AppleHDAPatcherv1.20. Unpack the latter, start the patcher and drag the dump file on it to patch the faulty kernel extension. Should also work with other ALC88X soundcards by using the appropriate dump file (Google is your friend for finding those).
OSX86 10.5.5 Update
To successfully perform a 10.5.5 update on OSX86 machines, you need to download the 10.5.5 update manually from the Apple webpage, open a Terminal and enter the following lines before running the update (and leave it running during the update):
sudo -s
while sleep 1; do rm -rf \
/System/Library/Extensions/\
AppleIntelCPUPowerManagement.kext; done
Tuesday, September 23, 2008
Avoid apple setup agent
Avoid apple setup agent in Mac OS X Leopard 10.5 (on OSX86)
- start OS X in the single user mode (e.g. using -s flag at boot)
- mount file system as mentioned in boot messages
- change root password
passwd root
- create the .AppleSetupDone file with
touch /var/db/.AppleSetupDone
Subscribe to:
Posts (Atom)