Jump to content

[GUIDE] *NEW* Snow Leopard Retail on ASUS P6T Deluxe V1&V2


dgobe
 Share

1,773 posts in this topic

Recommended Posts

The memory showing as DDR2 is a cosmetic issue only, the installer uses an old boot loader that doesn't report the memory correctly. Look for the Chameleon installer that iFabio put together from the latest Chameleon sources. I'll put together a new installer when 10.6.5 comes out if Fabio doesn't do it first....was that still on your list Fabio? I'm busy these days and only check in occasionally.

Link to comment
Share on other sites

The memory showing as DDR2 is a cosmetic issue only, the installer uses an old boot loader that doesn't report the memory correctly. Look for the Chameleon installer that iFabio put together from the latest Chameleon sources. I'll put together a new installer when 10.6.5 comes out if Fabio doesn't do it first....was that still on your list Fabio? I'm busy these days and only check in occasionally.

 

I'm busy m too...

:P

 

(on the way.. maybe I post you some "mod" on the new *SDT...)

 

Fabio

Link to comment
Share on other sites

perfect guys! tks!!

I have another question (please help im looking for this answer for months! :P )

Im running 10.6.3 with gtx 285 (34fps in cinebench )

Do you recommend to install 10.6.4? Do i need to use inject or something?

thanks in advance

 

For what I know your GTX285 works on 10.6.4

just use GraphicsEnabler=Yes in your /Extra/com.apple.Boot.plist

 

Same for 10.6.5(10H574) and 10.6.6(10J521) :P

 

Fabio

Link to comment
Share on other sites

The memory showing as DDR2 is a cosmetic issue only, the installer uses an old boot loader that doesn't report the memory correctly. Look for the Chameleon installer that iFabio put together from the latest Chameleon sources. I'll put together a new installer when 10.6.5 comes out if Fabio doesn't do it first....was that still on your list Fabio? I'm busy these days and only check in occasionally.

 

I'll check it out when i get home.

 

I get plan to setup my workstation pc today.

 

My workstation PC :

 

P6T SE

i7 930

KingMax DDR3 6GB ( 3x2GB ) 1600 Cas 9

ASUS EAH5770 512Mb

 

this mobo is P6T SE and i'll get some report when it's done.

Link to comment
Share on other sites

Same for 10.6.5(10H574) and 10.6.6(10J521) :)

Fabio

Fabio, does that mean everything is OK to install 10.6.5?

 

The new Chameleon installer dgobe referred to above is in the post linked below. Just install over your current one and then do a permissions repair (just in case), problem solved :)

http://www.insanelymac.com/forum/index.php...t&p=1529861

The file link in that thread to the bootloader doesn't work any more.

Link to comment
Share on other sites

Fabio, does that mean everything is OK to install 10.6.5?

 

 

Yep... safe (until 10H574) when it will be out,

need LAN and AUDIO "fix" always the same :)

 

for audio there is a fast way (or the dgobe fix of course)

fire up your terminal and digit:

sudo perl -pi -e 's|\x8b\x19\xd4\x11|\x9b\x98\xd4\x11|g' /System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA

 

the system ask you for the password... digit it and your new AppleHDA(10.6.5) is now patched

credits to: aschar for the info finded on projectosx

 

for the Lan:

the same as described in the first post.

Edit the info.plist in the AppleYukon2.kext.

 

No other "problem" finded...

Fabio

Link to comment
Share on other sites

My workstation PC :

P6T SE

i7 930

KingMax DDR3 6GB ( 3x2GB ) 1600 Cas 9

ASUS EAH5770 512Mb

 

I installed with this build. Everything worked but the Audio is only with Digital-Out, i can not use with the headphone. Any solution for this problem ?

Link to comment
Share on other sites

tks a lot Fabio.

 

I've read some people saying that 10.6.4 needs new Nvidia Drivers to get the full speed..

If yes, how do i install then? Injection?

 

Kind regards

 

Rodrigo

 

 

For what I know your GTX285 works on 10.6.4

just use GraphicsEnabler=Yes in your /Extra/com.apple.Boot.plist

 

