Bug 222671 - kinfocenter doesn't show processor information
Summary: kinfocenter doesn't show processor information
Status: RESOLVED FIXED
Alias: None
Product: kinfocenter
Classification: Applications
Component: InfoSummary (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: David Hubner
URL:
Keywords:
: 248836 258446 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-14 11:00 UTC by Toralf Förster
Modified: 2010-12-28 23:59 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster 2010-01-14 11:00:26 UTC
Version:           unknown (using 4.3.3 (KDE 4.3.3), Gentoo)
Compiler:          i686-pc-linux-gnu-gcc
OS:                Linux (i686) release 2.6.32.3

my system : 

tfoerste@n22 ~ $ uname -a
Linux n22 2.6.32.3 #13 SMP Thu Jan 14 10:48:21 CET 2010 i686 Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz GenuineIntel GNU/Linux
tfoerste@n22 ~ $ cat /proc/cpuinfo                                                                              
processor       : 0                                                                                             
vendor_id       : GenuineIntel                                                                                  
cpu family      : 6                                                                                             
model           : 23                                                                                            
model name      : Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz                                               
stepping        : 6                                                                                             
cpu MHz         : 800.000                                                                                       
cache size      : 3072 KB                                                                                       
physical id     : 0                                                                                             
siblings        : 2                                                                                             
core id         : 0                                                                                             
cpu cores       : 2                                                                                             
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 p                                            ge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pb                                            e nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 mon                                            itor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm tpr_                                            shadow vnmi flexpriority                                                                                        
bogomips        : 4788.81                                                                                       
clflush size    : 64                                                                                            
cache_alignment : 64                                                                                            
address sizes   : 36 bits physical, 48 bits virtual                                                             
power management:
Comment 1 Toralf Förster 2010-01-30 20:29:37 UTC
issue still present in 4.3.5
Comment 2 David Hubner 2010-02-14 23:59:24 UTC
Yes, this is due to Solid getting the information when compiled and not from the runtime backend ( Mainly because the Hal does not support this ) I shall look at better ways to improve this by talking to Solid developers.
Comment 3 Toralf Förster 2010-04-08 13:47:14 UTC
(In reply to comment #2)
> Yes, this is due to Solid getting the information when compiled and not from
> the runtime backend
Ah- that's mean recompiling kinfocenter (4.4.2 in the mean while) won't solve ?DO O have to recompile kde-base/solid-runtime-4.4.2 or kde-base/solid-runtime-4.4.2 of my Gentoo system ?
Comment 4 David Hubner 2010-04-08 19:59:29 UTC
You need to recompile kdelibs/solid. I am not sure what package that is in gentoo
Comment 5 Toralf Förster 2010-05-15 12:22:36 UTC
Did it - no success - BTW I currently at 4.4.3 and issue is still present.
Comment 6 David Hubner 2010-05-18 12:09:28 UTC
Ok, I know what the problem is.. I have some time this week and shall try and fix the problem in solid.
Comment 7 Andreas K. Huettel 2010-06-03 21:30:05 UTC
(In reply to comment #6)
> Ok, I know what the problem is.. I have some time this week and shall try and
> fix the problem in solid.

Any news on this?
Comment 8 David Hubner 2010-06-03 23:24:13 UTC
Not yet, been far too buzy... I shall try to look at it this weekend!
Comment 9 David Hubner 2010-06-05 23:52:12 UTC
I looked into this. Processor information from HAL is awful, which is the problem. Now solid can have multiple backends I shall look at fixing this with a new backend or coding a udev backend for solid ( I am not sure if this is being worked on but if not I shall do it ) 

Unfortunately this is a feature and will not make it until 4.6
Comment 10 David Hubner 2010-08-24 21:35:40 UTC
*** Bug 248836 has been marked as a duplicate of this bug. ***
Comment 11 David Hubner 2010-12-01 00:03:32 UTC
*** Bug 258446 has been marked as a duplicate of this bug. ***
Comment 12 David Hubner 2010-12-28 23:59:09 UTC
Fixed in KDE 4.6 thanks to the solid team