Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Hardware - Troubleshooting and Discussion > Mac Desktops > Any way to turn off 1 processor?

Any way to turn off 1 processor?
Thread Tools
Mac Elite
Join Date: Aug 2000
Location: Right Here.
Status: Offline
Reply With Quote
Sep 10, 2003, 03:00 PM
 
Hello, I have a G4 dual 867 with one bad processor, is there anyway to turn one off in open firmware? I can't run OS X with it only OS 9 righr now...

thanks anyone who can help
     
Addicted to MacNN
Join Date: Apr 2001
Location: The bottom of Cloud City
Status: Offline
Reply With Quote
Sep 10, 2003, 03:05 PM
 
How do you know you have one bad one?

"Ahhhhhhhhhhhhhhhh"
     
Dedicated MacNNer
Join Date: Dec 2002
Location: someplace
Status: Offline
Reply With Quote
Sep 10, 2003, 03:40 PM
 
Disabling a Processor on a Multiprocessor System
http://developer.apple.com/qa/qa2001/qa1141.html

sudo nvram boot-args="cpus=1"
     
Mac Elite
Join Date: Mar 2003
Status: Offline
Reply With Quote
Sep 10, 2003, 04:02 PM
 
That is really cool. I think I will do that just to see the preformace loss to convince my friends 2 is better than 1.

but if you can't boot in to os x I don't think that will do too much good.
     
Addicted to MacNN
Join Date: Mar 1999
Location: Bellevue, WA
Status: Offline
Reply With Quote
Sep 10, 2003, 04:08 PM
 
I think CHUD can do that too...
it gave you a CPU.menu and CPU.prefPane to let you dis/enable the processor, L2/L3 cache on the fly.

Computer Hardware Understanding Development (CHUD) Toolkit
     
Mac Elite
Join Date: Aug 2000
Location: Right Here.
Status: Offline
Reply With Quote
Sep 10, 2003, 05:24 PM
 
thanks I will try tomorrow!

I can boot in to X it just crashes everytime the second processor sees some action, I know it is the processor because of the kernel panic logs :-)
     
Mac Elite
Join Date: Aug 2001
Status: Offline
Reply With Quote
Sep 10, 2003, 09:36 PM
 
CHUD is DEFINITELY the best way of doing that.
     
Senior User
Join Date: Nov 2000
Status: Offline
Reply With Quote
Sep 10, 2003, 10:20 PM
 
Of course CHUD isn't the best option if you can't boot OS X because the processor is faulty. The interface to disable the second processor in CHUD would require you to boot OS X in the first place...

- proton
     
Mac Elite
Join Date: Aug 2001
Status: Offline
Reply With Quote
Sep 10, 2003, 11:08 PM
 
Originally posted by proton:
Of course CHUD isn't the best option if you can't boot OS X because the processor is faulty. The interface to disable the second processor in CHUD would require you to boot OS X in the first place...

- proton
Oops. Good point. I was just thinking of turning off one proc in general.
     
Professional Poster
Join Date: Jun 2003
Location: Hyrule
Status: Offline
Reply With Quote
Sep 11, 2003, 06:17 AM
 
Funny, I ran that on my G4 out of curiosity and it still didn't quiet down the computer.

Now here's where it gets fun. I decided to pop open a terminal and run top to see if this really worked.

Dual 800 ..... had several programs running and top updating (with sorting) every 3 seconds:

Start off with 85% cpu free.

Turn off 2nd CPU: drops to 40% free

Turn off L3 cache: drops to 30%

Turn off L2 cache: drops down to a whooping 13%.

To the point, my computer started to feel sluggier then my bro's 800mhz imac O_O and it still had the 133 bus going!

I put back on the 2nd cpu but leave the cache options off.. jumps up to 75%, put on L2, jumps up to 85%, put on L3: jumps up to 90%.

Nice.

i guess having dual CPUs really DOES add a lot of UMPH to your computer o_O
Aloha
     
Mac Elite
Join Date: May 2001
Location: ~/
Status: Offline
Reply With Quote
Sep 11, 2003, 12:43 PM
 
Originally posted by Link:
Funny, I ran that on my G4 out of curiosity and it still didn't quiet down the computer.

Now here's where it gets fun. I decided to pop open a terminal and run top to see if this really worked.

Dual 800 ..... had several programs running and top updating (with sorting) every 3 seconds:

Start off with 85% cpu free.

Turn off 2nd CPU: drops to 40% free

Turn off L3 cache: drops to 30%

Turn off L2 cache: drops down to a whooping 13%.

To the point, my computer started to feel sluggier then my bro's 800mhz imac O_O and it still had the 133 bus going!

I put back on the 2nd cpu but leave the cache options off.. jumps up to 75%, put on L2, jumps up to 85%, put on L3: jumps up to 90%.

Nice.

i guess having dual CPUs really DOES add a lot of UMPH to your computer o_O
Duh.
     
Eug
Clinically Insane
Join Date: Dec 2000
Location: Caught in a web of deceit.
Status: Offline
Reply With Quote
Sep 11, 2003, 12:46 PM
 
Are you sure it's not the RAM?

Have you tried a reformat?
     
Mac Elite
Join Date: Aug 2000
Location: Right Here.
Status: Offline
Reply With Quote
Sep 11, 2003, 12:51 PM
 
It seems I still need to be in X in order to run any of these?
     
Addicted to MacNN
Join Date: Mar 2000
Location: London, UK
Status: Offline
Reply With Quote
Sep 11, 2003, 02:05 PM
 
Boot into OF, (hold down cmd-opt-o-f) and do
Code:
setenv boot-args cpus=1 mac-boot
     
Mac Elite
Join Date: Aug 2000
Location: Right Here.
Status: Offline
Reply With Quote
Sep 11, 2003, 02:17 PM
 
This dosen't seem to work, still shows 2 CPUs, I tried it a few times.
(Last edited by mikellanes; Sep 11, 2003 at 02:26 PM. )
     
Addicted to MacNN
Join Date: Oct 2001
Location: BFE
Status: Offline
Reply With Quote
Sep 12, 2003, 06:39 AM
 
How do you know it will disable the correct processor?

I'm a bird. I am the 1% (of pets).
     
Mac Elite
Join Date: Aug 2000
Location: Right Here.
Status: Offline
Reply With Quote
Sep 12, 2003, 08:02 AM
 
Good point ;-p

not that I can seem to get it to work
     
Posting Junkie
Join Date: Oct 2001
Location: South of the Mason-Dixon line
Status: Offline
Reply With Quote
Sep 12, 2003, 10:48 AM
 
can't you just physically unplug the processor?
     
Mac Elite
Join Date: Aug 2000
Location: Right Here.
Status: Offline
Reply With Quote
Sep 12, 2003, 12:12 PM
 
not that I can see, they are both on one board, i could probably de-solder it but i would end up ruining the whole machine
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 11:26 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2