InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #31  
Old 09-02-2009, 12:34 AM
mormegil mormegil is offline
Panther
 
Join Date: Aug 2009
Posts: 148
Simple.

Either use the 2 plist's I made for Snow and insert them into your SL AppleHDA (rename them first)

or

go here. tmonkol's unified plist or so called LegacyHDA.kext should be the easier way out. Look for the latest package dated 6-8-2009. Don't really have to go through King's tutorial since your audio chipset has already been excellently documented.

Next step is DSDT. Don't really think it's that complicated. Again, tmongkol has a link to DSDT Patcher by fassl. Just a matter of running it once to generate your dsdt.aml.

Decompile it:
Quote:
iasl -d dsdt.aml
Insert HDEF code into dsdt.dsl
Recompile it:
Quote:
iasl -ta dsdt.dsl

Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard
Reply With Quote
  #32  
Old 09-02-2009, 11:45 PM
CyCLoBoT CyCLoBoT is offline
Panther
 
Join Date: Feb 2008
Posts: 108
I finally got sound to work on my EP45-DQ6 motherboard but I am noticing that more sound is coming out of one of the speakers than the other. I only have 2.1 speakers. Anyone noticed something similar?
Reply With Quote
  #33  
Old 09-03-2009, 02:33 AM
Gurruwiwi Gurruwiwi is offline
Tiger
 
Join Date: Jun 2009
Posts: 306
Mormegil,

Thanks for the help!

I've tried everything, nothing works. I finally manage to get a stable fully operational SL, but no audio Irritating as hell because just two days ago while starting to experiment with kexts, it worked nice.

I generated a new dsdt.aml with DSDT Patcher GUI 1.02, forcing compile and new HPET.

From that, the dsdt.dsl file.

I tried following a couple of guides, for example "search for AZAL and substitute with HDEF" - but I have no AZAL entries. Or "copy this over that" but I dont get how long is "over that" without knocking out necessary code.

I also have another issue, from one guide I managed to substitute a code entry, and wanted to test that. Saved dsdt.dsl, then with iaslME.app I couldnt generate the .aml file because I cant find it. Says everything worked fine, got 1 error (is that ok?), but it didnt output any dsdt.aml file back. I used this app to generate the dsl file and it worked ok.

Mind taking a look please?
Attached Files
File Type: zip dsdt.dsl.zip (26.9 KB, 3 views)

_____________________________________________

