Datoshing wrote:absolutely everything works except sleep, the screen goes black but the fans continue running and the mouse and keyboard are still on...I remember having this exact problem when I updated from 10.5.5 to 10.5.6, and if I remember correctly I fixed the issue by replacing some usb kexts. Is there a way to fix this problem in 10.5.7
You can try this additions to com.apple.boot.plist if you are using Chameleon 2, they will help on usb problems.
USBBusFix=Yes Enable the EHCI and UHCI fixes (disabled by default).
EHCIacquire=Yes Enable the EHCI fix (disabled by default).
UHCIreset=Yes Enable the UHCI fix (disabled by default).
add them in the form:
<key>USBBusFix</key>
<string>Yes</string>