morganpl, on Sep 9 2009, 07:14 AM, said:
Sleep works, but probably my system there is something wrong ... this is not a rule that every time I wake up the KP, is once and another time the system wakes up properly. I attach a screen with KP, and a list kexts. Please Write down where to look ...?
Sleep and wake from sleep is a rather elusive goal for many. The more devices you have, the greater the odds are of having issues. It's dependent on the support of all current peripherals/devices plugged in and that they be "sleep-aware" - meaning that they can go to sleep on demand and wake on demand, a tricky proposition. It's tricky because sleep requires that all devices be idle or not busy. If they are busy, the action must be suspended or aborted, if possible. On wake, it requires all devices to be in a known state and resume where they left off. Not every device can pull this off successfully, bringing down the whole chain.
MATTkiller, on Sep 9 2009, 07:43 AM, said:
Okay, I followed all steps exept one.
I have a macbook who's running SL and I do all step from that.
Then I can't create a DSDT.aml file.
I'll update the Tutorial and FAQs regarding this issue:
If you're not able to create a DSDT file, because you are not on the target system, use the PC-EFI v10 bootloader. This bootloader will allow you to boot into Snow Leopard without the patched DSDT file. The other bootloaders stall here.
HeartQ8, on Sep 9 2009, 08:01 AM, said:
Script report Snow wrongly (I am using Snow on my recovery disk to install Snow to main disk) so I have to edit it in this way to run :
case "$RUNNING_OS" in
"10.5") OS_NAME="Leopard";;
*) OS_NAME="Snow Leopard";;
*) echo -e "${yellow}${bold}${rev} IMPROPER OS! This script will only run on \
Leopard or Snow Leopard OS! ${plain}\n"; echo -e "Running OS version: $RUNNING_OS ($OS_BUILD)" >> "$LOG"; exit;;
I found permission issue with installing any program to S/L/E (try Soundflower-1.4.3.dmg).
last the Bonjour Networking protocol not working and I can not see my printers and Ext Hard Disks.
The OS version bug should be fixed and you can download the update. The script file download is also available toward the bottom of the first page, if you don't want to download the entire package.
What do you mean by "permission issue with installing any program to S/L/E (try Soundflower-1.4.3.dmg)?"
dacool, on Sep 9 2009, 02:55 PM, said:
Make sure that you don't have folder called EFI at ~/Desktop, it's kinda broke this script.
I upgraded the new chameleon rc3 and new kext, and It now fixed the harddrive icons, and that those sata drives are not anymore eject drives. But it now mount's the EFI partition, even there is
/Volumes/EFI/.fseventsd/no_log
Is there any fix for that?
Did you have a folder called, "EFI" on your desktop that created issues for the script? Can you elaborate on what happened?
I might, or should, have the script do a check for the existence of a "EFI" file on the desktop prior to a mount, just to be sure something like that doesn't happen. Amazing what unexpected scenarios can take place.
Also, are you saying that the EFI partition is now visible on your desktop and doesn't go away? If so, can you still "view" the EFI partition or do EFI partition steps in the script?
regard,
MAJ