InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 02-09-2010, 01:58 AM
kjun5huo kjun5huo is offline
Puma
 
Join Date: Jul 2009
Posts: 16
walterav// I use following kexts in my E/E
AD1988b.Fix.kext
fakesmc.kext
NullCPUPowerMangement.kext
PlatformUUID.kext
SleepEnabler.kext
OSXRestart.kext

After I install this bootloader, I remove OSXRestart.kext from my E/E and I put 'RestartFix=YES' in com.apple.Boot.plist.
Am I doing righr? Is there another Fix that i have to ?
Thank you for your help.
Reply With Quote
  #2  
Old 02-09-2010, 09:57 AM
walterav walterav is offline
Jaguar
 
Join Date: Aug 2009
Posts: 45
Quote:
Originally Posted by kjun5huo View Post
walterav// I use following kexts in my E/E
AD1988b.Fix.kext
fakesmc.kext
NullCPUPowerMangement.kext
PlatformUUID.kext
SleepEnabler.kext
OSXRestart.kext

After I install this bootloader, I remove OSXRestart.kext from my E/E and I put 'RestartFix=YES' in com.apple.Boot.plist.
Am I doing righr? Is there another Fix that i have to ?
Thank you for your help.
If I'm not mistaking it was automatically on, So I don't have anything in com.apple.Boot.plist.
BTW restart was always working for me except after sleep/wake also without OpenHaltRestart.kext, just shutdown was the problem in the old days which was fixed by OpenHaltRestart.kext...

Last edited by walterav; 02-09-2010 at 10:06 PM.
Reply With Quote
  #3  
Old 02-10-2010, 09:51 AM
kjun5huo kjun5huo is offline
Puma
 
Join Date: Jul 2009
Posts: 16
Try this

My friend gave me a hint about DSDT patch for sleep.
I try it. It works perfect. Now I have only two kexts (fakesmc.kext & AD1988bFix.kext) in E/E.
Restart, Sleep/Wake, Shutdown, Restart after sleep/wake all is good.
This is the hack for sleep.
At the end of the _WAK method, this must be added:
code:
Quote:
Return (Package (0x02)
{
Zero,
Zero
})
ExampleMy DSDT for P5K-E wifi)

code:
Quote:
Method (_WAK, 1, NotSerialized)
{
ShiftLeft (Arg0, 0x04, DBG8)
WAK (Arg0)
If (IOWK) {}
Else
{
Notify (\_SB.PWRB, 0x02)
}

If (ASSB)
{
Store (WSSB, ASSB)
Store (WOTB, AOTB)
Store (WAXB, AAXB)
}

If (DerefOf (Index (WAKP, Zero)))
{
Store (Zero, Index (WAKP, One))
}
Else
{
Store (Arg0, Index (WAKP, One))
}

Return (WAKP)
}

Return (Package (0x02)
{
Zero,
Zero
})


Good luck !!

Last edited by kjun5huo; 02-12-2010 at 05:12 PM.
Reply With Quote
  #4  
Old 02-12-2010, 10:28 AM
walterav walterav is offline
Jaguar
 
Join Date: Aug 2009
Posts: 45
Quote:
Originally Posted by kjun5huo View Post
My friend gave me a hint about DSDT patch for sleep.
I try it. It works perfect. Now I have only two kexts (fakesmc.kext & AD1988bFix.kext) in E/E.
Restart, Sleep/Wake, Shutdown, Restart after sleep/wake all is good.
This is the hack for sleep.
At the end of the _WAK method, this must be added:

Return (Package (0x02)
{
Zero,
Zero
})

ExampleMy DSDT for P5K-E wifi)

Method (_WAK, 1, NotSerialized)
{
ShiftLeft (Arg0, 0x04, DBG8)
WAK (Arg0)
If (IOWK) {}
Else
{
Notify (\_SB.PWRB, 0x02)
}

If (ASSB)
{
Store (WSSB, ASSB)
Store (WOTB, AOTB)
Store (WAXB, AAXB)
}

If (DerefOf (Index (WAKP, Zero)))
{
Store (Zero, Index (WAKP, One))
}
Else
{
Store (Arg0, Index (WAKP, One))
}

Return (WAKP)
}

Return (Package (0x02)
{
Zero,
Zero
})


Good luck !!
Nice discovery! So no more sleepenabler needed in Snow? I'll look if its there in my DSDT already. The only thing that made my pc sleep directly was fixing the USB in DSDT but thats for Leo.

Hibernate:
Hibernate works for me after creating a sleepimage first in terminal "make sure secure virtual memory is disabled in System Preferences > Security". Download the deepsleep widget. http://deepsleep.free.fr/deepsleep_1.1.zip # leopard only...
Code:
sudo pmset -a hibernatemode 1 #creates image file, hibernate works without widget, no STR3 anymore.
#restart and test if hibernate indeed works
sudo pmset -a hibernatemode 3 #restores to both STR3 and hibernate
#restart and test if STR3 sleep again works
Now you can sleep from the Apple menu, and hibernate with the widget!

BTW kjun5huo could you edit your post and put the DSDT between CODE quotes. It makes it easier to read . I self discovered this feature also to late but makes reading a lot easier...

Last edited by walterav; 02-12-2010 at 10:43 AM.
Reply With Quote
  #5  
Old 02-12-2010, 05:18 PM
kjun5huo kjun5huo is offline
Puma
 
Join Date: Jul 2009
Posts: 16
Thank you for your reply

Sorry for my lousy posting.
I don't know how to code quote
Reply With Quote
  #6  
Old 02-19-2010, 10:04 AM
swamijivan swamijivan is offline
Cheetah
 
