Subscribe to our RSS news feed
AAPL 275.62 (0.56)

> Forum Guidelines

Welcome to the Genius Bar. Here's how this forum works:

1. Members are encouraged to make a guide that details something that they might have found troubling or challenging. Chances are, if you've seen the same question asked over and over again, you should write a guide for it.

2. This is not the forum for asking questions. If you have a question about a thread that's already here, feel free to ask it. Just don't start a thread for a specific question. Use the other forums here for that.

3. Posting links to off-site tutorials is not allowed.

4. That's it! Thanks for sharing your information with the rest of us. :)

To keep this forum clean this forum is moderated. You can post in existing topics but new ones will have to be approved before they show up. Quality guides promoting new methods and encouraging users to learn will be approved.


[Guide] Using DSDT with the Gigabyte GA-EP45-DS3L, A simple introduction to building a basic DSDT
*********
  • Group: Members
  • Posts: 1,993
  • Joined: 4-December 08
  • From: England
  • Member No.: 331,032
Using DSDT on the GA-EP45-DS3L


DSDT compatability
It has been confirmed by comparing original DSDT's from a linux acipdump that a DSDT for this mobo is exactly the same for....
GA-EP43-DS3L (confirmed by thiagomorales)
GA-EP45-UD3L (confirmed by jamonda)



Thread Status
This is now considered an old thread which was originally put together when I was using 10.5 with the idea of creating a DSDT file with Koalala's ACPIPatcher by using your current BIOS file from the manufacturer. Then adding video, ethernet and various patches to it allowing for a stable, working Snow Leopard system.

However, since writing this guide, it has become clear that DSDT goes a lot deeper and is more complex than this guide was intended for so I have done my best to patch this front page with new info, although most of it remains as it first was.

There is a new DSDT fixes for Gigabyte boards thread started by iSoprano which, with the help of MasterChief, mm67 and many others, is aiming to teach a better understanding of DSDT and allow you to end up with a more refined DSDT for Gigabyte motherboards. I have been working through that thread to try and learn more about DSDT and thanks to mm67, and a few tweaks done here, the DSDT now used for this motherboard is posted below.

Note, I now don't include information for our video cards in DSDT as it's not part of the original hardware in BIOS and not having it allows for a more portable DSDT.

For our motherboard, I can now recommend the option of using Cartri's modified GA-EP45-DS3L BIOS. Based on version F11c, it has a few modifications to the DSDT in the BIOS to allow all of the newest fixes without us having the need for a separate DSDT.aml file.



News

26th January 2010 - 07:53

New iASLme available

Mitch_de has continued with his regular monthly release of iASLme which now includes the latest version of Intel's DSDT compiler/decompiler. You can find it here

10th December 2009 - 15:35

New DSDT for GA-EP45-DS3L

With thanks to mm67, I have tweaked his new DSDT for use with our motherboard and Thiagomorales has added THe KiNG's revised HDEF section for audio. I haven't included video or networking in it, though it does contain vanilla speedstep data for my CPU which you MUST change for your own. See towards the bottom of this post for the download link.

Previous News

9th Dec: mm67 shares new DSDT in Gigabyte DSDT Fix thread - with fixes for shutdown and Aluminium keyboards. Link.
30th Nov: Updated Guide to v1.4.01 - Removed the previously suggested SATA fix as it was wrong.
20th Nov: Vanilla Intel Speedstep - I have posted a list of steps to aid in your following of FormerlyKnownAs' thread.
13th Nov: New version of iaslMe available - November 2009 - Mitch_de has updated his isalMe thread
5th Nov: EVOSX86 - Have released v1.3.1 of their DSDTSE editor - You can read more about it and find a download it here
26th Oct: Any new DSDT's that I make for our mobo will get posted below in the DSDT section
21st Oct: A new thread for Gigabyte DSDT fixes has been started - See here
2nd Oct: Gigabyte have released GA-EP45-DS3L BIOS F11b - See how to update here


