InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 11-20-2009, 05:33 PM
simsim simsim is offline
Puma
 
Join Date: Aug 2009
Posts: 18
dsdt

Thanks Andy, adding the quotes in the extracted dsdt where you indicated made it compile without errors (still warnings). I just wonder why everybody hasn't got the same problem. I have the 1.1 version of the board and F8 Bios.
Reply With Quote
  #2  
Old 11-20-2009, 07:28 PM
Andy GA Andy GA is offline
Cheetah
 
Join Date: Nov 2009
Posts: 6
Glad to help, simsim. my board is Rev 2.0 with a version 6.00 Bios, so that indicates it's something else.
Reply With Quote
  #3  
Old 11-21-2009, 02:50 PM
zim2dive zim2dive is offline
Jaguar
 
Join Date: Mar 2009
Posts: 74
I had 10.5.6 working on this mobo months ago and then went a different direction for a while (linux).. pondering coming back and found this VERY impressive guide. It would appear that there are no known/remaining issues for this mobo once things are working??

thanks!
Mike

GA-G31M-ES2L.v1, E6300 @ 2.8GHz, nvidia GT240 (or 9500GT), 10.6.6, fakeSMC rev454

Reply With Quote
  #4  
Old 11-21-2009, 05:20 PM
BitBass BitBass is offline
Cheetah
 
Join Date: Oct 2009
Posts: 1
Just wanted to share my experience. I'm on a 1.1 f10 board. I had this running fine on 10.5 and decided to upgrade to 10.6. Went fine except no audio. I've been pulling my hair out for the last couple of days with no success on the audio.

Here's my tip, don't run PFIX from the finder. Run it from Terminal with sudo. I kept running it from finder and was getting feedback but it turns out it was failing to actually do anything.

Works like a charm now! Thanks for everyone's hard work!
Reply With Quote
  #5  
Old 11-21-2009, 06:19 PM
MonkeyDLuffy MonkeyDLuffy is offline
Jaguar
 
Join Date: Jul 2009
Location: US
Posts: 61
Hi,

Anybody made Sleep working faster? Since I upgraded to 10.6.2, my sleep (updated) works but it takes about 45secs to 1min to fully sleep (fans not spinning). The moment I click "sleep" the screen goes black then, wait until it fully turns off (45secs). Before, as soon as I clicked sleep, it only takes 2 secs.

I already updated the NullCPU..kext and the 10.6.2 SleepEnabler from Netkas blog. I made sure that the kext are loaded.

Also,

I noticed that dsdt was updated.

And I think the update is this:

Device (PWRB)
{
Name (_CID, EisaId ("PNP0C0C"))
Method (_STA, 0, NotSerialized)
{
Return (0x0B)
}
}


What does this do?

Is it related to the powerbutton?

Thank you.
Reply With Quote
  #6  
Old 11-22-2009, 06:24 PM
Andy GA Andy GA is offline
Cheetah
 
Join Date: Nov 2009
Posts: 6
Fast Sleep Working in 10.6.2

Quote:
Originally Posted by MonkeyDLuffy View Post
Anybody made Sleep working faster? Since I upgraded to 10.6.2, my sleep (updated) works but it takes about 45secs to 1min to fully sleep (fans not spinning). The moment I click "sleep" the screen goes black then, wait until it fully turns off (45secs). Before, as soon as I clicked sleep, it only takes 2 secs.
My 10.6.2 machine takes 2-3 seconds to fully sleep. Here is how I updated from 10.6.0 to 10.6.2 using skn1hd3t's guide as a reference on a Rev 2.0 MB.

● I ran the MacOSXUpd10.6.1 install package choosing my Snow Leopard partition and re-booted
● I ran myHack_Installer_1.0_RC3_r32 from the 10/9/09 ES2L Kit originally posted by skn1hd33t choosing my Snow Leopard partition as the destination and under Customize excluded SleepEnabler, so I put a check on the ff:

- Core
- com.apple.Boot.plist
- GraphicsEnabler
- fakesmc
- NullCPUPowermanagement
- OpenHaltRestart
- PlatformUUID

● I made a new dstl.aml using the DSDTSE application from this guide and put it in /Extra. skn1hd3t has a new procedure for this now on pg. 1 which I haven't tried. I think you can skip this step as all my original edits were still in the extracted dsdt.dsl file.
● I checked /Extra/Extensions to see if SleepEnabler.kext was in it. (Remove it if it is there). My /Extension folder had the ff:

- fakesmc.kext
- LegacyALC883.kext
- NullCPUPowerManagement.kext
- OpenHaltRestart.kext
- PlatformUUID.kext

● I edited the com.apple.Boot.plist and saved it. This step is probably not necessary as you will repeat it after installing 10.6.2 as noted below. Each time myHack Installer is run, this file gets altered and can be updated prior to running pfix2.2.1 so that the right Theme etc. will load. Mine looks like ff.:

