andyph666 Posted November 19, 2007 Share Posted November 19, 2007 Is there a way to run 4 cores? By running the EFI patcher or something? Or would that not work. Thanks Jae-V, the azalia driver worked. What does Marvin's AMD Utility do, is it necessary? Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-511881 Share on other sites More sharing options...
sinewave Posted November 20, 2007 Share Posted November 20, 2007 Could you try installing the 9.1.0 kernel? (It's on IRC, not sure if I am allowed to post here.) Instructions for installation and testing: unzip kernel, copy mach_toh to your root directory, run the command "sudo -s; chown -R 0:0 mach_toh; chmod -R 755 mach_toh" from terminal, then reboot with the parameters "mach_toh cpus=2". I can't test because my CPU is a Celeron 440, which is single-core (recognized as "2 GHz Core Solo" with the 9.1.0 kernel, and as "2 GHz Unknown" with the 9.0.0 one). Okay, I copied the kernel to /, chmod'ed and chown'ed it. I set my Kernel Flags in /Library/Preferences/SystemConfiguration/com.apple.Boot.plist to <string>mach_toh cpus=2 -x</string> and rebooted...crash. Okay, I restarted and set the flags at F8. I used the same flags, but omitted the -x. System came up in Safe Mode. About This Mac says... "Solo". Rebooted again with the addition of the -legacy flag. Came up again in Safe Mode and "Solo". No love. Open to suggestions. Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-512146 Share on other sites More sharing options...
Objection Posted November 20, 2007 Share Posted November 20, 2007 I saw a thread though I'm going to bed so I'm not going to pull it up that said even though SYSTEM PROFILER lists you as a solo its actually using both cores. Use a processor monitor (activity viewer or some other) and see if processes hit your other cores under load. Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-512228 Share on other sites More sharing options...
thevoidzwb Posted November 20, 2007 Share Posted November 20, 2007 @NETROLLER The guide was updated heavily, with a new workaround for the -legacy (and possibly the cpus=1) requirement, working CPUID patching step and updated IOPCIMatch/IOPCIPrimaryMatch strings. Also, somebody please test if simply appending the video card devID works as well! sorry Do you can say me, in your guide, what is the part for try to solve the cpus=1 issue? and... why you use the marvin amd utils? Perhaps this step can help me for solve this issue... another issue i can't solve... system profiler crash, can i use the COLONEL PATCH for this, or there are other solutions? thanks guys and special thanks to JaE-V for this 3d. Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-512385 Share on other sites More sharing options...
.NetRolller 3D Posted November 20, 2007 Share Posted November 20, 2007 Some new updates: 1. You can get audio working in a much better state than before using AppleHDA Patcher 1.17 (attached to the post). It will enable microphone input and digital out, although all stereo, not 5.1/7.1. 2. The shutdown problem can be fixed by updating to 10.5.1 9b18 with the mach_toh kernel. Here are the instructions: First, switch to the new 9.1.0 kernel. Don't overwrite the old mach_kernel with the new file, instead edit your boot.plist to point to /mach_toh. Download the standalone installer for 10.5.1 and install it using Pacifist, excluding the following files:/mach_kernel /System/Library/Extensions/ AppleACPIPlatform.kext AppleIntelIntegratedFramebuffer.kext ApplePS2Controller.kext AppleSMBIOS.kext dsmos.kext IOATAFamily.kext IOAHCIFamily.kext AppleAC97Audio.kext AppleAHCIPort.kext AppleAzaliaAudio.kext AppleVIA.kext AppleVIAATA.kext IOHDIXController.kext IONetworkingFamily.kext NVDANV10HAL.kext NVDANV20HAL.kext NVDANV30HAL.kext NVDANV40HAL.kext NVDANV50HAL.kext NVDAResman.kext GeForce.kext Reboot and enjoy! @sinewave: <string>mach_toh cpus=2</string> is wrong. Don't add cpus=2 to your plist at all, juust remove cpus=1, as cpus=2 is a boot option you can enter after entering the Darwin boot loader menu using F8. Also, don't add mach_toh to the kernel flags, instead replace "mach_kernel" with "mach_toh" under the line "<key>Kernel</key>" (not under "<key>Kernel Flags</key>"!). The way you did it, the kernel's command line will be "/mach_kernel -/mach_toh -cpus=1 =cpus=2", while what we want is simply "/mach_toh", or maybe "/mach_toh -"Graphics Mode"="XXXXxYYYYxBBxRR" -v". @thevoidzwb: The workaround is to update the kernel to 9.1.0. (It may or may not work, I can't test because I have a Celeron 440, or "Core 2 Solo" as I call it.) Here is the kernel, or if it's removed because it's against the rules, then you can find it on the osx86.hu IRC in the room "10.5". Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-512419 Share on other sites More sharing options...
thevoidzwb Posted November 20, 2007 Share Posted November 20, 2007 @netroller thanks... i don't solve the cpu issue... i must boot ever with the cpus=1 flag... there's a solution for this and for sys prof crash? Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-512470 Share on other sites More sharing options...
.NetRolller 3D Posted November 20, 2007 Share Posted November 20, 2007 @void: What do you get when you try to boot with cpus=2 (or cpus=4 if you're quad-core)? (Boot with -v to get details if it panics.) Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-512565 Share on other sites More sharing options...
Valse Posted November 20, 2007 Share Posted November 20, 2007 I'm to do it... But... This is the result... Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-512635 Share on other sites More sharing options...
andyph666 Posted November 20, 2007 Share Posted November 20, 2007 Netroller, thanks for the guide i followed your instructions twice on two installs with the jas tiger cd first and then the toh disc. When running the Marvin's utility I get a _CFGetHoseUUIDString: unable to determine UUID for host. Error: 35 in the log. No candidate files found in binary file list. The GeForce.kext and NVDAResman.kext are both in there modified to my cards device id. Any ideas? Thanks. Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-512638 Share on other sites More sharing options...
.NetRolller 3D Posted November 20, 2007 Share Posted November 20, 2007 This must be done on the ToH 10.5.0 DVD, NVDAResman.kext should be in /System/Library/Extensions/backup. Run Marvin's util on that directory, it should find the binary. If it doesn't, copy NVDAResman.kext from the DVD. Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-512791 Share on other sites More sharing options...
andyph666 Posted November 20, 2007 Share Posted November 20, 2007 thats exactly what I did, I copied it from the dvd and it still doesn't work. NVDAResman.kext is in the backup directory. I upgraded it from the Jas disk.nevermind thanks buddy I got it now, I had to set the permissions for it. Appreciate all the help =) Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-512848 Share on other sites More sharing options...
sinewave Posted November 21, 2007 Share Posted November 21, 2007 Netroller, thanks for the guide i followed your instructions twice on two installs with the jas tiger cd first and then the toh disc. When running the Marvin's utility I get a _CFGetHoseUUIDString: unable to determine UUID for host. Error: 35 in the log. No candidate files found in binary file list. The GeForce.kext and NVDAResman.kext are both in there modified to my cards device id. Any ideas? Thanks. Andy, a lot (all?) of us are getting the "_CFGetHoseUUIDString: unable to determine UUID for host. Error: 35" error. Just tail out your /var/log/system.log to see. Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-513277 Share on other sites More sharing options...
sinewave Posted November 21, 2007 Share Posted November 21, 2007 @sinewave: <string>mach_toh cpus=2</string> is wrong. Don't add cpus=2 to your plist at all, juust remove cpus=1, as cpus=2 is a boot option you can enter after entering the Darwin boot loader menu using F8. Also, don't add mach_toh to the kernel flags, instead replace "mach_kernel" with "mach_toh" under the line "<key>Kernel</key>" (not under "<key>Kernel Flags</key>"!). The way you did it, the kernel's command line will be "/mach_kernel -/mach_toh -cpus=1 =cpus=2", while what we want is simply "/mach_toh", or maybe "/mach_toh -"Graphics Mode"="XXXXxYYYYxBBxRR" -v". Ah, I see. I followed this and I still see "Solo" in About This Mac. However, Activity Monitor shows 2 CPUs. Some progress. Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-513303 Share on other sites More sharing options...
craigolio Posted November 21, 2007 Share Posted November 21, 2007 Maybe a dumb question, but I see no guide in the first page of this topic. Has it been deleted? Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-513315 Share on other sites More sharing options...
sinewave Posted November 21, 2007 Share Posted November 21, 2007 Maybe a dumb question, but I see no guide in the first page of this topic. Has it been deleted? Post #166 http://forum.insanelymac.com/index.php?s=&...st&p=509802 Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-513354 Share on other sites More sharing options...
itsalok4u Posted November 21, 2007 Share Posted November 21, 2007 Even with efi booloader + 9.1.0 Toh Kernel + 10.5.1 update, i still can not boot with both cores enabled. There has to be something else as jae-v is able to utilize both of the cores. Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-513524 Share on other sites More sharing options...
Objection Posted November 21, 2007 Share Posted November 21, 2007 I'm able to use both of my cores too, although it shows me as a solo in system profiler. Both cores are active in Activity Monitor. Check there and see if yours are. Open ~/Applications/Utilities/Activity Monitor Attached is a screenshot for proof. Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-513530 Share on other sites More sharing options...
claud3 Posted November 21, 2007 Share Posted November 21, 2007 can somebody post their xbench scores for the 680i? and has anybody been able to install leopard on a sata drive using the 680i? Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-513642 Share on other sites More sharing options...
chrijj Posted November 21, 2007 Share Posted November 21, 2007 i did post my scores early on this thread you just need to read the other post. here are some more results without disk tests Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-513754 Share on other sites More sharing options...
.NetRolller 3D Posted November 21, 2007 Share Posted November 21, 2007 "Solo" is due to an AppleSMBIOS bug. It's missing the CPUIDs for "average" (non-laptop, non-Mac) Core 2 Duo/Quad/Extreme CPUs, so it defaults back to Core Solo. (My Celeron 440 also ends up being "Core Solo", although it should be more accurately "Core 2 Solo".) This doesn't necessarily mean that you are using only 1 core! Also, trying to use cpus=2 or cpus=4 on a single-core CPU or a CPU with one core disabled in the BIOS, or using cpus=4 with a dual-core will cause problems (restart on boot, etc.) So, here are the valid settings for different core types (highest performance in bold): Single-core: 1 core in BIOS+cpus=1 Dual-core: 1 core in BIOS+cpus=1, 2 cores in BIOS+cpus=1, 2 cores in BIOS+cpus=2 Quad-core: 1 core in BIOS+cpus=1, 2 cores in BIOS+cpus=1, 2 cores in BIOS+cpus=2, 4 cores in BIOS+cpus=1, 4 cores in BIOS+cpus=2, 4 cores in BIOS+cpus=3 (not sure about this one), 4 cores in BIOS+cpus=4. (Someone should really try if quad-core works as well...) Anything else will result in a crash! Also, cpu=0 is not a valid option, as the name is "cpus", not "cpu", and 0 is an invalid value AFAIK. @itsalok4u: Maybe EFI is the problem We are all doing it *without* EFI (which is designed for Intel chipsets, just for the record). Also, what are you getting with both cores enabled in BIOS and cpus=2 option? Restart after kext loading? Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-513876 Share on other sites More sharing options...
.NetRolller 3D Posted November 21, 2007 Share Posted November 21, 2007 From what we have discovered in this thread, I think it's safe to add our nForce boards to the HCL. However, it's locked, just like nearly all pages! Why is the 10.5 HCL locked? Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-513993 Share on other sites More sharing options...
andyph666 Posted November 21, 2007 Share Posted November 21, 2007 how did you guys get efi? I thought efi was only supported with intel chipsets? When I tried efi it kept rebooting... Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-514098 Share on other sites More sharing options...
sinewave Posted November 22, 2007 Share Posted November 22, 2007 From what we have discovered in this thread, I think it's safe to add our nForce boards to the HCL. However, it's locked, just like nearly all pages! Why is the 10.5 HCL locked? With no SATA, no ethernet, no support sound... I don't know. I was hoping to replace my aging PPC PowerBook with my new PC, but withh all the basic stuff not working and having to apply "patched" or regressed files just to get the system to boot, I'm not sure it's an ideal replacement. I didn't try iPhoto, but I noticed PhotoBooth doesn't work, either. I could see replacing the motherboard with something more "supported".... Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-514352 Share on other sites More sharing options...
JaE-V Posted November 22, 2007 Author Share Posted November 22, 2007 With no SATA, no ethernet, no support sound... I don't know. I was hoping to replace my aging PPC PowerBook with my new PC, but withh all the basic stuff not working and having to apply "patched" or regressed files just to get the system to boot, I'm not sure it's an ideal replacement. I didn't try iPhoto, but I noticed PhotoBooth doesn't work, either. I could see replacing the motherboard with something more "supported".... sata works, read only... audio works... ethernet doesnt.. all apps work for me including photobooth Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-514378 Share on other sites More sharing options...
Objection Posted November 22, 2007 Share Posted November 22, 2007 Is SATA really read-only? I just realized my two sata drives are formatted NTFS so they're read only anyways... but I never tried... Link to comment https://www.insanelymac.com/forum/topic/69705-650-and-680i-chipset-thread/page/8/#findComment-514536 Share on other sites More sharing options...
Recommended Posts