Torpedo Posted January 7, 2013 Share Posted January 7, 2013 Hi all,I installed Osx86 10.8.2 by iATKOS ML2 into my toshiba satellite l745 laptop.Everything is fine (sound (VoodooHDA 7.4.6), Wired, Wireless, VGA) .Except when I shutdown without unplug battery charger. It will not able to turn on.If only if I pull battery out. I will work again.So what should I do?Thank you Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/ Share on other sites More sharing options...
buoo Posted January 7, 2013 Share Posted January 7, 2013 EvoReboot.kext Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1878925 Share on other sites More sharing options...
Torpedo Posted January 8, 2013 Author Share Posted January 8, 2013 It's still not working. My problem is after I shutdown, Everything is turn off. but I can't not press power button for turn on again. Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1878969 Share on other sites More sharing options...
buoo Posted January 8, 2013 Share Posted January 8, 2013 Open the terminal and type this: sudo perl -pi -e 's|\x75\x30\x89\xd8|\xeb\x30\x89\xd8|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1878993 Share on other sites More sharing options...
Torpedo Posted January 8, 2013 Author Share Posted January 8, 2013 Open the terminal and type this: sudo perl -pi -e 's|\x75\x30\x89\xd8|\xeb\x30\x89\xd8|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC I did, but the problem is still remain. Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879009 Share on other sites More sharing options...
buoo Posted January 8, 2013 Share Posted January 8, 2013 Maybe there are errors in the ACPI tables, you could take a look in the DSDT. Open terminal and type this: perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>) { chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP, "|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }' Attach the dsdt here Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879016 Share on other sites More sharing options...
Torpedo Posted January 8, 2013 Author Share Posted January 8, 2013 This is my DSDT from your command. PP. I just changed filetype to be txt cause I haven't permission to upload .aml dsdt.aml.txt Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879074 Share on other sites More sharing options...
buoo Posted January 8, 2013 Share Posted January 8, 2013 Put DSDT.aml in Extra folder You can find the Extra folder in the root of the partition where you installed the operation system. If you can see the Extra folder maybe it could have been setted invisible by the distro or it could not exist. If is not exist create it Let me know if it works DSDT.aml.zip Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879140 Share on other sites More sharing options...
Torpedo Posted January 9, 2013 Author Share Posted January 9, 2013 It has been not working. FYI, my Extra folder is available and appear in mac os drive. There are a little files and folder there such as Keymaps, Themes, smbios.plist and so on. but there is no DSDT.aml. So I copy your DSDT.aml file to Extra folder. FYI, this my system information, extra folder, /s/l/e folder and EvOreboot.kext file. EvOreboot.kext.zip Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879178 Share on other sites More sharing options...
buoo Posted January 9, 2013 Share Posted January 9, 2013 Use this tool http://www.insanelymac.com/forum/topic/282794-darwindumper/ and send me a complete report. Send me also your Extra folder. let me investigate Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879215 Share on other sites More sharing options...
Torpedo Posted January 9, 2013 Author Share Posted January 9, 2013 FYI, I just realize that my laptop is not even shutdown after put your DSDT.aml in Extra folder. So I tried to remove DSDT.aml then I can shutdown properly again but It still remain a main problem which is a turn on problem. this is my Extra folder. http://www.sendspace.com/file/n8n8sa DarwinDumper_2.5.8_Chameleon_2.1_ML_tredsiam.zip Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879223 Share on other sites More sharing options...
buoo Posted January 9, 2013 Share Posted January 9, 2013 Remove AppleACPIPlatform1067.kext from the Extra/Extensions folder Replace org.chameleon.boot.plist and smbios (macbookpro8,1) rebuild the kernelcache with kextwizard and reboot org.chameleon.Boot.plist.zip smbios.plist.zip Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879228 Share on other sites More sharing options...
Torpedo Posted January 9, 2013 Author Share Posted January 9, 2013 I removed AppleACPIPlatform1067.kext and replace your two plist file at Extra folder. Then rebuild kernelcache (tick at Rebuild cache) with Kext wizard then reboot. After that It's still not working and sound is also gone -- there is no output device selection in sound system preference. FYI, I actually did not select sound device during install process. I installed VoodooHDA 2.8.0 by myself after installed MacOSX and I had a little problem which is disturbance sound that always occur during music playing. Please find attached my new Extra folder and new Dump file. http://www.sendspace.com/file/ebpnqs DarwinDumper_2.5.8_Chameleon_2.1_ML_tredsiam.zip Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879246 Share on other sites More sharing options...
buoo Posted January 9, 2013 Share Posted January 9, 2013 Install AppleHDAdisabler in S/L/E e rebuild the kernelCache http://www.insanelym...-disabler-kext Take a look here http://www.insanelym...ommon-problems/ Edit: Replace also the DSDT.aml with this DSDT.aml.zip Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879255 Share on other sites More sharing options...
Torpedo Posted January 9, 2013 Author Share Posted January 9, 2013 Sound is working only shut down problem. I'm very considerate for your help. Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879274 Share on other sites More sharing options...
buoo Posted January 9, 2013 Share Posted January 9, 2013 Do you remember what you ticked when you installed iAtkos? Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879280 Share on other sites More sharing options...
Torpedo Posted January 9, 2013 Author Share Posted January 9, 2013 Check -Bootloader (default) -Graphics Enabler (default) -Kernel Cache (default) -AHCI SATA (default) -Disabler (default) -EvOreboot (default) -RTC Patch (default) -Mac Pro 3,1 (default) -PS/2 -Laptop Battery -nVidia's 10.8.2 drivers -Network(default) Uncheck -Sound Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1879284 Share on other sites More sharing options...
vrondena Posted January 14, 2013 Share Posted January 14, 2013 sorry,i have the same problem i resolve this .... when restart enter in bios en load default setting (no problem on ide)- save -save exit boot whit sound e after showdown perfectly regards Link to comment https://www.insanelymac.com/forum/topic/285507-shutdown-problem/#findComment-1880841 Share on other sites More sharing options...
Recommended Posts