You are not logged in.

#1 2011-07-25 15:24:23

NotFromBrooklyn
Member
Registered: 2011-07-24
Posts: 37
Website

[Solved] Problem: Celeron Dual Core identified as Core i7

Hello, I'm new in this forum and in Arch linux, so excuse me if I'm not clear. I want to rebuilt all my system and have it optimized for my computer. I have an Intel Celeron Dual Core.

cat /proc/cpuinfo
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 37
model name    : Intel(R) Celeron(R) CPU        P4500  @ 1.87GHz

As you can see in the model line it identifies my dual core as core i7. I checked this page http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel and it say that Intel Celeron Dual Core is model 15 and/or 23, but my system identifies it as 37.

I tryed these commands and they also identifies my cpu as corei7:

 cc -march=native -E -v - </dev/null 2>&1 | grep cc1
gcc -Q --help=target -march=native

I am afraid that I'll have problems if I rebuild all my system with CXXFLAGS="-march=native -O2 -pipe". What do you advise me to do?

Last edited by NotFromBrooklyn (2011-09-16 18:21:39)

Offline

#2 2011-07-26 13:40:25

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,368

Re: [Solved] Problem: Celeron Dual Core identified as Core i7

Intel has used the name celeron for many different processors, what you have is a Celeron P4500 and this is an arrandale type processor.

Arrandale mobile processors are sold under the brand names : Celeron, Pentium, Intel Core i3, Intel Core i5 and Intel Core i7 .

In short, celereon dual core model 15 / 23 are processors that only have the name and manufacturer common with yours.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2011-07-26 14:19:56

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [Solved] Problem: Celeron Dual Core identified as Core i7

Why is this thread in Creating & Modifying packages?

Moving to Kernel & Hardware...


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#4 2011-07-26 16:25:01

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: [Solved] Problem: Celeron Dual Core identified as Core i7

Inxsible wrote:

Why is this thread in Creating & Modifying packages?

Moving to Kernel & Hardware...

I believe that he intends to recompile everything (not just his kernel).

@OP:
Recompiling your kernel is only worth it if you modify the .config. Rebuilding everything else is pretty much useless (unless you want to add buffer overflow protection etc.).
See: https://bbs.archlinux.org/viewtopic.php?pid=555856


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#5 2011-07-28 17:01:42

NotFromBrooklyn
Member
Registered: 2011-07-24
Posts: 37
Website

Re: [Solved] Problem: Celeron Dual Core identified as Core i7

OK, thank you guys.

Offline

Board footer

Powered by FluxBB