Same for 10.6.5(10H574) and 10.6.6(10J521) :(

 

Fabio

Link to comment
Share on other sites

for audio there is a fast way (or the dgobe fix of course)

fire up your terminal and digit:

sudo perl -pi -e 's|\x8b\x19\xd4\x11|\x9b\x98\xd4\x11|g' /System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA

 

I did a hex edit and only changed strings that matched the device ID in the *DATA* sections of the binary. I don't know if those strings would match any valid opcode sequences in the CODE/TEXT section but the perl script would change those too. Probably just paranoia on my part :rolleyes:

 

Plus you miss out on the "fun" things like seeing that the first 4 bytes of Mach-O universal binaries are:

 

CA FE BA BE

Link to comment
Share on other sites

I did a hex edit and only changed strings that matched the device ID in the *DATA* sections of the binary. I don't know if those strings would match any valid opcode sequences in the CODE/TEXT section but the perl script would change those too. Probably just paranoia on my part :)

 

Plus you miss out on the "fun" things like seeing that the first 4 bytes of Mach-O universal binaries are:

 

CA FE BA BE

 

dgobe I found and try that info on projectosx (works like a charm for me...)

 

PS Enjoy the 10.6.5.... is out!

 

Fabio

Link to comment
Share on other sites

Do i need any kext for sound/ sleep in 10.6.5??

 

tks alot Ifabio

 

 

 

tks a lot Fabio.

 

I've read some people saying that 10.6.4 needs new Nvidia Drivers to get the full speed..

If yes, how do i install then? Injection?

 

Kind regards

 

Rodrigo

 

 

Do i need any kext for sound/ sleep in 10.6.5??

 

tks alot Ifabio

 

 

 

tks a lot Fabio.

 

I've read some people saying that 10.6.4 needs new Nvidia Drivers to get the full speed..

If yes, how do i install then? Injection?

 

Kind regards

 

Rodrigo

Link to comment
Share on other sites

dgobe I found and try that info on projectosx (works like a charm for me...)

 

Oh right, absolutely the perl script does work fine. I was just pointing out that doing a global search and replace for 8B19D411 would also replace that string in the TEXT segment of the binary if it were present, but it's not. This would change the CODE that gets executed as opposed to patching a device ID in the DATA segment...like I said maybe I was being a bit too cautious.

 

PS Enjoy the 10.6.5.... is out!

 

Fabio

 

DL'ing.

http://support.apple.com/kb/HT4250

 

I love their detailed line items in the release notes...like this one:

 

Improves reliability of Ethernet connections. :D

Link to comment
Share on other sites

...

 

@ dgobe

 

I have no time to build "the Asus X58 installer" for now...

If the file I post you today works well... I send you the rest of the missed config...(920 to 980x & internal or external SATA)

 

Let me know.

 

Fabio

Link to comment
Share on other sites

First post updated with new audio patcher based on perl script by aschar. Referred by Fabio in this post:

 

http://www.insanelymac.com/forum/index.php...t&p=1579951

 

thx. the audio works fine after patching. but iam experiencing reboot and shutdown problems after installing 10.6.5. os message shows up, that i have to manually shut down the computer by holding the power button.i will try to use the installer all over again to fix this issue...

Link to comment
Share on other sites

Hi,

 

I'm using a asus p6t deluxe V2, and everything is workng (10,6,2).

Recently i bought 2 WD 1 To and i'd like to install Snow (10,6,2 or later) on those 2 HDD but in Raid 1 mode (Hardware first or software if hardware is not possible at all)

Do you think it's possible? and if yes how?

 

I will wait a bit for upgrading to 10,6,5... just in case...

 

Best regards and thank you for your help.

Link to comment
Share on other sites

Try D-link DBT-120 for one, there are others out there as well..

From the website, MacOSX isn't in the supported OSes list, but I've this dongle for my Magic Mouse and it just works.

http://english.hamletcom.com/products/xbtus20bw.aspx

I had also had a Belkin dongle and it worked too.

Many companies don't list MacOSX, but it supports them, I think.

 

By the way...10.6.5 done, no problems at all.

Link to comment
Share on other sites

 Share

×
×
  • Create New...