Help - Search - Members - Calendar
Full Version: 10.5.7 Released
InsanelyMac Forum > OSx86 Project > New Releases and Updates
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9
Master Chief
Try sleepfix.zip which includes both EHCISleepEnabler.kext and IOAHCIFamily.kext (patched 10.5.7 file) – just use the "Kext Helper" tool, to install the files into your /System/Library/Extensions/ directory, and then rebuild Extensions.mkext with the same app.
Arial
QUOTE (Beerkex'd @ May 15 2009, 11:14 AM) *
To all with wrong info in System Profiler and About This Mac - install Chameleon 2.0 and use smbios.plist in /extra. Make sure you have a clean, unmodified AppleSMBIOS.kext from 10.5.7, and that you have no SMBIOS Injectors installed, also check that your com.apple.Boot.plist in Library/Preferences/SystemConfiguration is clean, like this:

CODE
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>Kernel Flags</key>
     <string></string>
</dict>
</plist>


With Chameleon 2.0 installed, you'll want to be using com.apple.Boot.plist in /Extra.

I'm guessing that your info is wrong on 10.5.7 because the update overwrote your patched AppleSMBIOS.kext or other patched files you were using to fix it.

Here is my smbios.plist, currently set up as iMac9,1. Edit as needed.

You can find memory serial numbers and info with CPU-Z in Windows. The _1 and _3 denotes memory slot, memory type 19 is DDR2, 18 is DDR. DDR3 must be 20 then, I guess.

Be sure to edit RAM info, CPU and bus frequencies to match your hardware. Also, other Mac models may need different string values. Use google or the forum search to find them, if you don't want your frankentosh to be an iMac9,1.

Some information here, courtesy of OSx86 superhero David F. Elliott: http://pastie.org/333621.txt - search with google for proper Apple serials if you want one.

Note of the odd spelling of 'manufacturer', it must be spelled 'manufacter' for the settings to take, and the capitalization must match, ie SMxxxxx.

Copy and paste the whole thing into textedit or whatever, make your modifications and save it as smbios.plist in /extra.

CODE
<?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>SMbiosvendor</key>
     <string>Apple Inc.</string>
     <key>SMbiosversion</key>
     <string>IM91.88Z.008D.B00.0901142258</string> (this must match your SMproductname)
     <key>SMmanufacter</key>
     <string>Apple Inc.</string>
     <key>SMproductname</key>
     <string>iMac9,1</string>
     <key>SMsystemversion</key>
     <string>1.0</string>
     <key>SMserial</key> (I don't know if there are other possible values than 1.0)
     <string>nnnnnnnnnnn</string> (insert valid 11 character serial here if you have one)
     <key>SMfamily</key>
     <string>Mac</string> (this must match your SMproductname)
     <key>SMboardmanufacter</key>
     <string>Apple Inc.</string>  (put Apple Computer, Inc. if you're setting MacPro values)
     <key>SMboardproduct</key>
     <string>Mac-F2218EC8</string> (this must match your SMproductname)
     <key>SMexternalclock</key>
     <string>200</string> (your true CPU FSB, ie non-"quad pumped")
     <key>SMmaximalclock</key>
     <string>3400</string> (CPU freq in MHz)
     <key>SMmemtype</key>
     <string>19</string>
     <key>SMmemspeed</key>
     <string>800</string> (RAM freq in MHz)
     <key>SMmemmanufacter_1</key>
     <string>Kingston Technology</string> (OCZ, Geil, whatever, the name of your cat, dog or parrot..)
     <key>SMmemmanufacter_3</key>
     <string>Kingston Technology</string> (...pet rabbit names causes system crashes, use with caution!)
     <key>SMmempart_1</key>
     <string>KHX8500D2/1GN</string> (your RAM manufacturer will have this info on their website...)
     <key>SMmempart_3</key>
     <string>KHX8500D2/1GN</string> (...for example in a .pdf datasheet for your RAM)
     <key>SMmemserial_1</key>
     <string>nnnnnnnn</string> (insert valid serials here if you have them)
     <key>SMmemserial_3</key>
     <string>nnnnnnnn</string> (You can get the serials with CPU-Z under Windows)
</dict>
</plist>

QUOTE (mitch_de @ May 15 2009, 12:55 PM) *
100 % agree !
I used before Chameleon 2 RC the injector ways or modded SMBIOS.
Now with CHameleon / smbios.plist in /Extra i am much more happy !
Netkas hint: Dont use MacPro#,1 Modell Names, can make problems if your CPU isnt really an i7 family CPU member.
Also be sure (for best compatibility) dont change only Model name, all must fit together with the other values, means SMBIOS Table + Modelname must fit as some other values too, MacPro or MacBook has an different smbios table as iMac !
I used iMac5,1 and all is OK. Also geekbench & Co.
i attached my smbios.plist for chameleon to look in /compare.

attached: my iMac5,1 smbios.plist (CPU Speed : 2.8, FSB 266 MHZ, RAM 800 MHZ DDR2: edit with your vales)
Attached File(s) smbios.zip ( 2.17K )

Thank you for your enlightment.

btw, string value for DDR3 is 24 (not 20)

I've also posted some custom smbios.plist & guide @ Chameleon with SMBIOS patching





lateralusman
On a retail install everything still works! Just had to re enable the sound by reinstalling the HDAEnabler and AppleHDA kext's
fernvick
Hey guys sorry if its a stupid question but how do I find out if I have Chameleon 2.0 and also how do I find SMproductname ? Thanks in advance.
tweetatoo
Checkout the safe update:
http://www.insanelymac.com/forum/index.php?showtopic=167173


DISCLAIMER: EVERY STEP PROVIDED HERE ON HOW TO UPDATE YOUR MAC IS ONLY FOR EDUCATIONAL PURPOSES AND I AM NOT RESPONSIBLE FOR THE UPDATE AND/OR FOR WHOM CREATED IT AND NOT RESPONSIBLE FOR ANY CRASHES THAT OCCUR AND I ASK THE UPDATER TO DELETE IT AFTER THE UPDATE FINISHES.

Alright. How are you doing? Hope you're doing well.

The following are the steps on how to update your Mac to 10.5.7:

*Note: Make sure that you have done a backup using Time Machine.

1- DSDT has to be patched. Download the patcher here.
2- If your Mac does not have the EFI v9 bootloader, download it here.
3- Two files MUST be installed in a mac system that has to be updated into 10.5.7, and they are:
a- dsmos.kext. Download from here.
b- IntelCPUPMDisabler.kext. Download here.

* Note: their installation is as any other kext. Google for how to install kext file if you didn't how, and don't forget to reboot after installation.
4- Get the 10.5.7 update:
a- Delta: if you are updating from 10.5.6. Found here.
b- Combo: if you are updating from 10.5.6 and older versions. Found here.

Update AND DON'T RESTART WHEN IT ASKS FOR!!!!!!!!!!
Continue to the next step.
5- Postinstallation: most problems reside in this stage. However, a repair tool is present for that. Download it here. Once downloaded, run the repair installation and choose what fits your PC.

6- Now, you can restart your PC.

Enjoy!

DON'T FORGET TO REPORT THE RESULTS.
It was tested on iAtkos 5i 10.5.5 package and went successful.

Source: www.3rr0rists.com
miki88
I updated to 10.5.7 via Software Update and it bricked mu Hack.

Now it wont boot. First it was saying "still waiting for root device" (it was set to RAID and working that way before update) but now I changed it to AHCI and sez something about imediate dependencies. I did not have time to write that down, it restarted pretty quickly.

Is there any way to fix this, or I must reinstall? I would like to fix it, since I have some things on OS X boot drive unsure.gif
starobrno1
Stay with 10.5.6 cause the 10.5.7 does´nt have have any new revoloutinary good stuff for hackmacs. Best so far is the 10.5.6
DanielNTX
QUOTE (miki88 @ May 22 2009, 01:44 PM) *
I updated to 10.5.7 via Software Update and it bricked mu Hack.

Is there any way to fix this, or I must reinstall? I would like to fix it, since I have some things on OS X boot drive unsure.gif


I thought I answered this but you have to remove the Don't Steal This Software.kext and the AppleTyMCEDriver.kext and make sure you have dsmos, appledecrypt and appleintelcpupm disabler kexts installed. You can do this in Single User mode or Terminal from the install CD.
Snowski
Everything seems to be in order after the update except that system profiler crashes now when trying to view the video/monitor tab.
Also, some Photoshop projects seem to have texture corruption in the background (canvas)

Does anyone else experience this?
Master Chief
QUOTE (DanielNTX @ May 23 2009, 04:46 AM) *
I thought I answered this but you have to remove the Don't Steal This Software.kext and the AppleTyMCEDriver.kext and make sure you have dsmos, appledecrypt and appleintelcpupm disabler kexts installed. You can do this in Single User mode or Terminal from the install CD.


I sure didn't remove Dont Steal Mac OS X.kext (which for your info is DSMOS) and kextstat shows that it is loaded, so why should you/he?

Also, there should be no need to remove AppleTyMCEDriver.kext because it usually only hangs when you use "MacPro4,1" instead of say: "MacPro3,1", which works just fine for me BTW.

And with "appleintelcpupm disabler kexts" you probably mean disabler.kext

@miki88:

I would go back to the RAID setup (which you said to have worked for you) and fix permissions with Disk Utility (boot from the install DVD) and do a

sudo touch /System/Library/Extensions.mkext

before you reboot. And if that doesn't work anymore, take other/nessecary action(s) to fix this issue; starting with booting with -x (safe) -s (single user) or -v (verbose) mode.
ogynche
Hey guys, I just updated via Software Update to 10.5.7 and now have this problem. The installation I had was a Retail Leopard 10.5.6 with Chameleon Boot Loader.

My configuration is:

CODE
Motherboard: Gigabyte P35-DS4
Chipset: Intel Bearlake G31/G33/P35
Processor: DualCore Intel Core 2 Duo E6850, 3.0Ghz
RAM: Kingston 4GB
Video: NVidia GeForce 8600GT
Display: LG Flatron W2241S 22" Widescreen
Sound: Realtek ALC885 @ Intel 82801IB ICH9 - High Definition Audio Controller


I think I have a problem with some of my kexts because I can boot into safe mode. Do you have any ideas how to fix this kernel panic?

PS. Here's a list of all my kekxts. I got them all packed in a mkext file, because the audio just wouldn't work before that.
lebidou
QUOTE (ogynche @ May 23 2009, 02:51 PM) *
Hey guys, I just updated via Software Update to 10.5.7 and now have this problem. The installation I had was a Retail Leopard 10.5.6 with Chameleon Boot Loader.

My configuration is:

CODE
Motherboard: Gigabyte P35-DS4
Chipset: Intel Bearlake G31/G33/P35
Processor: DualCore Intel Core 2 Duo E6850, 3.0Ghz
RAM: Kingston 4GB
Video: NVidia GeForce 8600GT
Display: LG Flatron W2241S 22" Widescreen
Sound: Realtek ALC885 @ Intel 82801IB ICH9 - High Definition Audio Controller


I think I have a problem with some of my kexts because I can boot into safe mode. Do you have any ideas how to fix this kernel panic?

PS. Here's a list of all my kekxts. I got them all packed in a mkext file, because the audio just wouldn't work before that.


You have to remove AppleHDA.kext from /System/Library/Extensions/, this is the extensions that panics.
kulos
QUOTE (ogynche @ May 23 2009, 01:51 PM) *
Hey guys, I just updated via Software Update to 10.5.7 and now have this problem. The installation I had was a Retail Leopard 10.5.6 with Chameleon Boot Loader.

My configuration is:

CODE
Motherboard: Gigabyte P35-DS4
Chipset: Intel Bearlake G31/G33/P35
Processor: DualCore Intel Core 2 Duo E6850, 3.0Ghz
RAM: Kingston 4GB
Video: NVidia GeForce 8600GT
Display: LG Flatron W2241S 22" Widescreen
Sound: Realtek ALC885 @ Intel 82801IB ICH9 - High Definition Audio Controller


I think I have a problem with some of my kexts because I can boot into safe mode. Do you have any ideas how to fix this kernel panic?

PS. Here's a list of all my kekxts. I got them all packed in a mkext file, because the audio just wouldn't work before that.



You do not need all those extra kexts! A proper DSDT.aml file will replace HDAenabler. EFI string (or DSDT.aml) can replace the Natit.kext. You will need a patched AppleHDA.kext though.



kulos
svencux
i do need some airport help after update.

I did update my brother system from 10.5.5 to 10.5.7 (he is like me on an iATKOS v5I install).
The update went fine and all works fine except that the airport extrem card is not found by the system
anymore. The system says no card installed. The card was working fine under 10.5.5.
He is on a dual boot with vista and the card is working there.

It is strange bacause the airport card should be picked up by the system nativly. I do use the sam ecard with no update problems.
I did replaces the airport kext from 10.5.7 with the one from 10.5.5 but no luck

The ethernet 82562v connection does not work either but it did not work before so i dont think it matters.

Anyone has an idea how to fix this or has an working kext. to make the ethernet 82562V work (id did not find any working solution)

Thnaks a lot.
Azimutz
Hi.. can't help with Airport.. don't have any experience with it. I guess it has nothing to do with 82562 not working but, you never know..
Check this thread: Intel 82562v LAN driver - InsanelyMac Forum
I have 82562 PHY but it's Intel Pro/100 VE.
Cannibul
Did the 10.5.7 update through the Software Updater on my FrankenMac.

Here's what I ended up with.



What'd I screw up and how do I fix it?

Thanks.
ATL Boricua
Updated from 10.5.6 to 10.5.7 through 'Software Update' with 2 simple problems.

1.) Audio didn't work at first. Showed as having no hardware being available. Had to Reinstall Audio Kexts. Works now.

2.) Screen Resolution doesn't have previous 1366 x 768 resolution anymore. Only non-clear interlaced resolutions available. Still haven't been able to fix.

Otherwise, it was a flawless update. 1 auto-reboot and it booted normally with the 2 exceptions noted above.

Anyone know how I can restore my resolution back? My specs below:

iDeneb 10.5.6 Install (originally)
Gigabyte GA-P35-DS3L v.2
4 GBs Corsair RAM
Nvidia GeForce EVGA 9600 GT 512MB DDR3
Raptor 10,000RPM HDD
kmifflin
QUOTE (Bidule200 @ May 13 2009, 01:57 AM) *
Installation worked fine on my vanilla config, just with Software Update.
Just had to re-install audio 889a driver in order to get audio back.

Only one issue : my second 24" monitor is now stuck in 1920x1080 instead of 1920x1200.
I think OSX believes it's a HD TV.

If anyone has a solution...


Try using short DVI cables instead of VGA
yossicl
QUOTE (yossicl @ May 14 2009, 06:40 PM) *
Portable Computers LG LS70 express update from Retail Leopard 10.5.6 and Voodoo kernel 9.5 to 10.5.7 almost everything is working (even the keyboard and mouse Touchpad using VoodooPS2Controller) except sound card C-Media CMI9880
Also video card ATI mobility X600 QE/CL not supported.

Anyone can help me to define the sound card?

Attached codec_dump.txt

Thanks.

Sound card working using AppleAzaliaAudio.kext (only output working) but cannot change the Volume slide...
Any help it will be welcome…
Thanks.
svencux
QUOTE (Azimutz @ May 25 2009, 10:35 PM) *
Hi.. can't help with Airport.. don't have any experience with it. I guess it has nothing to do with 82562 not working but, you never know..
Check this thread: Intel 82562v LAN driver - InsanelyMac Forum
I have 82562 PHY but it's Intel Pro/100 VE.


thanks Azimut,

well i will try with the solution for the ethernet connection, but rather would prevour to
get the airport working.

anyone else has an idea on how to fix the airport connection. The card working would not
even recognized anymore under 10.5.7

please
OliverHK852
QUOTE (Burpethead @ May 18 2009, 11:08 PM) *
Something wrong with either one of the extensions listed or the new graphics drivers within 10.5.7 in general. Can try downloading the 10.5.6 combo update and using pacifist to install the 10.5.6 nvidia drivers, and / or the extensions listed.

Also check in the System Profiler to see if your Quartz Extreme is supported. If not, you may have to resintall nvinject / nvkush again.


I tried installing some of the kexts listed that I was using in 10.5.6 but that simply wouldn't let me boot up.

I've started a new topic here: http://www.insanelymac.com/forum/index.php?showtopic=168157 to see if I can get any help on it. It's killing me!
CK Lee
I wonder if one encounters the problem in repairing permission. I notice the time to complete this taking a very long time than before. In the past, I can complete this with a full backup of the boot partition (14GB) in about 40 min. Now in 10.5.7, it takes more than 1.5 hours.
Clickr OButtons
QUOTE (Cannibul @ May 25 2009, 08:08 PM) *
Did the 10.5.7 update through the Software Updater on my FrankenMac.

Here's what I ended up with.
(image deleted)
What'd I screw up and how do I fix it?

Thanks.


I had the same problem. I am running a low-profile NVidia 8400 GT GS on a DP35DP Intel board.
I had to ssh in and reinstall previous version of AppleHDA.kext, and HDAenabler.kext. Also removed AppleIntelCPUPowerManager.kext which had gotten re-installed.

Now I can see my screen, but do not have Core Image or QuartzExtreme enabled, nor OpenGL. Also: no sound, so I have to re-install that.

I think that's all I did. I'm a noob at this, and don't have a recovery methodology down yet.

Good luck.
starobrno1
Finally I´m back on 10.5.6, I´m lucky I made a CCC on my old 10.5.6 install. Was´nt a piece of cake to get everything back to normal, took some time but now pretty much all is good again. Had to boot it with the 132 disk first and then reinstall chameleon, 10.5.6 mach kernel, system.kext, seatbelt.kext, clear chashes, repair permissions and reboot. I copied everything I had added to the 10.5.7 install so next few days I´ll be going throught that stuff see what I want to keep so there´s still some work to do though. And all the verification and installationcodes for all my musicsoftware man that alone will take some time to get them all up running again but it´s worth it. 10.5.6 is the best so far so stick with it.
Clickr OButtons
Quick follow-up:

I fixed the CI/QE problem by re-installing the Leopard Graphics 1.0 update. Not wanting to leave well enough alone, I then installed the Graphics Update 2009001 package, and that gave me a black screen, and I had to roll everything back by restarting as single user.

Now graphics are working, but I don't have the login screen's "fade-in" effect that seems to be new with 10.5.7. I can live with that. I also think this solution is 8xxx specific: It did not work for a friend's 9500 based board.

The only other problem seems to be that my audio is not coming back after re-installing ALCinject and AppleHDA kexts and running AppleHDAPatcher 1.20. Still investigating this one.
StormRoBoT
this fix alot bug, and also the .dgm file format, im getting error last time before update, and now it working fine smile.gif

Arthmx
How to install 10.5.7 on iATKOS 5i (10.5.5) ?
I checked Intel SATA w/o AHCI during installation and Voodoo Kernel
If I install 10.5.7 without doing anything then -> Still waiting for root device ;(
Thanks wink.gif
me@home
Hello,

anyone using Leopard Server Version ?

I did the updates from 10.5.4 to 10.5.7 and it's still working fine.


Click to view attachment
drule
QUOTE (Cannibul @ May 25 2009, 08:08 PM) *
Did the 10.5.7 update through the Software Updater on my FrankenMac.

Here's what I ended up with.

What'd I screw up and how do I fix it?

Thanks.


Where can I get a copy of that hammerhead wallpaper?

As for the booting problem, it would help if you put some details about your system and what osx86 flavour you where using successfully before the update.
CaBuffalo
I already updated it. It works just fine. tongue.gif
gengstapo
QUOTE (me@home @ Jun 2 2009, 09:12 PM) *
Hello,

anyone using Leopard Server Version ?

I did the updates from 10.5.4 to 10.5.7 and it's still working fine.


Hii there
Is that retailed version with DFE-132 or some modified distro?
xpertvision
updated using apple update and everithing works fine! i just needed to install audio driver again
osx psychodude
well i have a ques
i am running kalyway 10.5.2 and vanilla kernel
however i want to update it
i tried updating it to 10.5.6 using the netkas method
but i got kernel panic and had to reinstall
so can anyone please please tell me how to update it to 10.5.7
i'm kinda a noob so keep that in consideration when telling me
thanks
Cannibul
QUOTE (drule @ Jun 6 2009, 11:28 PM) *
Where can I get a copy of that hammerhead wallpaper?

As for the booting problem, it would help if you put some details about your system and what osx86 flavour you where using successfully before the update.



Most likely the wallpaper came from Digital Blasphemy.

I was running 10.5.5 xXx

The motherboard is a Gigabyte EP45-UD3P and the video card is a nVidia 8400GS

Thanks.
Arcanide
I tried to install from iPC 10.5.6 Vanilla kernel, ICH9 SATA, and ALC888 audio. I see talks about smbios.plist and others, but I have no idea what this means, and can't seem to find any help on the matter.

I have a 4870, and a GA-P35-DS3L.

I also used the delta updater from apple. Any suggestions?

EDIT: I have been reading more, and there are many talks of making sure XXX kexts are out of XXX folders, and people are restarting twice.

When I did the update, I didn't remove any kexts, and there was one restart after I did -v -f -x, and it gave me the apple logo, and then a gray screen with some artifacts and what looks like split up spinning mouse cursor. Did I miss something?
osx psychodude
QUOTE (osx psychodude @ Jun 10 2009, 06:49 PM) *
well i have a ques
i am running kalyway 10.5.2 and vanilla kernel
however i want to update it
i tried updating it to 10.5.6 using the netkas method
but i got kernel panic and had to reinstall
so can anyone please please tell me how to update it to 10.5.7
i'm kinda a noob so keep that in consideration when telling me
thanks


hmm any reply??
i really need some help
Konami®
QUOTE (Arcanide @ Jun 11 2009, 11:54 PM) *
I tried to install from iPC 10.5.6 Vanilla kernel, ICH9 SATA, and ALC888 audio. I see talks about smbios.plist and others, but I have no idea what this means, and can't seem to find any help on the matter.

I have a 4870, and a GA-P35-DS3L.

I also used the delta updater from apple. Any suggestions?

EDIT: I have been reading more, and there are many talks of making sure XXX kexts are out of XXX folders, and people are restarting twice.

When I did the update, I didn't remove any kexts, and there was one restart after I did -v -f -x, and it gave me the apple logo, and then a gray screen with some artifacts and what looks like split up spinning mouse cursor. Did I miss something?


http://netkas.org/?p=103#comments
Arcanide
QUOTE (idSoftware™ @ Jun 13 2009, 02:12 PM) *


That page didn't really help me all that much..

If the only way I can get my card to work is to flash the ROM, then no sir, I do not want to do that. I dual boot, and flashing it will have adverse effects in my windows partition =|
clarktim
QUOTE (osx psychodude @ Jun 10 2009, 01:49 PM) *
well i have a ques
i am running kalyway 10.5.2 and vanilla kernel
however i want to update it
i tried updating it to 10.5.6 using the netkas method
but i got kernel panic and had to reinstall
so can anyone please please tell me how to update it to 10.5.7
i'm kinda a noob so keep that in consideration when telling me
thanks


try this. worked great for me. I am now on 10.5.7

http://www.insanelymac.com/forum/index.php?showtopic=108450
aliasa_anderson
I tried using smbios.plist with Chameleon 2,info got updated in system profiler but processor specific page still gives me error.
When i did syslog i got :



Mon Jun 15 04:45:38 xXx System Profiler[631] <Error>: *** -\[SPPlatformReporter marketingStringForMHz:\]: unrecognized selector sent to instance 0x32ac60
Mon Jun 15 04:45:38 xXx System Profiler[631] <Warning>: Exception while calling \[SPiPlatformReporter updateDictionary:\]\n*** -\[SPPlatformReporter marketingStringForMHz:\]: unrecognized selector sent to instance 0x32ac60


Please Help !!! sad.gif

Edit:Solved the issue.Using SPPlatformReporter.smreporter from post #156(Page#8,By Jas)

I however only replace the binary file SPPlatformReporter.

Reason:

From my SPPlatformReporte binary:

xXx:~ xxx$ strings SPPlatformReporter.spreporter/Contents/MacOS/SPPlatformReporter |grep -i market
marketingStringForSpeed:units:
xXx:~ xxx$
--------------------------------------------------------------------
But from the above mentioned post i have :


xXx:~ xxx$ strings SPPlatformReporter.spreporter/Contents/MacOS/SPPlatformReporter |grep -i market
marketingStringForMHz:
xXx:~ xxx$
--------------------------------------------------------------------
estebanrao
Updated trough software update with no problems, a couple of reboots and everything worked fine except for usb and dmg mounting, replaced kernel and some other stuff with previous versions and everything worked like a charm

The only things to fix:
- System profiler first tab (There was a problem while gathering bla bla bla)
- Sleep, my hack didn't sleep at all... with this new update it does... but when it comes back to live the mouse speed is terribly high and the system ends up collapsing (any ideas on how to fix this)

My specs
amd 64 3000+
a8n-e motherboard
chamaleon stable version
sendblink23
10.5.5 to 10.5.7 went almost perfect =)

Acer Aspire 3680 - T5500 Intel Core 2 Duo 1.66Ghz/1.67Ghz - 2b Ram - 160gb HD

Used iAtkos 5i distro & upgraded with default Software Update Combo 10.5.7

Only needed to replace a few Kexts, Bundles & a few manual fixes as I had to do on 10.5.5, they most seemed to work on 10.5.7

Working: Bluetooth, Sounds (Speaker/Headphones/Mic), 950GMA(Qz/E), 1 Core 2 Processors, Keyboard, Mouse(Touchpad), Full Display & Quite Fast system response

just few minor errors

1. About This Mac > More Info... > shows "There was an error while gathering this information." sad.gif

2. LAN (Marvel Yukon - 88E8038 PCI-E Fast Ethernet Controller) is detected but when ethernet is connected it says: Self-IP something like that *I need a Fix for this*

3. WLAN (Atheros AR5005G) onboard does not work... probably have something else preventing it since I assume its suppose to work on 10.5.7 with my wlan device os package(worked for me on 10.5.5/10.5.6). I should need some help on this issue.... anyways... used USB Netgear WG111v2 Wireless works flawlessly (10.5.5/10.5.6/10.5.7)

So those are my only minor errors on 10.5.7
estebanrao
QUOTE (sendblink23 @ Jun 17 2009, 03:25 AM) *
1. About This Mac > More Info... > shows "There was an error while gathering this information." sad.gif


If you are using time machine just grab the applesmbios kext from /L/S/E and replace if not check on google it will sed you to one page on this thread
std04003
Anyone with iDeneb 1.4 10.5.6 and AMD (939) machine gone to 10.5.7 ? I would need some help to do it without any trouble so anyone experienced please help. My specs are below. Thx.
Bobok delos Santos Perona
QUOTE (hinhale @ May 12 2009, 01:10 PM) *
Upgrade went fine for me. Gigabyte ga-ep45-ds3l e6400 6gb ddr2 sata+ide disk drives Chameleon RC1. Only had to re-apply AppleHDA.kext and HDAEnabler.kext to get sound working.


Ditto. But only problem I have is it would not restart. It would just go on standby. Shutdown works though.

I dual boot with Vista
sendblink23
QUOTE (estebanrao @ Jun 17 2009, 05:57 AM) *
If you are using time machine just grab the applesmbios kext from /L/S/E and replace if not check on google it will sed you to one page on this thread


I did as you first suggested, replacing it from a past applesmbios (used from a backup I had from 10.5.5) - It Did Work *THANKS*

but well... had a newer issue with 10.5.7 ... opening any ( .dmg ) file Freeze Up my OS during its mounting - since I couldn't mount any of those type of installers... I decided to format and put back 10.5.5 (everything woks here for me) .. Now stepping away from 10.5.7 for a while

Hopefully I will manage to try again later on next week... my Hard Drive needs to rest for a while hehee =P
smokozuna
QUOTE (estebanrao @ Jun 17 2009, 05:57 AM) *
If you are using time machine just grab the applesmbios kext from /L/S/E and replace if not check on google it will sed you to one page on this thread


Thank You for this information estebanrao, it helped me a great deal!

Thanks

smile.gif
Arcanide
OK - I am in 10.5.7 now, but I can't get audio to work, and I can't boot unless it is in safemode..

I tried VoodooHDA, and haven't gotten it to work. I load the prefpane, and it says "Error: Can't get registry-entry path". It then proceeds to load the panel, but it says VoodooHDA ERROR, and adjusting the controls do nothing. Also, in Sound, no output device is detected, and when I close the VoodooHDA prefpane, it says "Error: Can't open IO service"

Any help with either of these issues?
Fishgod
Updated from IPC 10.5.6 via software updater. Only glitch was fixing the audio which took all of a couple minutes. No problems at all.

Dell Latitude D830
madhias
Late update today via software update (from retail install 10.5.6), everything's fine here (10.5.7 update, iTunes 8.2, Quicktime, Airport, etc). Had no time to mess around the weeks before wink.gif I have no jumping mouse with my 8600GT btw anymore (before deleted AppleUpstream...kext)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.