First distro with a smp kernel?

Using applications, configuring, problems
Post Reply
Message
Author
Stripe
Posts: 658
Joined: Wed 23 Jun 2010, 05:18
Location: In a field. England

First distro with a smp kernel?

#1 Post by Stripe »

Hi all

Just a quick question to see what was the first puppy with a smp kernel, the earliest I have found is 431 does anyone know of anything earlier ?

Cheers
Stripe
User avatar
rjbrewer
Posts: 4405
Joined: Tue 22 Jan 2008, 21:41
Location: merriam, kansas

#2 Post by rjbrewer »

There was a 4.1.2 ChoicePup version.

Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs
Stripe
Posts: 658
Joined: Wed 23 Jun 2010, 05:18
Location: In a field. England

#3 Post by Stripe »

Thanks RJBrewer I will have a look for it

Cheers
Stripe
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#4 Post by Flash »

How can I tell if Puppy is making use of my dual-core AMD CPU? Is there an operational test I can run that will tell me whether both cores are being used as intended?
Stripe
Posts: 658
Joined: Wed 23 Jun 2010, 05:18
Location: In a field. England

#5 Post by Stripe »

Hi Flash

As far as I know, I just use Htop and hardinfo (to see the number of chips and if they are being used), no doubt somebody will know if there are any command line options, but I am sorry I dont know that

Stripe
eastler_dart
Posts: 32
Joined: Wed 11 Feb 2009, 19:43

#6 Post by eastler_dart »

Hi all, hi stripe,

in my tests with puppy4.12 (Kernel 2.6.25.16)
I also had to check the kernel-sources.
There I had found some hints for you.

The kernel 2.6.25.16 for default boots in
single-cpu-mode.
But with the boot-parameter
maxcpus= [SMP]
( [SMP] is the maximum number of processors
that an SMP kernel should make use of)
the kernel tries to use more cpu-cores.
For example, with the boot-parameter (grub? in menu.lst?)
puppy ..... maxcpus=2
you can try it on a dual-core-cpu.

In the sources-doku of my old kernel 2.6.25.16 is also a hint,
that because on some platforms, the use of more than
one cpu could result in a hanging system, the default
is to boot in single-mode.

Search the internet for 'maxcpus' and 'nosmp' for more help.

But give it a try (I had never tested it :-( )

hope it helps

Eastler
Stripe
Posts: 658
Joined: Wed 23 Jun 2010, 05:18
Location: In a field. England

#7 Post by Stripe »

Thanks eastler

4.2.1. also uses the 2.6.25.16 kernel so I might give that a try as well

Cheers
Stripe
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#8 Post by Flash »

Stripe wrote:As far as I know, I just use Htop and hardinfo (to see the number of chips and if they are being used)
I hadn't even tried Htop yet! Thanks for pointing it out. It's impressive, but at first glance I don't see where it's telling me how many chips or cores or whatever are being used.
User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#9 Post by trapster »

menu - system - HardInfo should list something.
In Summary or Processor:

Devices

Processors
Intel(R) Atom(TM) CPU N280 @ 1.66GHz 1000.00MHz
Intel(R) Atom(TM) CPU N280 @ 1.66GHz 1667.00MHz
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog
User avatar
rjbrewer
Posts: 4405
Joined: Tue 22 Jan 2008, 21:41
Location: merriam, kansas

#10 Post by rjbrewer »

Flash wrote:
Stripe wrote:As far as I know, I just use Htop and hardinfo (to see the number of chips and if they are being used)
I hadn't even tried Htop yet! Thanks for pointing it out. It's impressive, but at first glance I don't see where it's telling me how many chips or cores or whatever are being used.
If it has more than one processor, Htop will show more than 1 cpu in
first line. (exceptions):

http://murga-linux.com/puppy/viewtopic.php?t=57241

Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#11 Post by Flash »

Here's what Menu -> System -> Htop shows for my computer. I presume the lines numbered 1 and 2 in the upper left refer to the cores in the CPU.

After reading this post I tried to find syslinux.cfg but it's not anywhere in my computer. Is that because I'm running Puppy from a multisession DVD?
Attachments
Htop display of dual-core CPU.png
(18.37 KiB) Downloaded 782 times
User avatar
fluxit
Posts: 326
Joined: Sat 24 Jun 2006, 04:14
Location: Ketchikan, AK USA

#12 Post by fluxit »

Plain old "top" will also show you your cpus/cores. Just press 1 while it's running.
Post Reply