hope this fixes the restart after sleep issue
seems like it worked for me so far (knocks on wood)
hope this fixes the restart after sleep issue
I didn't realize it was an application. The Software Update blurb didn't say anything about having to run an application to apply the firmware update, and I haven't done this before so pardon me.
While the firmware was being updated, both of my superdrives popped out and then went back in when the update was finished.
The computer's behavior seems to be more consistent after waking up from sleep now. Before, the fans would run anywhere from 2 to 30 seconds before the monitor came on or before the hard drives spun up. (edit: if it woke up at all. a lot of times it would just restart.) Now the fans run for about 3 seconds, and the computer takes about 3 more until the monitor comes on.
Doesn't seem to have made any difference. My Mac Pro sleeps and wakes all right manually, but it still won't go to sleep automatically.
Doesn't seem to have made any difference. My Mac Pro sleeps and wakes all right manually, but it still won't go to sleep automatically.
Doesn't seem to have made any difference. My Mac Pro sleeps and wakes all right manually, but it still won't go to sleep automatically.
well, this seems to have fixed the reboot on wake, so far anyway....
(kuh-nock on wood)
me too!!
But even better!!!! FWaudio is working without kernel panics!!!!!!!!!!!!!
Enjoy your PC and bitter disposition.
Just came up in Software Update. Wonder if this fixes the sleep issue?
Can anyone who has the EFI update in the Software Update list
please let me know what their boot ROM version is before applying it?
I'm just curious to know why it isn't in the list for me. Maybe
not all previous boot ROM versions need replacing.
My boot ROM version: MP31.006C.B02.
Yep, that's 3 below MP31.006C.B05 which comes with the
EFI update![]()
function hasTier3()
{
return (system.files.fileExistsAtPath(my.target.mountpoint + "/var/db/.AppleTier3Language"));
}
function hasLeopardGraphicsUpdate() {
try {
var plistCheck = system.files.plistAtPath(my.target.mountpoint + "/System/Library/Extensions/ATINDRV.kext/Contents/Info.plist")
if(plistCheck) {
if(-1 != system.compareVersions(plistCheck.CFBundleShortVersionString, '1.5.24')) {
return true;
}
}
} catch(err) { return false; }
return false;
}
function isValidMachine()
{
var property = system.sysctl("hw.model");
if (property && (property == "MacPro3,1"))
{
var obj = system.ioregistry.fromPath("IODeviceTree:/rom@0");
if (obj)
{
var property = obj.version;
if (property && ( (property == "MP31.88Z.006C.B02.0801021250") ||
(property == "MP31.88Z.006C.B01.0712212319") ))
{
return true;
}
}
}
return false;
}
I believe mine was B02 as well, and it came up just fine. You should be able to download it manually from Apple website directly.
Can anyone who has the EFI update in the Software Update list
please let me know what their boot ROM version is before applying it?
I'm just curious to know why it isn't in the list for me. Maybe
not all previous boot ROM versions need replacing.
My boot ROM version: MP31.006C.B02.
Yep, that's 3 below MP31.006C.B05 which comes with the
EFI update![]()
My machine is about 2 weeks old and it was B02 before the flash.
great, now mine is doing this now after the update. Only my display goes to sleep but not the computer
Just came up in Software Update. Wonder if this fixes the sleep issue?
Ok, after a bit of geekery, I know why the update isn't listed.
It has a dependency on the Leopard Graphics Update, which
I haven't installed.