A brief overview

ACPI (Advanced Configuration and Power Interface)
HP, Intel, Microsoft, Phoenix & Toshiba got together and developed the ACPI specification to establish a standard common interface to act between hardware (old & new) and software (BIOS, API's, OS's etc.) for Operating System Power Management (OSPM). The APCI specification (currently ACPIspec40.pdf) is detailed in a 727 page document which you can get from here and to quote the document 'ACPI is not a software specification; it is not a hardware specification, although it addresses both software and hardware and how they must behave. ACPI is, instead, an interface specification comprised of both software and hardware elements'.

DSDT (Differentiated System Description Table) The official definition from the ACPI Specification
A hierarchical tree structure in OS-controlled memory that contains named objects. These objects may be data objects, control method objects, bus/device package objects, and so on. The OS dynamically changes the contents of the namespace at run-time by loading and/or unloading definition blocks from the ACPI Tables that reside in the ACPI BIOS. All the information in the ACPI Namespace comes from the Differentiated System Description Table (DSDT), which contains the Differentiated Definition Block, and one or more other definition blocks."

In short, it's a table which comes supplied in the BIOS of your motherboard by the manufacturer. For Gigabyte motherboards this table has been shown to not be of the best quality and for our purpose of running OS X contains a lot of information that is not needed. Therefore the DSDT can be edited to our advantage to create a custom file for our machines with the aim of getting them to resemble a genuine Macintosh's closely as possible. With the added benefit of adding your hardware to the DSDT table and run without patched kernel extensions or third party drivers for that hardware.

Originally this process involved making a patched BIOS file for reflashing your motherboard with, but now the newer bootloaders have the ability to load an optional DSDT file at boot.

There are hackintosh users with various motherboards who have achieved various degrees of improved compatibility using just DSDT, although Fakesmc will always be required. (Note: Before Fakesmc, AppleDecrpyt.kext or dsmos.kext were used).