Join Date: Feb 2010
Posts: 3
Hi guys..

Please I need some help to set my video card 9800GT to work with dual monitor display.
At the beginning I just add the GraphicDisplay string to run and QE/CI was working, no dual monitor..
So I used the Lancetou advice with Osx86 universal install to inject an EFI string (I used the 8800GT because 9800 was not in the list, but as I know the hardware is the same). Now I can read the config of my graphic right.. but still my dual monitor don't work.
I have the firdt monitor on the nearest plug and an apple adapter DVI-S-video to trough the second DVI to connect my TV; I can find the double monitor setting but when I check it I just have a "sandy" resolution on first monitor and no signal on second plug.
I use no kext or patch but the realtek wifi in the system, Chamaleon 2 mounted.
Sorry for my english I am italian an is my first Hackintosh...
Thanks in advance...

My sys:

MB Asus P5k-e wifi
CPU Q6600
Graph Nvidia 9800GT
SO 10.6.2 Snow
Reply With Quote
  #7  
Old 02-22-2010, 09:28 PM
walterav walterav is offline
Jaguar
 
Join Date: Aug 2009
Posts: 45
Quote:
I have the firdt monitor on the nearest plug and an apple adapter DVI-S-video to trough the second DVI to connect my TV; I can find the double monitor setting but when I check it I just have a "sandy" resolution on first monitor and no signal on second plug.
Are you sure the DVI to s-video plug is compatible with Nvidia cards? I thought it was made for ATI cards although Display Preferences detects tv-out pal/ntsc etc t did not give a picture on a realmac with Nvidia in my case. Could you try 2x dual dvi monitors?

I know the DVI to s-video works great on ATI hd2600xt and 1900xt.
Reply With Quote
  #8  
Old 02-24-2010, 10:52 AM
swamijivan swamijivan is offline
Cheetah
 
Join Date: Feb 2010
Posts: 3
Quote:
Originally Posted by walterav View Post
Are you sure the DVI to s-video plug is compatible with Nvidia cards? I thought it was made for ATI cards although Display Preferences detects tv-out pal/ntsc etc t did not give a picture on a realmac with Nvidia in my case. Could you try 2x dual dvi monitors?

I know the DVI to s-video works great on ATI hd2600xt and 1900xt.
Thanks for reply... To be onest I never could think that an adapter DVI-Svideo can be right for a brand and useless for another...But we are here to learn! So I will try with a DVI-VGA adapter on the second plug (I have not two DVI monitors to give a try)
BTW also the s-video native plug on my Nvidia does not work...
I will post the results.. cheers

UPDATE : You where right... The apple adapter is not compatible with Nvidia cards! I used a DVI-VGA adapter on my second plug and works.
BTW is working also in extended desktop (not only in clone mode as I read on some Snow forum) So I bought a VGA-Svideo adapter for 1.99 and hope that the trick will work! As soon I receive all the stuff I will post the results, cheers

My sys:

MB Asus P5k-e wifi
CPU Q6600
Graph Nvidia 9800GT
SO 10.6.2 Snow

Last edited by swamijivan; 02-26-2010 at 11:31 AM.
Reply With Quote
  #9  
Old 02-26-2010, 08:39 PM
walterav walterav is offline
Jaguar
 
Join Date: Aug 2009
Posts: 45
Quote:
Originally Posted by swamijivan View Post
Thanks for reply... To be onest I never could think that an adapter DVI-Svideo can be right for a brand and useless for another...But we are here to learn! So I will try with a DVI-VGA adapter on the second plug (I have not two DVI monitors to give a try)
BTW also the s-video native plug on my Nvidia does not work...
I will post the results.. cheers

UPDATE : You where right... The apple adapter is not compatible with Nvidia cards! I used a DVI-VGA adapter on my second plug and works.
BTW is working also in extended desktop (not only in clone mode as I read on some Snow forum) So I bought a VGA-Svideo adapter for 1.99 and hope that the trick will work! As soon I receive all the stuff I will post the results, cheers
NVenabler.kext seems to be a kext that enables the analogue TV outputs of nvidia cards, like yuv from the mixed s-video socket so maybe s-video too... try that one. Don't waste more money on adapters...
Reply With Quote
  #10  
Old 03-01-2010, 05:14 PM
mecanoiz mecanoiz is offline
Puma
 
Join Date: Jul 2009
Posts: 15
A fews week ago I installed 10.6.2 using this guide. After a day or two everything was okay (most problems were related to getting QE/CI to work on my gtx275). So first: thanks to all contributors of this thread.
Not all dsdt patches were applied so I still have some shutdown irregularities.
Today my hack went to sleep and gfx card fans went spinnging full speed. I held down the power button for five seconds to make it reboot. But during reboot i gets stuck now. Starting up using safe/verbose mode reports that it enters fsck_hfs and it doens't progress after ** Checking catalog file.
I tried repairing it through disk utility on a macbook but everything seems ok from there.
then i tried fsck -fy /dev/diskXsX in terminal
this is the output
Quote:
bash-3.2# fsck -fy /dev/disk2s2
** /dev/rdisk2s2
BAD SUPER BLOCK: MAGIC NUMBER WRONG

LOOK FOR ALTERNATE SUPERBLOCKS? yes

SEARCH FOR ALTERNATE SUPER-BLOCK FAILED. YOU MUST USE THE
-b OPTION TO FSCK TO SPECIFY THE LOCATION OF AN ALTERNATE
SUPER-BLOCK TO SUPPLY NEEDED INFORMATION; SEE fsck(8).
Can anybody help me out ?

Last edited by mecanoiz; 03-01-2010 at 09:32 PM.
Reply With Quote
Reply