![]() |
1 Attachment(s)
Quote:
You need small tool named iasl to decompile and compile your DSDT.aml to DSDT.dsl and the other way around . to get the DSDT from your system you need another script called getDSDT.sh You can get your "starter kit" here :[ATTACH]Attachment 678[/ATTACH], just download it and put it on your Desktop I included a copy of my DSDT.dsl ( use it only for comparison don't drag and drop on your system it will not work ! ) to get your DSDT from your system open terminal and go to to your "starter kit" aka tools directory e.g Code:
cd Desktop/tools/ Code:
./getDSDT.sh you will now have a new file called dsdt.dat . you can't modify this so you have to decompile it first Code:
./iasl -d dsdt.dat Code:
Intel ACPI Component Architecture and now you can modify the newly created dsdt.dsl (you can also compare it to the one i added in the "starter kit" to see where are the differences ) just open it with a text editor and add your patches ( read about patching ad1988b here and when you finish adding, just recompile the file with this command: Code:
./iasl -ta dsdt.dsl Code:
Intel ACPI Component Architecture how yooou doin' :D |
anyone with asus p5k-e wifi-ap motherboard, tried time machine ?
with the on-board network card work with time machine ? |
Quote:
DSDT Time machine fix: Insert this: Code:
Device (GIGE) In the next section of Device (P0P9): Code:
Thanks to Gringo Vermelho |
Many thanks all of you from this post.
I have an annoying minor problem starting from using leopard. The Asus P5K-E wifi/ap has two eSATA ports which controlled by jmicro controller. One of the eSATA port is connected to an HDD enclosure. I found that when the hdd enclosure is online (powered on) it will slow down the bootup time (i.e. bootup time took longer) and the hdd enclosure icon will not display on the desktop. To show it, I have to power off and on. anybody experience this issue ? |
Quote:
|
Quote:
Kind regards, Snoc |
Would like to thank Lancelotu for a very nice guide!:-* Everything seems to run perfectly stable without kernel panics ^_^
http://macnyt.dk/gallery/images/picU...3712402178.jpg |
Quote:
|
Quote:
Quote:
Also your console or boot in verbose says somenthing about that? |
Quote:
|
Quote:
|
I just tried updating bios to the latest version 1305. SL booting still slow while eSATA hdd enclosure is online and no eSATA hdd drive show up, of course. No help with updating bios version :(
|
About the dsdt sata/usb "builtin/sleep" fix...
Is the restart and shutdown time good with this new fix by SNOC, the old dsdt usb fix, had a really long delay? Do all six internal sata ports work, and does e-sata works and still show as external? Than this would be the final patch... |
dsdt sata and usb fix: update
Restart and shutdown times seems to be normal... I noticed that wake from usb "keyboard/mouse" also works at the moment "10.5.8", no more wrong usb volume eject/unmount when waking from sleep. I also noticed that usb3 in dsdt is not patched at all is this correct? BTW usb3 also doesn't show up in Systemprofiler... |
I'm using patched DSDT + AD1988.fix.kext to get the audio on my P5K-E working. So far I have audio, but sometimes its skipping, which is really strange to me. This causes some
"IOHIDSystem::relativePointerEventGated: VBL too high (24135221), capping to 20000000" messages to appear in the kernel log. In the DSDT I have the USB, RTC/HPET fixes too. Has anyone experienced such problems or is there a know fix? |
Restart and shutdown delay can be fix by remove AppleHEPT.kext from S/L/E.
|
PK5 Deluxe
Been trying several tut 's.
but still my snow won 't boot completely :( Using a P5K deluxe. Do i have to choose AHCI for my drives or IDE ? Wich are the right kexts ? do i need e DST.aml file ? |
Quote:
The second thing to do is change bios settings, therefor your windows if you installed may not boot anymore until a good re-install or reset of bios settings. Take the bios settings from my post a couple of pages back, its a attachment. The third thing todo is install/pathing. BTW Lancelotu Could you add a link to my or maybe your bios settings on your first page? This is where all the trouble and joy starts, a good bios setup! after that you can go on the the next step of osx86 and start installing and messing around with bootloaders and drivers/patches. Using your guide without good bios settings won't get a rooky started. |
restart after sleep
ubuntu 9.10 beta amd64:
restart after sleep/wake is finnaly working! So now its only something related the osx86. Anyone any progress :p ??? |
I have found that restart/shutdown after sleep only works for me in 32 bit.
in 64 bit - I get some kind of noise loop from my audio card and it refuses to shutdown or restart - have to hit the power button - but this only happens after sleep. Restart and shutdown works perfectly well in 64 - but not after sleeping |
shutdown always worked fine for me... only restart after wake needed a hard reset!
|
1 Attachment(s)
Quote:
Could you please point where is the sleep fix in your DSDT? Edit: I got it, it works! Just a note: I see you patched EHCI devices too, for me it worked just patching the 6 UHCI devices. Thank you. I have the same MoBo, attached is my dsdt.aml with SpeedStep fix. Just add _CST method under _PR.CPU (all CPUs) and remove IRQs from devices RTC, TMR and PIC to avoid sound stuttering. Then set model identifier to "MacPro3,1" in smbios.plist and remove NullCPUPowerManagement.kext From http://www.insanelymac.com/forum/ind...owtopic=181631 |
Hey guys,
Please can you help me with this thing, I've try all DSDT methods from this post and I cant fix it. I was trying with different compilers, different DSDT patchers and still i didn't menage to fix this thing. Whenever I try to compile DSDT SATA Fix I got following error: /Users/oblique/Desktop/dsdt try/dsdt.dsl 3662: DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Error 4063 - Object does not exist ^ (DTGP) Compilation complete. 1 Errors, 13 Warnings, 22 Remarks, 47 Optimizations I dont know what Im doing wrong, please help. Thanks in advance. O. |
Quote:
You have to add method DTGP (in any location, preferably right after the Headers) Code:
DefinitionBlock ("./dsdt.aml", "DSDT", 1, "A0905", "A0905002", 0x00000002) |
Quote:
Have you problem with the shutdown restart ? it take a long time for me in black screen |
Quote:
|
Hi.
Sorry for my english. I have this mobo ASUS P5K-E WIFI/AP. Can you help me with DSDT.aml File wich has all fixes, excepte video fix. I have GF 8800GT and she works perfect with "Strings" and with DSDT too. All I need is "pure" with all fixes DSDT for my mobo. And one thing. When i have 4 gigs of ram my (old geberated) dsdt file works good, but when i repleced 1 gig, i am not able to boot in os!?!?! Why? Is the a section in DSDT for number RAM? (4 gigs, 6gigs 2gigs) Can any one give me a DSDT.aml for my mobo with all fixes? Please ))):) And route me to section (in DSDT.AML) wich corespond to number of amount RAM ))) My email [email protected] |
I have a question for the users of the ASUS P5K-E wifi, does your jmicron controller recognize the IDE devices?
if yes, what kexts are u using and what BIOS version and settings...THX |
Must be missing something
Hello everyone
Thank you all for your contributions to this guide. I have been able to follow it piece by piece and now have a sometimes-functional SL install on my P5K-E. I am having a couple problems that I don't seem to be able to find answers to here, so far. The first one, and I feel that it is really simple and I just missed the boat - is the WiFi. I haven't heard mention of it outside of something related to "RealTek drivers". I missed the boat here, I have no idea where my WiFi is. The other boat I missed is the /Extras folder. Currently in my Snow HD /Extras is empty :S I was able to get SL to boot with no flags once, but after a restart it would hang. I don't have the error anymore, something about AppleAHD maybe? I reinstalled as per the guide, and it would boot again only the one time before I would lose it. Renira's situation seemed similar at first, so I attempted to use KextUtility but it would only time out. I also have been unable to repair disk permissions for SL. It says something about packages not installed. Snow Leopard also shows my Nvidia GTS 8600 as unknown 32mb. I've read so much and learned so much that my brain is quitting on me. I am hopeful that one of the generous contributors here will be able to collect my thoughts and point me in the right direction. Thanks to all for your contributions thus far, and all those to come. luke My system: P5K-e Wifi Core 2 duo 2.6 4 GB ram Nvidia GTS 8600 2x SATA HDD - 1 for Leo and 1 for SL 1x SATA DVD+/-RAM |
Quote:
Quote:
Please use Chameleon 2 RC 3 as bootloader read more about extra folder and get it here Quote:
Quote:
|
1 Attachment(s)
Quote:
Make sure that you set your bios /ONBOARD devices/ jmicron controller to enabled and in IDE mode . Bios version = last one Attachment 776 |
Quote:
Quote:
|
This http://rs651.rapidshare.com/files/27...essentials.zip archive (from the first post) does not have a DSDT file. Folder "P5k-e DSDTs with audio, USB and SATA FIX" is empty. Where I can download this DSDT.aml?
|
This is the updated version of snow essentials. If something is missing or should be added or modified, please let me know. I don't have much time lately and since my system is working, I didn't changed anything in a while.
Get the snow essentials v2 here |
Thanks. I got it. But i can not boot os with your dsdt. I think ram is problem. I have 4gb (2x2). Where in dsdt i can change this settings?
|
Quote:
Cheers |
can you made DSDT for me? I dont understand ACPI lang.
I have this mobo Q6600 CPU 2x2Gb Ram. Thanks. |
Thank you for all the input and effort here. I have a P5K-Premium mobo and get all components work after reading this thread. But the only matter remaining is that the volume of the Microphone is extremely low! I almost can't hear my voice in Skype or other apps even though I shout out laud. I am sure I select the right input device, for me it is "external mic", 'cause I can hear some noise if i blow into the mic. Has anyone solved this issue? Please help me out here, thanks a lot!
|
Quote:
If someone know how to get rid of those warnings and remarks, please share it! Thanks. :) /Library/DSDT/DSDTFiles/dsdt.dsl 2754: Name (_T_0, Zero) Remark 5110 - Use of compiler reserved name ^ (_T_0) /Library/DSDT/DSDTFiles/dsdt.dsl 2835: Name (_T_1, Zero) Remark 5110 - Use of compiler reserved name ^ (_T_1) /Library/DSDT/DSDTFiles/dsdt.dsl 8494: Acquire (MUTE, 0x03E8) Warning 1104 - Possible operator timeout is ignored ^ /Library/DSDT/DSDTFiles/dsdt.dsl 8538: Acquire (MUTE, 0x0FFF) Warning 1104 - Possible operator timeout is ignored ^ /Library/DSDT/DSDTFiles/dsdt.dsl 9501: Method (VGET, 1, NotSerialized) Warning 1087 - Not all control paths return a value ^ (VGET) /Library/DSDT/DSDTFiles/dsdt.dsl 9546: Method (TGET, 1, NotSerialized) Warning 1087 - Not all control paths return a value ^ (TGET) /Library/DSDT/DSDTFiles/dsdt.dsl 9599: Method (FGET, 1, NotSerialized) Warning 1087 - Not all control paths return a value ^ (FGET) /Library/DSDT/DSDTFiles/dsdt.dsl 9630: Store (VGET (Local0), Local1) Warning 1092 - Called method may not always return a value ^ /Library/DSDT/DSDTFiles/dsdt.dsl 9705: Store (FGET (Local0), Local1) Warning 1092 - Called method may not always return a value ^ |
Quote:
For those who like messing with DSDT I am sure you'll love this application called DSDTSE from EV0sx86 Team Inside you have a list of errors and what to do when they appear Example of an error you have from DSDTSE app: Code:
dsdt.dsl 4220: Acquire (MUTE, 0x03E8) or another one : Code:
dsdt.dsl 255: Method (_BTP, 1, NotSerialized) Grab your DSDTSE app (version 1.24 English) here and pay a visit to their site from time to time for updates. Thanks to Ev0sx86 Team for their wonderful work. Ole ! |
Quote:
Can you help me identifying the video section in yours dsdt for changing it with mine? Do i need this at all? I think EFI-strings are enough, so i just want to remove the video section and use your dsdt on my system.. Thanks!! |
Success! Kinda.
Hey Guys!!!
Thanks so much for the help you've already provided. I am now running mostly functional vanilla installation of 10.6.1. I have a new set of challenges however that I've yet to find answers for. After much searching, I thought I might just ask here. The first and foremost - Segmentation faults with VLC. Depressing, as I just purchased this very shiney, very large and very expensive 21.5" 1080i 16:9 display. :'( Has anyone encountered something similar? As before, any input would be very much appreciated. Maybe a little more information would be helpful. Console gives me the following... Code:
09-10-24 12:12:51 AM [0x0-0x16d16d].org.videolan.vlc[2365] [0x10060cdc0] main interface error: no interface module matched "globalhotkeys,none" Code:
09-10-24 12:05:58 AM [0x0-0x16c16c].com.divx.DivX_Player[2342] Sat Oct 24 00:05:58 Lukes-iMac.local DivX Player[2342] <Error>: kCGErrorIllegalArgument: _CGSFindSharedWindow: WID 2870 luke |
Quote:
Or you can try this: Open VLC go to Preferences, switch from BASIC to ALL in the left bottom corner , then expand Input/Codecs , expand Other codecs, go to the last one, FFmpeg then there you wil see "Skip the loop Filter for H.264 decoding" set to "None" Change that to "Non-ref" or "None-key" or if this won't work try with "All" Please note that this will reduce a bit the quality, specially when you select "ALL" I am curious if this will do the trick, I don't remember where I read this... |
Asus P5K Premium Working
Thanks for your guide. I have got everything working on my Asus P5K-Premium but I would like to know if it can get some more vanilla or that this is "it".
On my EFI boot partition I have now these kexts in my extra/extensions folder. AD1988bFix.kext --> Really needed AppleYukon2Injector.kext --> Possible to add Marvell Yukon 8056 in dsdt? [ETH0 is pretty dead without it but snow leopard recognizes both ETH0 and ETH1 no led activity though) fakesmc.kext --> Really needed OpenHaltRestart.kext --> Without no shutdown/reboot (Black after HALT doesn't do anything) fixable with dsdt? PlatformUUID.kext --> Possible to edit in DSDT? My Geforce 8800 Ultra works with an EFI string in my com.apple.boot.plist file but is this possible to add to the dsdt file? Then another question; There is very slow LAN detection, It takes up to half an hour to see some other hacks/macs and no windows computers. This is normal? |
Thanks lance!
The first thing I tried was Perian. I have Perian 1.1.4 installed, however I can not open *.mkv with Quicktime. When choosing from the Open With... I can't select Quicktime. Or if do it the other way, open Quicktime and try to drag and drop or File> Open... the *.mkv in question, it doesn't let me! I also attempted what you asked me with VLC and unfortunately it produced the same results in Console. Outside of this issue, I don't think I am having any problems other than the mouse lag issue. For some reason I can't get that resolved :P Thanks again everyone |
Quote:
|
Thanks again lance. I really wish I could get VLC to work, but I'll happily take the work around. I was originally going to use this machine as a media centre so I have Plex and it works great, though the controls are unideal for a desktop user. I'm downloading Mplayer now to give that a shot, too.
Thanks again! |
|
Hahaha wow, no I did not see that. Nothing is too crazy for me Lance. I'll give that a shot and let you know!
|
Hey Gang here's a real good one for y'all
What's everybody using for Bluetooth? I pre ordered my Magic Mouse last week and I'm getting all excited now that they're apparently shipping. Then I thought, Balls! I don't have bluetooth! I know that you can get a USB dongle on eBay for less than three dollars, but even still to purchase that and find only that it doesn't work... big waste of three dollars and a lot of time. So if anyone is using a specific brand or model that they'd recommend, please let me know! And then I'd be happy to report back on how the Magic Mouse works! |