MAJOR BUG: Puppy 4.0 is Burning the CPU

Please post any bugs you have found
Message
Author
ARAN
Posts: 113
Joined: Fri 21 Oct 2005, 12:47

#41 Post by ARAN »

hmmm no cpufreq directory strange

Can you post the info of this command here.

# cat /proc/cpuinfo

it should output this here
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 28
model name : Mobile AMD Sempron(tm) Processor 2800+
stepping : 0
cpu MHz : 1600.000
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt 3dnowext 3dnow up lahf_lm
bogomips : 3201.95
clflush size : 64
power management: ts fid vid ttp
I need also the output of

lsmod

Thanks a lot for the information !

User avatar
broomdodger
Posts: 279
Joined: Sat 10 May 2008, 02:38
Location: Santa Cruz, CA

#42 Post by broomdodger »

Code: Select all

~# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 14
model name      : Genuine Intel(R) CPU           T2300  @ 1.66GHz
stepping        : 8
cpu MHz         : 1666.683
cache size      : 2048 KB
physical id     : 0
siblings        : 1
core id         : 0
cpu cores       : 1
apicid          : 0
initial apicid  : 0
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc up arch_perfmon bts pni monitor vmx est tm2 xtpr pdcm
bogomips        : 3333.36
clflush size    : 64
power management:

~# lsmod 
Module                  Size  Used by
lp                      9476  0 
snd_pcm_oss            37440  0 
snd_seq_dummy           2608  0 
snd_seq_oss            27648  0 
snd_seq_midi_event      6892  1 snd_seq_oss
snd_seq                48464  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          6968  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_mixer_oss          15820  1 snd_pcm_oss
fan                     4048  0 
arc4                    1612  2 
ecb                     2508  2 
hsfhda                107440  1 
tifm_sd                 9300  0 
mmc_block               9776  0 
hsfserial              20388  1 hsfhda
mmc_core               50344  2 tifm_sd,mmc_block
hsfengine            1259552  2 hsfhda,hsfserial
iwl3945                74608  0 
tifm_7xx1               5388  0 
iwlcore               101772  1 iwl3945
serio_raw               5168  0 
mac80211              166056  2 iwl3945,iwlcore
ohci1394               30108  0 
video                  18560  0 
hsfosspec             101708  4 hsfhda,hsfserial,hsfengine
pcspkr                  2284  0 
tifm_core               7656  2 tifm_sd,tifm_7xx1
rfkill                 10672  2 iwlcore
tg3                   109392  0 
output                  2796  1 video
irda                  115672  0 
crc_ccitt               1836  1 irda
led_class               4112  2 iwl3945,iwlcore
snd_hda_codec_conexant    27836  1 
ieee1394               85076  1 ohci1394
libphy                 21356  1 tg3
i2c_i801                9504  0 
cfg80211               64972  3 iwl3945,iwlcore,mac80211
i2c_core               23776  1 i2c_i801
snd_hda_codec_realtek   193584  1 
snd_hda_intel          24232  0 
snd_hda_codec          64620  3 snd_hda_codec_conexant,snd_hda_codec_realtek,snd_hda_intel
snd_pcm                72496  4 snd_pcm_oss,snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec
snd_page_alloc          8852  2 snd_hda_intel,snd_pcm
intel_agp              25788  1 
snd_timer              20340  2 snd_seq,snd_pcm
snd                    56516  11 snd_pcm_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_mixer_oss,snd_hda_codec_conexant,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
shpchp                 31616  0 
pci_hotplug            28140  1 shpchp
soundcore               6912  1 snd
agpgart                34188  2 intel_agp
wmi                     6728  0 
container               3244  0 
battery                10032  0 
parport_pc             29828  1 
parport                34508  2 lp,parport_pc
evdev                   9472  1 
thermal                12712  0 
button                  5148  0 
processor              34592  1 
ac                      3952  0 
fuse                   53800  0 
aufs                  137092  1 
nls_iso8859_1           3724  0 
nls_cp437               5356  0 
usbhid                 26112  0 
usb_storage            51584  0 
squashfs               22928  3 
yenta_socket           23544  1 
rsrc_nonstatic         11276  1 yenta_socket
uhci_hcd               21564  0 
ehci_hcd               32856  0 
usbcore               138160  6 hsfosspec,usbhid,usb_storage,uhci_hcd,ehci_hcd
~# 


satishbhawra37
Posts: 3
Joined: Fri 25 Sep 2009, 19:36

#43 Post by satishbhawra37 »

Now i have maked some tests and for my surprise Puppy is consuming less than 1% of the CPU Power but it produce more than 70 Celsius Degree Heatness.

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

#44 Post by rjbrewer »

satishbhawra37 wrote:Now i have maked some tests and for my surprise Puppy is consuming less than 1% of the CPU Power but it produce more than 70 Celsius Degree Heatness.
Different computers run at different temperatures.
My laptop runs between 60C and up to 85C before the fan
comes on.

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

Post Reply