<?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>Timeout</key>
<string>5</string>
<key>Kernel Flags</key>
<string>arch=i386</string>
<key>GraphicsEnabler</key>
<string>y</string>
<key>EthernetBuiltIn</key>
<string>y</string>
<key>Theme</key>
<string>bootcamp</string>
<key>Graphics Mode</key>
<string>1024x768x32</string>
</dict>
</plist>


● I ran pfix2.2.1 choosing my Snow Leopard partition (it takes about 5 minutes to complete) and then rebooted
● I ran the MacOSXUpd10.6.2 install package choosing my Snow Leopard partition and rebooted
● I repeated the steps above, starting with myHack_Installer through pfix2.2.1 only I put the SleepEnabler.kext from netkas.org in /Extra/Extensions before running pfix2.2.1. Do not check SleepEnabler on the myHack Installer.
● Reboot and your sleep should work fine. Remember to set your sound output back to Internal Speaker as this always gets changed in the update process.

I suspect this process could be shortened, but this is what worked for me and I haven't tried going back and skipping steps as my system is now working fine.

A couple of times my system froze upon waking (spinning pinwheel). It hasn't happened recently, but if it does, I will try the SleepEnabler that is mentioned below:

Quote:
Originally Posted by free4mac View Post
I'm using the SleepEnabler for 10.6.2 from code.google.com (the Netkas binary patched version didn't work for me), and the HDA and HDAEnabler kexts posted by swhay for audio.

Last edited by Andy GA; 11-22-2009 at 06:28 PM.
Reply With Quote
  #7  
Old 11-23-2009, 12:40 AM
macman20 macman20 is offline
Cheetah
 
Join Date: Nov 2009
Posts: 1
Help with sound on G41M-ES2L

I am going insane in the membrane here, your guide is the best I have found. Simple to follow although once I have completed this task I want to post an my own "Idiots Guide to G41M-ES2L", all is working except audio ALC888B. Which there is a number of version floating around like "http://www.insanelymac.com/forum/index.php?showtopic=182655" . Which simply do not work mainly because people have posted a fix that they themselves have not actually tried. I have a G31M-ES2L but 2x G41M-ES2L which seems to still be available to purchase where the G31 is not. Can you shed some light on this? and maybe point us to a fix that works with your bootloader and the ALC888B codec. Thanks a million.

Last edited by macman20; 11-23-2009 at 12:43 AM.
Reply With Quote
  #8  
Old 11-23-2009, 03:22 AM
Andy GA Andy GA is offline
Cheetah
 
Join Date: Nov 2009
Posts: 6
GA-G31M-ES2L Rev 2.0 Still Available

Quote:
Originally Posted by macman20 View Post
I have a G31M-ES2L but 2x G41M-ES2L which seems to still be available to purchase where the G31 is not.
macman20, I don't know where you live, but here in the States, the GA-G31M-ES2L Rev. 2 board is still available. I just bought one last week from Newegg and it works great with the addition of a graphics and network card as the onboard LAN does not have a working driver currently. Here is the link. http://www.newegg.com/Product/Produc...k=ga-g31m-es2l
Reply With Quote
  #9  
Old 11-23-2009, 07:56 PM
rwillett rwillett is offline
Jaguar
 
Join Date: Sep 2009
Posts: 31
Probably a dumb question but...

I have a working system based on the instructions here, no real issues to be honest so thanks for all the hard work.

I'm trying to upgrade to 10.6.2, I realise the sleepenabler.kext needs changing but read on for my problem.

I cannot find a definitive answer to despite a lot of searching is exactly how does one remove a kext (e.g. sleepenabler), rebuild, reinstall a kext and rebuild. Phrases such as "deinstall the sleepenabler.kext and then reinstall" are bandied around as if these are normal activities.

My assumption is that I do something similar to:

1. cd into the right /extensions directory,
2. rm or rather mv the sleepenabler.kext to somewhere else safe.
3. rebuild the kext cache <-- This is the bit thats odd, I read so many different things, such as ox86tools or kextinstal but they always seem to be fragments of information. Is this pcifix or some other tool?
4. Reboot
5. Update to 10.6.2
6. Install the new updated sleepenabler.kext into the right directory. Again I assume a simple copy is sufficient.
7. Rebuild the kext cache - See point 3.

I have a good working system and do not want to screw it up with messing around with the kext's in a way I don't understand so any help welcomed.

Thanks and sorry for the dumb question.

Rob.
Reply With Quote
  #10  
Old 11-24-2009, 12:05 AM
macusers macusers is offline
Cheetah
 
Join Date: Jul 2009
Posts: 6
Has anyone manage to get audio to work in 64bit on this mobo, if yes, can you share please, I would like to know how you did it. Thanks.
Reply With Quote
Reply