Arcum Posted August 5, 2011 Share Posted August 5, 2011 Oh great Maldon - you're probably my last resort But - I used your DSDT patcher and my mobo isn't present in the current list. I've send it to you via the DSDTpatching tool, but I thought I'ld mention it here as well... It's an ASUS M4A87TD/USB3 You can also find my cpuz-file over here > arcum-desk But I've added 4Gb's of RAM & switched my GPU to a Gigabyte HD 6870 OC since I last runned that... The main problem atm is my GPU... it's been real horror to get it working, and it still isn't... been on it for over 3 weeks now... So any help is greatly appreciated... I'll make sure to hit that donate button if it works out this way... Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730211 Share on other sites More sharing options...
jedi_shaman Posted August 5, 2011 Share Posted August 5, 2011 The codec is Sandybridge ALC889, but have the same problem as Jedi_Shaman. Do you have ALC8xxHDA.kext in S/L/E ? Right now my tests are at the point that I'm not putting extensions in /Extra Rather, I'm putting them in S/L/E and then sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions and adding this to the boot.plist <key>UseKernelCache</key> <string>Yes</string> sounds weird, but I'm getting way less {censored} /var/log/kernel.log at startup Mald0n, is there any chance these flags could help usb using your dsdt, or are the fixes already contained? USBBusFix EHCIacquire UHCIreset thx! Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730230 Share on other sites More sharing options...
MaLd0n Posted August 5, 2011 Author Share Posted August 5, 2011 Thanks again for taking your time. Does the DSDT-Auto-Patcher do "Apply_DSM into device" ? I just used the DSDT I got from you The codec is Sandybridge ALC889, but have the same problem as Jedi_Shaman. http://www.gigabyte.com/products/product-p...spx?pid=3892#sp If I use VoodooHDA instead, do I need to rename appleHDAdisabler.kext to AppleHDA.kext, when I put it in S/L/E ? Cheers again Daniel! ALC889 0x79, 0x03, 0x00, 0x00 replace into device HDEF send me DSDT 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"; } }' Oh great Maldon - you're probably my last resort But - I used your DSDT patcher and my mobo isn't present in the current list. I've send it to you via the DSDTpatching tool, but I thought I'ld mention it here as well... It's an ASUS M4A87TD/USB3 You can also find my cpuz-file over here > arcum-desk But I've added 4Gb's of RAM & switched my GPU to a Gigabyte HD 6870 OC since I last runned that... The main problem atm is my GPU... it's been real horror to get it working, and it still isn't... been on it for over 3 weeks now... So any help is greatly appreciated... I'll make sure to hit that donate button if it works out this way... look it http://www.insanelymac.com/forum/index.php?showtopic=231768 Mald0n, is there any chance these flags could help usb using your dsdt, or are the fixes already contained?USBBusFix EHCIacquire UHCIreset try without it Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730249 Share on other sites More sharing options...
Unklemac Posted August 5, 2011 Share Posted August 5, 2011 ALC8890x79, 0x03, 0x00, 0x00 replace into device HDEF send me DSDT 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"; } }' That code, is that for terminal ? Ok here my DSDT is attached! (at bottom) Thanks again. Do you have ALC8xxHDA.kext in S/L/E ? Right now my tests are at the point that I'm not putting extensions in /Extra Rather, I'm putting them in S/L/E and then sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions and adding this to the boot.plist <key>UseKernelCache</key> <string>Yes</string> sounds weird, but I'm getting way less {censored} /var/log/kernel.log at startup Thanks Jedi. Is this work for a more vanilla install or faster (less logs as you say) boot ? My old way of installing was with ALC8xxHDA.kext - and it worked no problem. I am searching for a more vanilla install, so I can update system and have as few errors as possible. I will test your way of doing it tomorrow, been at it all day (for days!) and need a rest Seems like we have nearly identical motherboards ? Cheers for chiming in! unklemac_dsdt.zip Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730266 Share on other sites More sharing options...
Cyrus the Great Posted August 5, 2011 Share Posted August 5, 2011 hi mald0n i think the the problem is with device id that you use in dsdt auto patcher in auto patcher device is 2831,2832,.... but in old one the device 343a,... . i replace the uhc section in new one with old that you create for me and problem has been fixed. thanks Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730271 Share on other sites More sharing options...
emuzaman Posted August 5, 2011 Share Posted August 5, 2011 hi MaLd0n, First of all Thank you.... Everyone here is using your "DSDT Auto patcher' and enjoying their stable Machines. But, I'm trying to use your DAP with no success so far,I used all your previous and latest and mac or win DAP versions with no success. The problem is the app do nothing when run..... trying to do something in background but gave some compilation errors at the end or asking for abort .... i don't have any idea, why this is happening... i also tried win ver on win7 .. but the .exe won't run.... in mac osx lion, I'm trying to run the app but getting compilation errors at the end of the process .... how to use your DSDT Auto Patcher properly? Could you please give us a proper guide ? well, rig is in my signature ..... Intel DP55 WB....core i5.... 4gb DDR3 ram.... Geforce 9400 512MB.... any way thanks again... Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730281 Share on other sites More sharing options...
dingonine Posted August 5, 2011 Share Posted August 5, 2011 try it dsdt.02.zip Hi MaLd0n, I have been using this patch on my Dell Optiplex 780 for a week now, and all is good. All USB reports as built-in, reboot and shutdown works. Sleep however still doesn't work... Earlier I have been using the internal Intel GMA 4500, so no sleep for that since there's no kext. Now I am running an ATI X1300 and the drivers work under 10.6.8. + Chameleon 2 RC 5. My system will now sleep, but not wake. Any ideas? Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730305 Share on other sites More sharing options...
MaLd0n Posted August 5, 2011 Author Share Posted August 5, 2011 ... dsdt.Unklemac.zip hi mald0n i think the the problem is with device id that you use in dsdt auto patcher in auto patcher device is 2831,2832,....but in old one the device 343a,... . i replace the uhc section in new one with old that you create for me and problem has been fixed. thanks ok ... send me DSDT run on terminal 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"; } }' Hi MaLd0n, I have been using this patch on my Dell Optiplex 780 for a week now, and all is good. All USB reports as built-in, reboot and shutdown works. Sleep however still doesn't work... Earlier I have been using the internal Intel GMA 4500, so no sleep for that since there's no kext. Now I am running an ATI X1300 and the drivers work under 10.6.8. + Chameleon 2 RC 5. My system will now sleep, but not wake. Any ideas? I have no idea sorry USB Great News thanks Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730338 Share on other sites More sharing options...
Pintglass Posted August 5, 2011 Share Posted August 5, 2011 MaLd0n Thanks for doing my dsdt for me most things seem ok not fully tested yet, for some reason my built in ethernet is showing in system profiler but i can not get the internet to work. When im booting up its showing a serial port and osx is saying i am already using a network but wont let me use ethernet. Thanks again Pintglass Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730346 Share on other sites More sharing options...
Unklemac Posted August 5, 2011 Share Posted August 5, 2011 dsdt.Unklemac.zip Thanks again will test now. Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730348 Share on other sites More sharing options...
MaLd0n Posted August 5, 2011 Author Share Posted August 5, 2011 MaLd0n Thanks for doing my dsdt for me most things seem ok not fully tested yet, for some reason my built in ethernet is showing in system profiler but i can not get the internet to work. When im booting up its showing a serial port and osx is saying i am already using a network but wont let me use ethernet. Thanks again Pintglass Ethernet Use kext What model? Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730351 Share on other sites More sharing options...
Pintglass Posted August 5, 2011 Share Posted August 5, 2011 MaLd0n The kext is installed and the built in ethernet is showing in system profiler. The builtin ethernet is a atherosL1 Thanks Pintglass Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730354 Share on other sites More sharing options...
MaLd0n Posted August 5, 2011 Author Share Posted August 5, 2011 MaLd0n The kext is installed and the built in ethernet is showing in system profiler. The builtin ethernet is a atherosL1 Thanks Pintglass You need a kext DSDT dont solve it Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730357 Share on other sites More sharing options...
jedi_shaman Posted August 5, 2011 Share Posted August 5, 2011 Is this work for a more vanilla install or faster (less logs as you say) boot ? Well keeping it as vanilla as possible is the reason to invest so much time in a proper dsdt and using applehda slightly modified. I don't think it's faster per se, but it's just that I want to see a clean verbose boot because I'm trying to figure out the usb issues. Mald0n's been a lot of help. Putting kexts in S/L/E is not faster or anything, I just experimented and noticed a whole lout of USB erros in verbose mode went away using the kernel cache stuff. I will test your way of doing it tomorrow, been at it all day (for days!) and need a rest Totally get that, I'm exhausted and the canon raw files from this summer are piling up Could be worse, imagine being in Mald0n's shoes, I honestly don't know how he can keep up with this thread I'm pretty happy someone out there has got the same kind of board to tell you the truth. My last rig, which I sold to partially finance the 2600k based system was so solid it wasn't a challenge anymore Here's my deal so far : Install Lion, patch applertc and AppleHDA extensions used so far : FakeSMC.kext (duh!) IOAHCIBlockStorageInjector.kext (orange drive fix, would love a dsdt fix if that's possible) ALC8xxHDA.kext (not sure why I need this honestly, I though dsdt HDEF and a patched Applehda were enough) Realtek kext for network from [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url]. The lnx2mac driver for this board's chipset is in the works I think, sent the author a request for testing but haven't heard from him yet, probably sipping margaritas, it's summer after all What doesn't work : Need to replug apple keyboard every sleep, bluetooth dongle needs to repair every time I come back from sleep, totally messing up the battery life. Computer doesn't sleep until I say so, it's half on when I sit in from of it in the morning for example. So basically, I think USB's a bit flaky in Lion right now. definitely keep in touch Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730358 Share on other sites More sharing options...
Pintglass Posted August 5, 2011 Share Posted August 5, 2011 MaLd0n I have got the kext. Is there a section in my dsdt about serial ports? Thanks Pintglass Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730361 Share on other sites More sharing options...
MaLd0n Posted August 5, 2011 Author Share Posted August 5, 2011 ... send me a log cat /var/log/kernel.log Is there a section in my dsdt about serial ports? UAR1??? Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730366 Share on other sites More sharing options...
jedi_shaman Posted August 6, 2011 Share Posted August 6, 2011 send me a log cat /var/log/kernel.log Here you go, still have a bunch of usb gone wrong, for the record, this is my boot.plist <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>arch=x86_64 -v npci=0x2000</string> <key>Graphics Mode</key> <string>1920x1200x32</string> <key>GraphicsEnabler</key> <string>Yes</string> <key>Timeout</key> <string>2</string> <key>Legacy Logo</key> <string>Yes</string> <key>EthernetBuiltIn</key> <string>Yes</string> <key>GenerateCStates</key> <string>Yes</string> <key>GeneratePStates</key> <string>Yes</string> <key>UseKernelCache</key> <string>Yes</string> </dict> </plist Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730369 Share on other sites More sharing options...
MaLd0n Posted August 6, 2011 Author Share Posted August 6, 2011 Here you go, still have a bunch of usb gone wrong, for the record, this is my boot.plist send me log Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730374 Share on other sites More sharing options...
jedi_shaman Posted August 6, 2011 Share Posted August 6, 2011 Damn! forgot to press upload! here it is : Basically, this is me turning on the OS, connecting to a network share, then putting it to sleep, and wake ia the apple keyb. Had to replug the keyb, and the usb key had plugged in got violently ejected... arrrgh! thx maldon Damn! forgot to press upload! here it is : Basically, this is me turning on the OS, connecting to a network share, then putting it to sleep, and wake ia the apple keyb. Had to replug the keyb, and the usb key had plugged in got violently ejected... arrrgh! thx maldon kernel_log.txt Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730380 Share on other sites More sharing options...
MaLd0n Posted August 6, 2011 Author Share Posted August 6, 2011 USB3 Wait for update PXHCD kext Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730385 Share on other sites More sharing options...
jedi_shaman Posted August 6, 2011 Share Posted August 6, 2011 USB3Wait for update PXHCD kext Disabled usb3 in the bios, tried wake from usb, need to replug, seems like the same deal Normal? Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730425 Share on other sites More sharing options...
Aceeze Posted August 6, 2011 Share Posted August 6, 2011 Hi Maldon , I've got a few questions to ask which kinda confuse me ... Does the DSDT help anything with my graphic ? I have 8500GT 512mb ( MSI one ) ... I'm running Mac OS X Lion 10.7.0 currently , everything seems to be working fine . I can change resolution easily but somehow I can't run Front Row . I've read somewhere it's due to my lack of QE/CI . I wonder if it's true and how can I fix that ? Without QE/CI , I can't run any graphic softwares , right ? P.S : In my System Information , it reads Display Connector : Status : No Display Connected ... Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730436 Share on other sites More sharing options...
MaLd0n Posted August 6, 2011 Author Share Posted August 6, 2011 Disabled usb3 in the bios, tried wake from usb, need to replug, seems like the same deal Normal? remove kext and try it Hi Maldon , I've got a few questions to ask which kinda confuse me ... Does the DSDT help anything with my graphic ? I have 8500GT 512mb ( MSI one ) ... I'm running Mac OS X Lion 10.7.0 currently , everything seems to be working fine . I can change resolution easily but somehow I can't run Front Row . I've read somewhere it's due to my lack of QE/CI . I wonder if it's true and how can I fix that ? Without QE/CI , I can't run any graphic softwares , right ? P.S : In my System Information , it reads Display Connector : Status : No Display Connected ... use system in 32 bit and GraphgicsEnabler=Yes Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730438 Share on other sites More sharing options...
Aceeze Posted August 6, 2011 Share Posted August 6, 2011 remove kextand try it use system in 32 bit and GraphgicsEnabler=Yes Okay... , I understand the GraphicsEnabler=Yes part , but how can I set my system in 32-bit ? Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730444 Share on other sites More sharing options...
buoo Posted August 6, 2011 Share Posted August 6, 2011 Okay... , I understand the GraphicsEnabler=Yes part , but how can I set my system in 32-bit ? arch=i386 Link to comment https://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/page/206/#findComment-1730453 Share on other sites More sharing options...
Recommended Posts