* Re: Unknown CPU
2004-01-16 19:42 Unknown CPU David Ford
@ 2004-01-16 10:42 ` Voicu Liviu
2004-01-16 19:59 ` Dave Jones
2004-01-16 19:59 ` Joel Jaeggli
2 siblings, 0 replies; 11+ messages in thread
From: Voicu Liviu @ 2004-01-16 10:42 UTC (permalink / raw)
To: David Ford; +Cc: linux-kernel mailing list
Hi,
You have the same CPU like me.
I have the EPox mobo and I had this issue.
If your bios ver is not 10/17/2003 then update it from the net.
David Ford wrote:
> I've an unknown cpu (athlon xp) in my machine. What data do I need to
> collect so the kernel knows what it is?
>
> # cat /proc/cpuinfo
> processor : 0
> vendor_id : AuthenticAMD
> cpu family : 6
> model : 10
> model name : Unknown CPU Type
> stepping : 0
> cpu MHz : 1837.618
> cache size : 512 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 mmx fxsr sse syscall mmxext 3dnowext 3dnow
> bogomips : 3629.05
>
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Unknown CPU
@ 2004-01-16 19:42 David Ford
2004-01-16 10:42 ` Voicu Liviu
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: David Ford @ 2004-01-16 19:42 UTC (permalink / raw)
To: linux-kernel mailing list
I've an unknown cpu (athlon xp) in my machine. What data do I need to
collect so the kernel knows what it is?
# cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 10
model name : Unknown CPU Type
stepping : 0
cpu MHz : 1837.618
cache size : 512 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 mmx fxsr sse syscall mmxext 3dnowext 3dnow
bogomips : 3629.05
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Unknown CPU
2004-01-16 19:42 Unknown CPU David Ford
2004-01-16 10:42 ` Voicu Liviu
@ 2004-01-16 19:59 ` Dave Jones
2004-01-16 19:59 ` Joel Jaeggli
2 siblings, 0 replies; 11+ messages in thread
From: Dave Jones @ 2004-01-16 19:59 UTC (permalink / raw)
To: David Ford; +Cc: linux-kernel mailing list
On Fri, Jan 16, 2004 at 02:42:14PM -0500, David Ford wrote:
> I've an unknown cpu (athlon xp) in my machine. What data do I need to
> collect so the kernel knows what it is?
>
> # cat /proc/cpuinfo
> processor : 0
> vendor_id : AuthenticAMD
> cpu family : 6
> model : 10
> model name : Unknown CPU Type
That string gets read from the CPU directly, after the BIOS programs it.
Try and get an updated BIOS.
Dave
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Unknown CPU
2004-01-16 19:42 Unknown CPU David Ford
2004-01-16 10:42 ` Voicu Liviu
2004-01-16 19:59 ` Dave Jones
@ 2004-01-16 19:59 ` Joel Jaeggli
2004-01-16 20:58 ` David Ford
2 siblings, 1 reply; 11+ messages in thread
From: Joel Jaeggli @ 2004-01-16 19:59 UTC (permalink / raw)
To: David Ford; +Cc: linux-kernel mailing list
It's clearly a barton, what kernel are you running?
joelja
On Fri, 16 Jan 2004, David Ford wrote:
> I've an unknown cpu (athlon xp) in my machine. What data do I need to
> collect so the kernel knows what it is?
>
> # cat /proc/cpuinfo
> processor : 0
> vendor_id : AuthenticAMD
> cpu family : 6
> model : 10
> model name : Unknown CPU Type
> stepping : 0
> cpu MHz : 1837.618
> cache size : 512 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 mmx fxsr sse syscall mmxext 3dnowext 3dnow
> bogomips : 3629.05
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
--------------------------------------------------------------------------
Joel Jaeggli Unix Consulting joelja@darkwing.uoregon.edu
GPG Key Fingerprint: 5C6E 0104 BAF0 40B0 5BD3 C38B F000 35AB B67F 56B2
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Unknown CPU
2004-01-16 19:59 ` Joel Jaeggli
@ 2004-01-16 20:58 ` David Ford
2004-01-16 22:44 ` Craig Bradney
0 siblings, 1 reply; 11+ messages in thread
From: David Ford @ 2004-01-16 20:58 UTC (permalink / raw)
To: Joel Jaeggli; +Cc: linux-kernel mailing list
Since the mid 2.5 kernels, I'm now on 2.6.1
Joel Jaeggli wrote:
>It's clearly a barton, what kernel are you running?
>
>joelja
>
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Unknown CPU
2004-01-16 20:58 ` David Ford
@ 2004-01-16 22:44 ` Craig Bradney
2004-01-16 23:42 ` David Ford
0 siblings, 1 reply; 11+ messages in thread
From: Craig Bradney @ 2004-01-16 22:44 UTC (permalink / raw)
To: David Ford; +Cc: Joel Jaeggli, linux-kernel mailing list
[-- Attachment #1: Type: text/plain, Size: 920 bytes --]
I know on my ASUS A7N8X, the CPU type when the CPU is detected is shown
as Unknown unless the correct clock rates etc are used. As soon as they
are set correctly.. it says Athlon 2600+. Before I got them correct, it
had some unknown string (sorry Icant tell you what it was...) and I dont
know what Linux reported then because I at that time all was new in this
PC and hard drive was blank.
Are you over or underclocking?
Craig
On Fri, 2004-01-16 at 21:58, David Ford wrote:
> Since the mid 2.5 kernels, I'm now on 2.6.1
>
> Joel Jaeggli wrote:
>
> >It's clearly a barton, what kernel are you running?
> >
> >joelja
> >
> >
> >
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Unknown CPU
@ 2004-01-16 23:37 James Lamanna
2004-01-16 23:43 ` Craig Bradney
0 siblings, 1 reply; 11+ messages in thread
From: James Lamanna @ 2004-01-16 23:37 UTC (permalink / raw)
To: linux-kernel; +Cc: david+hb, joelja
What BIOS version are you running?
On my ASUS A7N8X it would list unknown at boot up for an Athlon 2500+ until I got the lastest BIOS version.
--
James Lamanna
Applied Minds, Inc.
1209 Grand Central Ave.
Glendale, CA 91201
(818) 332-5214
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Unknown CPU
2004-01-16 22:44 ` Craig Bradney
@ 2004-01-16 23:42 ` David Ford
0 siblings, 0 replies; 11+ messages in thread
From: David Ford @ 2004-01-16 23:42 UTC (permalink / raw)
To: linux-kernel mailing list
Nope, the CPU is clocked per spec. I have an issue with this
motherboard since I got it, half the time when I reboot it blurps and
simply won't boot with a high-low warble. I have to turn the machine
off for about 30 minutes or drain the cmos and reset everything.
I'm actually running the RAM a little slow.
David
Craig Bradney wrote:
>I know on my ASUS A7N8X, the CPU type when the CPU is detected is shown
>as Unknown unless the correct clock rates etc are used. As soon as they
>are set correctly.. it says Athlon 2600+. Before I got them correct, it
>had some unknown string (sorry Icant tell you what it was...) and I dont
>know what Linux reported then because I at that time all was new in this
>PC and hard drive was blank.
>
>Are you over or underclocking?
>
>Craig
>
>On Fri, 2004-01-16 at 21:58, David Ford wrote:
>
>
>>Since the mid 2.5 kernels, I'm now on 2.6.1
>>
>>Joel Jaeggli wrote:
>>
>>
>>
>>>It's clearly a barton, what kernel are you running?
>>>
>>>joelja
>>>
>>>
>>>
>>>
>>>
>>-
>>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>>the body of a message to majordomo@vger.kernel.org
>>More majordomo info at http://vger.kernel.org/majordomo-info.html
>>Please read the FAQ at http://www.tux.org/lkml/
>>
>>
>
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Unknown CPU
2004-01-16 23:37 James Lamanna
@ 2004-01-16 23:43 ` Craig Bradney
0 siblings, 0 replies; 11+ messages in thread
From: Craig Bradney @ 2004-01-16 23:43 UTC (permalink / raw)
To: James Lamanna; +Cc: linux-kernel, david+hb, joelja
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
On Sat, 2004-01-17 at 00:37, James Lamanna wrote:
> What BIOS version are you running?
> On my ASUS A7N8X it would list unknown at boot up for an Athlon 2500+ until I got the lastest BIOS version.
1007, the latest for the Deluxe.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Unknown CPU
[not found] ` <1eLT3-nm-19@gated-at.bofh.it>
@ 2004-01-18 23:27 ` Lenar Lõhmus
0 siblings, 0 replies; 11+ messages in thread
From: Lenar Lõhmus @ 2004-01-18 23:27 UTC (permalink / raw)
To: linux-kernel
David Ford wrote:
> Nope, the CPU is clocked per spec. I have an issue with this
> motherboard since I got it, half the time when I reboot it blurps and
> simply won't boot with a high-low warble. I have to turn the machine
> off for about 30 minutes or drain the cmos and reset everything.
>
I had this no-boot problem with one of the Epox mb's (nForce2). It just
hanged at POST and booted only after many tries. The solution was to
disable showing Health Information (those fan RPMs and temperatures) at
BIOS POST.
Strange, but works this way.
Maybe helps somebody.
Lenar
^ permalink raw reply [flat|nested] 11+ messages in thread
* Unknown CPU
@ 2010-11-10 16:08 Matthew Gillen
0 siblings, 0 replies; 11+ messages in thread
From: Matthew Gillen @ 2010-11-10 16:08 UTC (permalink / raw)
To: cpufreq
I'm getting messages like this at boot time:
[ 17.931769] p4-clockmod: Unknown CPU. Please send an e-mail to
<cpufreq@vger.kernel.org>
What information would you like?
Thanks,
Matt
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2010-11-10 16:08 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-16 19:42 Unknown CPU David Ford
2004-01-16 10:42 ` Voicu Liviu
2004-01-16 19:59 ` Dave Jones
2004-01-16 19:59 ` Joel Jaeggli
2004-01-16 20:58 ` David Ford
2004-01-16 22:44 ` Craig Bradney
2004-01-16 23:42 ` David Ford
-- strict thread matches above, loose matches on Subject: below --
2004-01-16 23:37 James Lamanna
2004-01-16 23:43 ` Craig Bradney
[not found] <1eIsb-5BX-23@gated-at.bofh.it>
[not found] ` <1eJob-6so-13@gated-at.bofh.it>
[not found] ` <1eKX6-7RO-35@gated-at.bofh.it>
[not found] ` <1eLT3-nm-19@gated-at.bofh.it>
2004-01-18 23:27 ` Lenar Lõhmus
2010-11-10 16:08 Matthew Gillen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.