future_ex_kid Posted August 19, 2012 Share Posted August 19, 2012 Hello everybody, I've installed 10.7.4 and got almost everithing to work fine except for: - my usb 3.0 ( problem looks similar to this) - it will not stay asleep.. After one second it is waking up for some reason. - it will not power on after it is shut down in OS X. I have to take the power off for it to be able to start again. So.. from what i've read it's a DSDT problem. I would like to read some more about the language this is written into.. I am not to confortable doing trial and error.. I extracted it with DSDTSE and tried to compile it. DefinitionBlock ("./dsdt.aml", "DSDT", 1, "TOSQCI", "TOSQCI00", 0x00000000) { External (HNOT, MethodObj) // 1 Arguments External (SNXD) External (HWID, IntObj) External (IDAB) External (HDOS, MethodObj) // 0 Arguments External (TNOT, MethodObj) // 0 Arguments External (PDC7) External (PDC6) External (PDC5) External (PDC4) External (PDC3) External (PDC2) External (PDC1) External (PDC0) External (CFGD) External (THRO) External (INP4) External (\TNOT) External (\_PR_.CPU0._PPC) External (\_SB_.PCI0.IEIT.EITV, MethodObj) // 0 Arguments ... I get External (\TNOT) Error 4056 - Name already exists in scope ^ (\TNOT) I suppose I have to rename this as well.. Than what? I have attatched the dsdt file Thank you dsdt.zip Link to comment Share on other sites More sharing options...
pere Posted August 19, 2012 Share Posted August 19, 2012 I have also a Toshiba L750 (4GB),Core i5 2410m 2.30Ghz, mine has Nvidia GT525 as graphic solution, wich one is shipped on yours? You have to erase External (\TNOT) before compile, the iasl compilation will recreate it always, so you will have to keep erasing it before compilation everytime. USB3 is still unsolved, if you find a solution, please share, also the shutdown problem. I have repaired and patched our DSDT, it has Graphics, hdmi audio, WIFI and USB injected, sleep is fixed. Also Speedstep, SBUS, IRQ and other fixes are applied. If your lappy has more than 4 GB ram, use a compare program to add my fixes to yours. To get proper Seedstepping, copy DSDT.aml and SSDT.aml to your extra folder and be sure DropSSDT=Yes is set on org.chameleon.Boot.plist This SSDT file is fixed for MountainLion. DSDT.aml.zip SSDT.aml.zip 1 Link to comment Share on other sites More sharing options...
future_ex_kid Posted August 20, 2012 Author Share Posted August 20, 2012 Thank you for the quick response. I have the version with the 2.2GHz i3, gt520m and 4GB DDR3. The USB 3.0 works as in the post I linked before. It only works after the system wakes up form sleep and it freezes if you try plugging a device before.. I did not get the chance to take a look at your files yet. I am trying to understand what's going on.. so any tips are welcome. I am new to OS X btw.. Link to comment Share on other sites More sharing options...
pere Posted August 20, 2012 Share Posted August 20, 2012 Upsss... MY DSDT and SSDT will not work with you, you need to extract your own SSDT. I did try before to make work the Nvidia Gt520 in a model similar to yours and i couldn´t. My USB3.0 freezes even after sleep. Link to comment Share on other sites More sharing options...
future_ex_kid Posted August 20, 2012 Author Share Posted August 20, 2012 Upsss... MY DSDT and SSDT will not work with you, you need to extract your own SSDT. I did try before to make work the Nvidia Gt520 in a model similar to yours and i couldn´t. My USB3.0 freezes even after sleep. The graphic card worked by default.. I installed using iatkos l2 and upgraded to 10.7.4 with combo update Link to comment Share on other sites More sharing options...
future_ex_kid Posted August 22, 2012 Author Share Posted August 22, 2012 so.. any ideas on how I can solve any of the issues? pere did you also have the problem with the system not staying asleep? Link to comment Share on other sites More sharing options...
pere Posted August 22, 2012 Share Posted August 22, 2012 Attach here the DSDT you are using right now. Link to comment Share on other sites More sharing options...
future_ex_kid Posted August 22, 2012 Author Share Posted August 22, 2012 Attach here the DSDT you are using right now. I did not modify it yet. So the one extracted is in the first post. Thanks Link to comment Share on other sites More sharing options...
pere Posted August 22, 2012 Share Posted August 22, 2012 Try this one. DSDT.aml.zip Link to comment Share on other sites More sharing options...
future_ex_kid Posted August 23, 2012 Author Share Posted August 23, 2012 Try this one. thank you, but no change Link to comment Share on other sites More sharing options...
pere Posted August 23, 2012 Share Posted August 23, 2012 Are you using vanilla kernel? Are you sure you are not using a disabler.kext or nullcpupowermanagement.kext? Using those, many functions may fail (and of course you will not have speedstep on your processor). Link to comment Share on other sites More sharing options...
future_ex_kid Posted August 27, 2012 Author Share Posted August 27, 2012 Are you using vanilla kernel? Are you sure you are not using a disabler.kext or nullcpupowermanagement.kext? Using those, many functions may fail (and of course you will not have speedstep on your processor). I'm using Darwin kernel and a NullCPUPowerManagement.kext. Link to comment Share on other sites More sharing options...
pere Posted August 27, 2012 Share Posted August 27, 2012 you have to use vanilla kernel (Apple´s original) and delete from your system any disabler.kext or nullcpupowermanagement.kext you find. Try the DSDT i have give you once you are clean to go. Link to comment Share on other sites More sharing options...
future_ex_kid Posted August 27, 2012 Author Share Posted August 27, 2012 you have to use vanilla kernel (Apple´s original) and delete from your system any disabler.kext or nullcpupowermanagement.kext you find. Try the DSDT i have give you once you are clean to go. do I have to reinstall? or is there any other way to change the kernel to the vanilla one? Thank you Link to comment Share on other sites More sharing options...
pere Posted August 27, 2012 Share Posted August 27, 2012 How did you install the system? Did you select a modded kernel? Link to comment Share on other sites More sharing options...
future_ex_kid Posted August 28, 2012 Author Share Posted August 28, 2012 How did you install the system? Did you select a modded kernel? I installed via iAtkos2. Link to comment Share on other sites More sharing options...
pere Posted August 28, 2012 Share Posted August 28, 2012 If you respond me with so little details i think we will need about 6 months to finish this. Also, i suggest you to install mountain lion using myhack, then return to this topic, everything will be easier. Do a backup from your important files and erase/install. Link to comment Share on other sites More sharing options...
future_ex_kid Posted August 28, 2012 Author Share Posted August 28, 2012 If you respond me with so little details i think we will need about 6 months to finish this. Also, i suggest you to install mountain lion using myhack, then return to this topic, everything will be easier. Do a backup from your important files and erase/install. sorry, I wasn't sure. I checked and the iAtkos installer only installs that kernel or one modified for Atom. Thank you for the suggestion, I will try and get back to you. Link to comment Share on other sites More sharing options...
pere Posted August 28, 2012 Share Posted August 28, 2012 Well, if you don´t want to install mountain lion now, just erase disabler.kext or nullcpupowermanagement if present on your system, remember to boot with the DSDT file. Link to comment Share on other sites More sharing options...
future_ex_kid Posted August 29, 2012 Author Share Posted August 29, 2012 Well, if you don´t want to install mountain lion now, just erase disabler.kext or nullcpupowermanagement if present on your system, remember to boot with the DSDT file. I reinstalled without disabler and nullcpupowermanagement, and it does not work. With or without the patched DSDT. Problem @ AppleIntelCPUPowerManagement.kext I think I also tryed ML.. unsuccesfully Link to comment Share on other sites More sharing options...
pere Posted August 29, 2012 Share Posted August 29, 2012 what does not work? Link to comment Share on other sites More sharing options...
resistor Posted October 21, 2012 Share Posted October 21, 2012 have a dell mini 10v hackintoshed and im interested in doing the same with my Satellite L755-1nt. It is very similar than this http://wiki.osx86project.org/wiki/in...Satellite_L750 but these are their specs http://es.computers.toshiba-europe.c...ibaShop/false/ I got it runing but withought keyboard and mouse and wifi. I have tried the metods described abobe http://www.insanelymac.com/forum/top...e__hl__toshiba http://legacy.tonymacx86.com/viewtopic.php?f=7&t=48356 http://www.osx86.es/ triying synaptics ps2 drivers and the ones included in lion ###### latest version, but it doesnt works. It seems that mines are different. The wifi card is Atheros AR9002WB-1ng I have my dsdt.aml so you can see my hardware. How can i fix this? Link to comment Share on other sites More sharing options...
pilot_2r Posted November 7, 2012 Share Posted November 7, 2012 hi pere, I have a laptop 750-129 with intel core i3 2310 (2100 mh), gt 525m video card, 4 gb ram. i installed ML 10.8.2 with latest chameleon boot loader via Mul-Beast, download your dsdt.aml and ssdt.aml from your topic ''DSDT patch for TOSHIBA Satellite L750''. and put both in \Extra folder, check DropSSDT=yes too. I deleted NullCPU kext and sustem is won't power on(trouble at AppleIntellCPUManagement). System is power on then ''NullCPU'' is in Extensions, Atheros Wi-Fi is working fully, no sound, video working well, SM bios i set as MacBook Pro 5.3(???not shure i'm right)...i very need sleep function but it don't work too. My problem is that i dont know how to edit your DSDT with my core i3 2310 CPU....and i need help.... Probably i do somethind wrong else...help me please. A attached my Everest dumps PS. Sorry for my bad English))) Toshiba l750.zip Link to comment Share on other sites More sharing options...
pere Posted November 7, 2012 Share Posted November 7, 2012 AppleIntelCpuPowermanagement needs to be patched as our bios is locked. Boot with nullcpupowermanagement, run this program and patch AICPM,then try to boot without nullcpupowermanagement. https://dl.dropbox.c...for UEFI V2.zip Also try to use SMBIOS: MacBookPro8,1 Link to comment Share on other sites More sharing options...
pilot_2r Posted November 8, 2012 Share Posted November 8, 2012 AppleIntelCpuPowermanagement needs to be patched as our bios is locked. Boot with nullcpupowermanagement, run this program and patch AICPM,then try to boot without nullcpupowermanagement. https://dl.dropbox.c...for UEFI V2.zip Also try to use SMBIOS: MacBookPro8,1 Hi, thanks wery much!!! Its works! But i also have a problem with sleep... Laptop is sleeps well.but then it wakes up there are a lot of artefakts at blank white screen, hdd led blinks, mouse cursor moves but i can not see desktop(((( I think it is videocard wake up problem... SMBIOS: MacBookPro8,1 Also no sound, battery status, bluetooth. Link to comment Share on other sites More sharing options...
Recommended Posts