Acer 6936g 864G32mn [@ Snow Leopard 10.6.1 32/64bit
C2D 2,4Ghz 4Gb 1066mhz DDR3 9600m GT 512 GDDR3

___Snow Leopard tutorial -> http://www.infinitemac.com/f57/guide...ted-for-t4183/
_________Leopard
tutorial ->http://www.infinitemac.com/f19/guide...-iatkos-t3357/

Last edited by Gurruwiwi; 09-03-2009 at 03:24 AM.
Reply With Quote
  #34  
Old 09-03-2009, 06:47 AM
Snow's Avatar
Snow Snow is offline
Tiger
 
Join Date: Jan 2008
Posts: 263
Error isn't ok since it doesn't output an aml file m8.

Is it DTGP related? (check log) because if so go back a few pages for a fix.

Snow Leopard 10.6.7  Gigabyte GA-P35-DS3P  Intel Q6600 @ 3Ghz  Corsair CM2X2048-6400DHX  Gigabyte HD5770 Silent Cell  Samsung SyncMaster 2494SW  ALC889a  Creative T5400 5.1  Maxtor 380215AS  Pioneer DVR-215D  Presonus Inspire 1394  KRK Rokit 5  Wacom Bamboo One 
 SL USB Guide => http://www.infinitemac.com/f57/guide...k-drive-t3705/ 
Reply With Quote
  #35  
Old 09-03-2009, 12:02 PM
mormegil mormegil is offline
Panther
 
Join Date: Aug 2009
Posts: 148
You have to insert the code if it's not present. Was the same as me. Just copy and paste the whole "Device (HDEF)" block of code so that it appears under "Device (PCI0)" (i.e. subset of it). Read the guide by King again.

Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard
Reply With Quote
  #36  
Old 09-03-2009, 01:02 PM
Gurruwiwi Gurruwiwi is offline
Tiger
 
Join Date: Jun 2009
Posts: 306
Guys,

Some progress, but not that much.

I've substituted everything under HDEF to be exactly as Kings tutorial PDF.

Checked three or four times, line by line. I save dsdt.dsl, drag to iasl me, and it says

Code:
Copyright (C) 2000 - 2008 Intel Corporation
Supports ACPI Specification Revision 3.0a

/Users/bigbang/Desktop/DSDT dsl to aml/dsdt.dsl  9592: [*** iASL: Read error on source code temp file /Users/bigbang/Desktop/DSDT dsl to aml/Sessions/2009-09-03-125900/dsdt.src ***]
Error    4095 -         syntax error, unexpected $end ^ 

ASL Input:  /Users/bigbang/Desktop/DSDT dsl to aml/dsdt.dsl - 9593 lines, 326239 bytes, 4052 keywords
Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

        All done.
        Enjoy ...
but the only file present in the "sessions" directory is log.txt that reads

Code:
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20080926 [Oct  4 2008]
Copyright (C) 2000 - 2008 Intel Corporation
Supports ACPI Specification Revision 3.0a

/Users/bigbang/Desktop/DSDT dsl to aml/dsdt.dsl  9592: [*** iASL: Read error on source code temp file /Users/bigbang/Desktop/DSDT dsl to aml/Sessions/2009-09-03-125900/dsdt.src ***]
Error    4095 -         syntax error, unexpected $end ^ 

ASL Input:  /Users/bigbang/Desktop/DSDT dsl to aml/dsdt.dsl - 9593 lines, 326239 bytes, 4052 keywords
Compilation complete. 1 Errors, 0 Warnings, 0 Remarks, 0 Optimizations

So what am I doing wrong?

attached is the dsdt.dsl with the copied code...
Attached Files
File Type: zip 2dsdt.dsl.zip (27.2 KB, 3 views)

_____________________________________________

Acer 6936g 864G32mn [@ Snow Leopard 10.6.1 32/64bit
C2D 2,4Ghz 4Gb 1066mhz DDR3 9600m GT 512 GDDR3

___Snow Leopard tutorial -> http://www.infinitemac.com/f57/guide...ted-for-t4183/
_________Leopard
tutorial ->http://www.infinitemac.com/f19/guide...-iatkos-t3357/
Reply With Quote
  #37  
Old 09-03-2009, 01:34 PM
Snow's Avatar
Snow Snow is offline
Tiger
 
Join Date: Jan 2008
Posts: 263
I've tried to mod your dsl file but it even gives me more errors (6) so I'm afraid I cannot help you with this m8.

Snow Leopard 10.6.7  Gigabyte GA-P35-DS3P  Intel Q6600 @ 3Ghz  Corsair CM2X2048-6400DHX  Gigabyte HD5770 Silent Cell  Samsung SyncMaster 2494SW  ALC889a  Creative T5400 5.1  Maxtor 380215AS  Pioneer DVR-215D  Presonus Inspire 1394  KRK Rokit 5  Wacom Bamboo One 
 SL USB Guide => http://www.infinitemac.com/f57/guide...k-drive-t3705/ 
Reply With Quote
  #38  
Old 09-03-2009, 04:49 PM
mormegil mormegil is offline
Panther
 
Join Date: Aug 2009
Posts: 148
I just force compiled and ignored the warnings. All errors I've corrected.
Attached Files
File Type: zip dsdt.aml.zip (14.8 KB, 13 views)

Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard

Last edited by mormegil; 09-03-2009 at 04:51 PM.
Reply With Quote
  #39  
Old 09-03-2009, 08:11 PM
Gurruwiwi Gurruwiwi is offline
Tiger
 
Join Date: Jun 2009
Posts: 306
Thanks Snow and momergil! but it broke the system.

Copied dsdt.aml to root. Rebooted and AppleHDA panic'ed. during boot (just -v)

Reboot again in verbose, no KP, but AppleHDA gave back "assertion 0" error codes, went to desktop, and in desktop, "warm" KP. Just before, I managed to see that device ID is Device ID: 0x10250146, Audio ID: 12 and all ports show up.

In Leo and SL Install stage, it reads

DEVICE ID: 0x1458A002
Audio ID: 12


So, that may be a clue.

Anyway, tried rebooting again, and when the screen goes black to wake up again and show desktop... it flashes black and blues in 5 second intervals, and stays like that, same symptom as my previous attempts with SL.
I go in Leo and put SL in an enclosure, delete dsdt.aml from root and verify disk just in case one of my "power shutdowns" went bad, but drive seems ok.
Tried rebooting with SL in -x and -x32 and -x -x32... same symptom.
So basically, my install broke. Thank God I have a base image of it !
The first and second dsl file I uploaded here, I already tried editing a bit, only below the HDEF entry, just as per first King's tutorial, the rest I didn't dare do.

I will upload in this post an un-edited file from my recently patched aml file that was forced compiled and newHPET using GUI patcher 1.02

Why would this file break my install? and What did it do, that removing it still screws with SL?
I'll try cloning it again and try fresh with this dsdt.aml again...
I have gfx string in com.apple.Boot.plist, but we did nothing in dsdt for gfxs, this symptom happened before and I dont know how to recoup from it.

Ideas?
Attached Files
File Type: zip dsdt.dsl.zip (26.5 KB, 7 views)

_____________________________________________

Acer 6936g 864G32mn [@ Snow Leopard 10.6.1 32/64bit
C2D 2,4Ghz 4Gb 1066mhz DDR3 9600m GT 512 GDDR3

___Snow Leopard tutorial -> http://www.infinitemac.com/f57/guide...ted-for-t4183/
_________Leopard
tutorial ->http://www.infinitemac.com/f19/guide...-iatkos-t3357/

Last edited by Gurruwiwi; 09-03-2009 at 08:56 PM.
Reply With Quote
  #40  
Old 09-03-2009, 10:00 PM
mormegil mormegil is offline
Panther
 
Join Date: Aug 2009
Posts: 148
Nothing to do with dsdt I think. Perhaps your gfx string that's the issue. I've heard EFI string which works in Leopard might not always work with SL. You're using the plists I posted in this thread correct? Rename to Info.plist and replace the original ones? Repair permissions etc.?



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


Core2Quad / MSI P45 Neo2-FR / HD4870 / Snow Leopard
Reply With Quote
Reply