Or maybe not? (The following is a quote from here.)
QUOTE (Master Chief @ Oct 19 2009, 12:07 AM) *
BTW: I no longer use fakesmc.kext nor any other related kext (never mind asking how because I won't get sacked over this – my employer has a good relationship with Apple).

One ongoing thread I would recommend looking at to see the possibilities of DSDT (and it's complexity) is the P5K Pro thread where Master Chief has grabbed DSDT by the balls, ripped it apart and shown what he has done to rebuild his DSDT to achieve one which is technically accurate, up to date & clean. And during this process is managing to tweak, fix and evolve compatability of OS X on his hardware to a new level.


Building a basic DSDT.aml file for GA-EP45-DS3L

There is a wealth of information here on Insanely regarding DSDT from what it is, how to use it, how to make files and a whole host of Q&A's. This thread takes from those guides the information we need to build a basic DSDT for the GA-EP45-DS3L. I have only been reading and learning about DSDT since the end of May so I don't really know anything more than I detail here. From what I have been reading recently, it is a complicated subject and the deeper you go, the more you need to get your hands dirty. Therefore, I am only learning this and if you want to know more and I can't help you then it is up to you to read those other threads.

This guide wouldn't have been possible if it wasn't for firstly, all the great individuals at Insanelymac and the OSX86 scene for sharing their time and knowledge and secondly, to thiagomorales and tmongkol for supplying the final pieces of the jigsaw to enable me to put this guide for the GA-EP45-DS3L together.


What can actually be achieved using DSDT with the GA-EP45-DS3L?

This is something that I had to question because if I could use a DSDT.aml for a fully functioning system without any other kexts etc. then this would be the definitive path. Unfortunately though, with my limited knowledge, it's not the case as I still have to add various kexts to Chameleon's /Extra folder. But the Gigabyte boards have proved to be very compatible with OS X and some of the DSDT patching required is minimal compared to some of the other motherboards out there. But there are extra things you can do with DSDT that can't be done any other way i.e. Changing how OS X sees your EHCI (high speed) USB ports from expansions slots to built-in. This has the benefit of helping with sleep and some USB ports not being ejected improperly when waking from sleep. The USB fix came from a post by ApexDE from Zhell's excellent DSDT thread. The SATA fix also came from a post by ApexDE from pcb355's thread. (Removed because it was the wrong thing to do for this motherboard).

I am sure, in time, a lot more can be achieved with DSDT for this motherboard. But for that to happen, a deeper look in to DSDT for this mobo is required and that will take expertise, patience and time......


Main Benefits:
Improved Audio (in combination with LegacyHDA kext), giving an option to enable sleep in 10.5.8 by allowing the removal of Disabler.kext if desired, and to fix the CMOS reset bug - needed for 10.6

DSDT audio, with a new LegacyHDA.kext (thanks tmongkol) provides better functionality and doesn't suffer from any problems when awaking from sleep. Previously for this mobo I used VoodooHDA which didn't behave very well when waking from sleep and there were complaints with the microphone inputs not working. DSDT audio gives me these options in the System Preferences Sound.




10.5.8 and 10.6 sleep can work using DSDT by removing any PowerManagement disabler (i.e. SleepEnabler.kext / Disbaler.kext /NullCPUPowerManagement.kext) and letting AppleIntelCPUPowerManagement run. Note: CPU temps are generally noted to run around 10 degrees hotter doing this.

A Combined EFI string for ethernet and video which would normally be placed in the com.apple.Boot.plist can be set in DSDT and therefore removed from com.apple.Boot.plist. But is this really any great gain?

mm67 worked out how to change the DSDT code to allow our machines to shutdown without the use of OpenHaltRestart.kext in /Extra/Extensions. Duvel300 found a way to allow our machines to restart by modifying the bootloader code, so Chameleon RC5 (pre-release) or Asere's modified RC4 bootloader will work.

An issue with Bonjour networking, which I solved in my Vanilla 10.5.8 retail build by adding Psystar's RealtekR1000.kext and it's dependencies to /Extra/Extensions, still exists with DSDT networking and they still need to be added. For 10.6 I use the ifconfig command to set the ethernet adapter in to promiscuous mode rather than a Realtek networking kext.

If I use DSDT to achieve the same functionality as my 10.5.7 Vanilla retail install, I can only remove VoodooHDA.kext, OSvKernDSPLib.kext, IOAudioFamily.kext and Disabler.kext (provided I don't have an 8800GT) from /Extra/Extensions and edit out the EFI strings from the device-properties in com.apple.Boot.plist.

As I am still learning about DSDT I will continue in the hope that I can tweak this further and reduce the need for any more of these kexts in /Extra/Extensions. So I welcome anybody who wants to experiment and help achieve better results.

"Don't be afraid to experiment and don't expect to get it right the first time.
Try different things and see what works better on your hardware."

A quote from Beerkex'd (original statement here).


What is needed to complete this guide?

• A currently running OS X retail install.
IORegistryExplorer to find where your hardware is and to get the necessary info.
• You'll need a copy of the BIOS file which you are currently using. See Gigabyte.
• Access to any Windows install, it doesn't have to be on the hardware your hack is running on. A VM will work.
Koalala's ACPIpatcher. I used Patcher02Beta5.
LegacyHDA.kexts from tmongkol. This also includes tmongkol's gude for patching DSDT by hand, very useful.
• Patience. You might require more than one attempt to achieve a fully working system using DSDT.

And to actually use the DSDT file you will need an OS X retail install which uses a bootloader that supports DSDT override. My Vanilla Retail 10.5.7 or Vanilla Retail 10.6 guides are ideal.

There are a few of ways to generate a DSDT.aml file but here I'm going to show you one way, and that's using Koalala's ACPIpatcher which is a Windows application. An alternative application for OS X is fassl's DSDT patcher.


Tips

• When adding video to DSDT, some people have had success ticking PEGP even though PEGP doesn't show in IORegistryExplorer. But I have lately taken my video out of DSDT and been using the new features of the Chameleon bootloader (also Netkas' fork; PC EFI), where I can inject the device properties for my video card in to the system at boot.


Notes

If you are using this guide to build a DSDT so you can get your 10.6 system up and running, a good way to verify it works is by using it on your existing 10.5.X system first. This guide includes the CMOS Reset Fix and I recommend having this BEFORE installing 10.6


Files As of 28th September 07:56 - The Building DSDT Guide PDF has been donwloaded 5,716 times

DSDT Guide for GA-EP45-DS3L v1.4.01 (1.69MB) Last updated 29th November 2009 - 10:40
Alternate Download Link FileFactory
What's Changed? - Removed the SATA fix as it was wrong.

Original Gigabyte BIOS F10 (Alternate Download Link)
Original Gigabyte BIOS F11b (Alternate Download Link)
Original Gigabyte BIOS F11c (Alternate Download Link)

Original Gigabyte DSDT extracted from BIOS F11c using acpidump in Linux
Attached File  DSDT_r1_GBT_GBTUACPI_1000_MSFT_100000C.dsl.zip ( 12.43K ) Number of downloads: 98



DSDT'S

LATEST - Credit to mm67 for this DSDT.
Attached File  GA_EP45_DS3L_DSDT_Generic_v5.zip ( 2.85K ) Number of downloads: 738
Last updated 17th January 2009 - 20:27

This is a new style DSDT based on mm67's work. It's a smaller, cleaner DSDT which fixes a lot of the bugs supplied in the original Gigabyte DSDT and leaves in the bits relevant for OS X. I have tweaked it to work with the GA-EP45-DS3L.
• It doesn't contain any video
• It doesn't contain any information for PS2 device support. So you need USB keyboard & mouse.


Some useful stuff

EVOSX86's DSDTDE - A DSDT Editor which might be useful although I don't really use it.
Superhai's Enhanced Intel SpeedStep
FormerlyKnownAs' Vanilla SpeedStep Thread
Gigabyte DSDT Fix thread
P5K Pro thread - Read Master Chief's Exceptional work with DSDT...
tmongkol's Audio thread
Zhell's DSDT thread
1 from Beerkex'd
iaslMe from 13th October 2009 - A compiler/decompiler for DSDT.aml

This post was last edited by blackosx on 10th March 2010 - 07:32
Attached File(s)
Attached File  OrangeIconFix.kext.zip ( 3.48K ) Number of downloads: 263
 
PM Profile Card
Go to the top of the page
+ Quote Post

Posts in this topic
- blackosx   [Guide] Using DSDT with the Gigabyte GA-EP45-DS3L   Jul 31 2009, 12:44 PM
- - Cyberdog !   Holiday for me !!! When i come bac...   Jul 31 2009, 03:30 PM
|- - blackosx   Enjoy your holiday.. And hopefully this guide will...   Jul 31 2009, 03:37 PM
- - blackosx   I have brought this conversation from my vanilla r...   Aug 1 2009, 04:50 PM
- - thiagomorales   Edited: removed.   Aug 4 2009, 03:41 PM
|- - FormerlyKnownAs   QUOTE (thiagomorales @ Aug 4 2009, 04:41 ...   Aug 4 2009, 04:24 PM
|- - blackosx   QUOTE (FormerlyKnownAs @ Aug 4 2009, 05:2...   Aug 4 2009, 04:38 PM
|- - thiagomorales   QUOTE (FormerlyKnownAs @ Aug 4 2009, 01:2...   Aug 5 2009, 03:10 PM
|- - FormerlyKnownAs   QUOTE (thiagomorales @ Aug 5 2009, 04:10 ...   Aug 7 2009, 02:15 PM
- - blackosx   Hi mate I see you've been busy again.... Thi...   Aug 4 2009, 04:10 PM
- - thiagomorales   Yes my friend, youre right...Its so good, its sup...   Aug 4 2009, 04:15 PM
|- - blackosx   QUOTE (thiagomorales @ Aug 4 2009, 05:15 ...   Aug 4 2009, 04:22 PM
- - macastragalos   Thank you everybody here, especially blackosx for ...   Aug 5 2009, 11:30 AM
- - spinecki   thanks a lot!   Aug 6 2009, 10:39 AM
- - ApexDE   Your HDEF entry looks very promising. But i have a...   Aug 7 2009, 11:09 AM
|- - blackosx   QUOTE (ApexDE @ Aug 7 2009, 12:09 PM) You...   Aug 7 2009, 11:15 AM
- - ApexDE   Thanks. I have seen that your DSDT does not contai...   Aug 7 2009, 11:31 AM
|- - blackosx   QUOTE (ApexDE @ Aug 7 2009, 12:31 PM) Tha...   Aug 7 2009, 11:40 AM
|- - blackosx   QUOTE (ApexDE @ Aug 7 2009, 12:31 PM) Tha...   Aug 19 2009, 12:03 PM
- - sk1nhd33t   QUOTE (blackosx @ Jul 31 2009, 01:44 PM) ...   Aug 7 2009, 01:49 PM
- - blackosx   @ sk1nhd33t Did FormerlyKnownAs's answer help...   Aug 7 2009, 05:26 PM
- - sk1nhd33t   @blackosx haha.. somewhat , i know FormerlyKno...   Aug 7 2009, 05:55 PM
|- - FormerlyKnownAs   QUOTE (sk1nhd33t @ Aug 7 2009, 06:55 PM) ...   Aug 7 2009, 06:16 PM
|- - blackosx   QUOTE (FormerlyKnownAs @ Aug 7 2009, 07:1...   Aug 9 2009, 08:01 AM
|- - FormerlyKnownAs   QUOTE (blackosx @ Aug 9 2009, 09:01 AM) T...   Aug 9 2009, 05:32 PM
- - sk1nhd33t   QUOTE (FormerlyKnownAs @ Aug 7 2009, 07:1...   Aug 7 2009, 09:06 PM
|- - blackosx   QUOTE (sk1nhd33t @ Aug 7 2009, 10:06 PM) ...   Aug 7 2009, 09:23 PM
- - mobjerg   I finally got sound and graphics working with DSDT...   Aug 8 2009, 02:03 AM
|- - blackosx   QUOTE (mobjerg @ Aug 8 2009, 03:03 AM) I ...   Aug 8 2009, 08:27 AM
- - g_h   Finally I got my audio working !! I have ...   Aug 8 2009, 01:04 PM
|- - g_h   But Timemachine does not want to start.... with t...   Aug 8 2009, 03:52 PM
|- - blackosx   QUOTE (g_h @ Aug 8 2009, 02:04 PM) Finall...   Aug 8 2009, 06:15 PM
|- - g_h   @Timemachine: I think it has something to do that ...   Aug 8 2009, 06:50 PM
|- - blackosx   QUOTE (g_h @ Aug 8 2009, 07:50 PM) @Timem...   Aug 8 2009, 07:24 PM
|- - g_h   Yes I did. With more or less the same result: It s...   Aug 9 2009, 06:57 AM
|- - STLVNUB   QUOTE (g_h @ Aug 9 2009, 04:57 PM) Yes I ...   Aug 9 2009, 08:02 AM
||- - g_h   QUOTE (STLVNUB @ Aug 9 2009, 08:02 AM) Ha...   Aug 9 2009, 04:33 PM
||- - blackosx   QUOTE (g_h @ Aug 9 2009, 05:33 PM) Thanx ...   Aug 9 2009, 04:42 PM
|- - blackosx   QUOTE (g_h @ Aug 9 2009, 07:57 AM) It see...   Aug 9 2009, 10:27 AM
- - mobjerg   Basically that's it - I followed the instructi...   Aug 8 2009, 03:49 PM
- - gunterTheMonkey   I have the EP45-DS3R and I was able to successfull...   Aug 9 2009, 08:58 PM
|- - blackosx   @gunterTheMonkey The EFI string in com.apple.Boot...   Aug 9 2009, 09:49 PM
||- - FormerlyKnownAs   QUOTE (blackosx @ Aug 9 2009, 10:49 PM) L...   Aug 11 2009, 11:00 AM
||- - blackosx   Lol. I agree SpeedStep is fantastic, I was just qu...   Aug 11 2009, 11:19 AM
||- - FormerlyKnownAs   QUOTE (blackosx @ Aug 11 2009, 12:19 PM) ...   Aug 11 2009, 01:36 PM
||- - blackosx   QUOTE (FormerlyKnownAs @ Aug 11 2009, 02...   Aug 11 2009, 01:45 PM
|- - LOLmoe   hahah im literally going {censored} insane lol. no...   Aug 17 2009, 11:01 PM
|- - blackosx   QUOTE (LOLmoe @ Aug 18 2009, 12:01 AM) ha...   Aug 18 2009, 05:56 AM
- - gunterTheMonkey   blackosx, Thanks for the quick reply. I'll lo...   Aug 9 2009, 10:09 PM
- - gunterTheMonkey   After many trials and errors, I finally got that I...   Aug 11 2009, 10:29 AM
|- - blackosx   QUOTE (gunterTheMonkey @ Aug 11 2009, 11...   Aug 11 2009, 10:49 AM
|- - gunterTheMonkey   QUOTE (blackosx @ Aug 11 2009, 11:49 AM) ...   Aug 11 2009, 11:28 AM
- - thiagomorales   QUOTE (gunterTheMonkey @ Aug 11 2009, 07...   Aug 11 2009, 01:46 PM
- - gunterTheMonkey   thiagomorales, My DSDT.aml is made with ALC889a w...   Aug 11 2009, 09:52 PM
|- - thiagomorales   QUOTE (gunterTheMonkey @ Aug 11 2009, 06...   Aug 13 2009, 04:18 PM
|- - gunterTheMonkey   QUOTE (thiagomorales @ Aug 13 2009, 04:18...   Aug 15 2009, 10:46 AM
- - ricola   @blackosx : great guide!! thanks.   Aug 12 2009, 08:13 AM
|- - blackosx   QUOTE (ricola @ Aug 12 2009, 09:13 AM) @b...   Aug 15 2009, 01:41 PM
- - zoliky   Is LegacyHDA 64 bit compatible for snow leopard?   Aug 16 2009, 09:09 AM
|- - blackosx   QUOTE (zoliky @ Aug 16 2009, 10:09 AM) Is...   Aug 16 2009, 09:56 AM
- - zoliky   OK.. @tmongkol confirmed me, the kext is 64bit com...   Aug 16 2009, 09:57 AM
|- - blackosx   QUOTE (zoliky @ Aug 16 2009, 10:57 AM) OK...   Aug 16 2009, 09:59 AM
|- - zoliky   QUOTE (blackosx @ Aug 16 2009, 09:59 AM) ...   Aug 16 2009, 10:03 AM
|- - blackosx   Thank you   Aug 16 2009, 10:04 AM
|- - zoliky   QUOTE (blackosx @ Aug 16 2009, 10:04 AM) ...   Aug 16 2009, 11:55 AM
|- - blackosx   QUOTE (zoliky @ Aug 16 2009, 12:55 PM) np...   Aug 16 2009, 05:46 PM
- - blackosx   @ zoliky Thanks for the SL tip. I can confirm I am...   Aug 17 2009, 07:22 AM
- - -iCE!HACKER-   Awesome guide man... Thanks a alot will give it a ...   Aug 18 2009, 08:29 PM
|- - blackosx   QUOTE (-iCE!HACKER- @ Aug 18 20...   Aug 18 2009, 09:16 PM
- - maleorderbride   Thanks! I was using lensboard's guide (ds...   Aug 18 2009, 11:36 PM
|- - blackosx   Thanks. What sleep issues are you having? Sleep i...   Aug 19 2009, 06:47 AM
- - justmetoo   Success with DSDT install on second try. Proble...   Aug 21 2009, 02:52 PM
|- - blackosx   Well done justmetoo. Thanks for reporting your suc...   Aug 21 2009, 03:02 PM
- - maleorderbride   Thought you might be interested to know that your ...   Aug 21 2009, 08:54 PM
|- - blackosx   QUOTE (maleorderbride @ Aug 21 2009, 09:5...   Aug 21 2009, 09:01 PM
- - justmetoo   Just installed the latest 10.5.8 update, went smoo...   Aug 24 2009, 02:04 PM
|- - blackosx   I am not sure about these. I will have to wait to...   Aug 24 2009, 02:17 PM
- - macastragalos   No success at first attempt although I have strict...   Aug 24 2009, 05:21 PM
|- - blackosx   My mate Don't worry if your first attempt di...   Aug 24 2009, 05:32 PM
|- - macastragalos   QUOTE (blackosx @ Aug 24 2009, 06:32 PM) ...   Aug 25 2009, 07:56 AM
- - macastragalos   Well, this is my fifth attempt. I have done dsdt ...   Aug 25 2009, 08:22 PM
|- - blackosx   Well done - Great! The only kexts you are mis...   Aug 25 2009, 08:37 PM
- - robotfactory   i have tried a few times now to get the DSDT metho...   Aug 25 2009, 10:03 PM
|- - blackosx   Do you want Ethernet to work or airport or both? a...   Aug 25 2009, 10:55 PM
|- - robotfactory   QUOTE (blackosx @ Aug 25 2009, 03:55 PM) ...   Aug 26 2009, 01:13 AM
|- - blackosx   mmmm.. Maybe try making a DSDT.aml without Etherne...   Aug 26 2009, 09:10 AM
|- - robotfactory   QUOTE (blackosx @ Aug 26 2009, 02:10 AM) ...   Aug 26 2009, 05:05 PM
|- - blackosx   QUOTE (robotfactory @ Aug 26 2009, 06:05 ...   Aug 26 2009, 07:45 PM
|- - robotfactory   QUOTE (blackosx @ Aug 26 2009, 12:45 PM) ...   Aug 26 2009, 08:16 PM
|- - blackosx   QUOTE (robotfactory @ Aug 26 2009, 09:16 ...   Aug 26 2009, 08:39 PM
|- - robotfactory   QUOTE (blackosx @ Aug 26 2009, 01:39 PM) ...   Aug 26 2009, 11:40 PM
|- - blackosx   QUOTE (robotfactory @ Aug 27 2009, 12:40 ...   Aug 27 2009, 11:53 AM
|- - robotfactory   QUOTE (blackosx @ Aug 27 2009, 04:53 AM) ...   Aug 27 2009, 03:46 PM
|- - blackosx   Sorry to hear you still have a problem, but as I d...   Aug 28 2009, 08:51 AM
- - MR2nice   If I am using a firewire audio interface then I wo...   Aug 28 2009, 05:13 PM
|- - blackosx   QUOTE (MR2nice @ Aug 28 2009, 06:13 PM) I...   Aug 28 2009, 08:03 PM
- - macastragalos   After knowing my DSDT is valid, I wanted to fix CM...   Aug 28 2009, 07:10 PM
- - EnzoFX   Just patched with DSDT, and removed device propert...   Aug 29 2009, 02:31 AM
- - brimestoned   I got my SL installation Stabled today but can...   Aug 29 2009, 06:24 AM
- - CrimsonAngel   Can someone Help Me compile my DSDT I have a ASUS ...   Aug 29 2009, 06:37 AM
6 Pages V   1 2 3 > » 

Reply to this topic Start new topic

3 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
1 Members: ang

 

RSS Lo-Fi Version Time is now: 3rd September 2010 - 08:59 AM