public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: "uname -p" prints unknown for Athlon K7 optimized kernel?
  2001-04-15  5:10 "uname -p" prints unknown for Athlon K7 optimized kernel? Ishikawa
@ 2001-04-14 20:20 ` Bart Trojanowski
  2001-04-15  5:38 ` joker
  1 sibling, 0 replies; 7+ messages in thread
From: Bart Trojanowski @ 2001-04-14 20:20 UTC (permalink / raw)
  To: Ishikawa; +Cc: LKML


BTW this is also the case for AMD-K6-3 and I would imagine all other AMD
processors.

B.

On Sun, 15 Apr 2001, Ishikawa wrote:

> Hi,
>
> On my athlong K7 optimized kernel prints "unknown" fir oricessir type.
> (I have not realized what this "unknown" stood for until today.)
>
>  #uname -p
> unknown
> #uname -a
> Linux duron 2.4.3 #2 Fri Apr 6 04:38:35 JST 2001 i686 unknown
>
> It would be nice to have the processor name printed.
>
> Is this kernel configuration procedure issue or
> `uname` problem?
>
> # which uname
> /bin/uname
> # file /bin/uname
> /bin/uname: ELF 32-bit LSB executable, Intel 80386, version 1,
> dynamically linked (uses shared libs), stripped
> # uname --version
> uname (GNU sh-utils) 2.0
> Written by David MacKenzie.
>
> Copyright (C) 1999 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is
> NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
> #
>
>
>
>
>
> -
> 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/
>

-- 
	WebSig: http://www.jukie.net/~bart/sig/


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: "uname -p" prints unknown for Athlon K7 optimized kernel?
@ 2001-04-14 21:04 xcp
  0 siblings, 0 replies; 7+ messages in thread
From: xcp @ 2001-04-14 21:04 UTC (permalink / raw)
  To: linux-kernel

uname has printed unknown for the cpu vendor for as long as I can
remember.
There is a hacked uname.c distributed as "nuname" that works for cyrix
intel and amd, maybe others.

http://cds.duke.edu/pub/sunsite/utils/shell/nuname-1.0.tar.gz

I *think* Cyrix shows up as CyrixInstead

Dual P120
Linux mandelbrot 2.4.4-pre3 #2 SMP Sat Apr 14 12:15:33 PDT 2001 i586
GenuineIntel

Athlon 1Ghz
Linux noc 2.4.3 #1 Fri Mar 30 12:44:13 PST 2001 i686 AuthenticAMD

Dual P3-450
Linux sandbox 2.4.3 #1 SMP Sat Mar 31 17:40:57 PST 2001 i686 GenuineIntel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* "uname -p" prints unknown for Athlon K7 optimized kernel?
@ 2001-04-15  5:10 Ishikawa
  2001-04-14 20:20 ` Bart Trojanowski
  2001-04-15  5:38 ` joker
  0 siblings, 2 replies; 7+ messages in thread
From: Ishikawa @ 2001-04-15  5:10 UTC (permalink / raw)
  To: linux-kernel

Hi,

On my athlong K7 optimized kernel prints "unknown" fir oricessir type.
(I have not realized what this "unknown" stood for until today.)

 #uname -p
unknown
#uname -a
Linux duron 2.4.3 #2 Fri Apr 6 04:38:35 JST 2001 i686 unknown

It would be nice to have the processor name printed.

Is this kernel configuration procedure issue or
`uname` problem?

# which uname
/bin/uname
# file /bin/uname
/bin/uname: ELF 32-bit LSB executable, Intel 80386, version 1,
dynamically linked (uses shared libs), stripped
# uname --version
uname (GNU sh-utils) 2.0
Written by David MacKenzie.

Copyright (C) 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
#






^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: "uname -p" prints unknown for Athlon K7 optimized kernel?
  2001-04-15  5:10 "uname -p" prints unknown for Athlon K7 optimized kernel? Ishikawa
  2001-04-14 20:20 ` Bart Trojanowski
@ 2001-04-15  5:38 ` joker
  2001-04-15 13:57   ` Heinz Diehl
  1 sibling, 1 reply; 7+ messages in thread
From: joker @ 2001-04-15  5:38 UTC (permalink / raw)
  To: Ishikawa; +Cc: linux-kernel

i have this problem using intel 850mhz and 333mhz
any know where to get update version of uname ?

Ishikawa wrote:

> Hi,
>
> On my athlong K7 optimized kernel prints "unknown" fir oricessir type.
> (I have not realized what this "unknown" stood for until today.)
>
>  #uname -p
> unknown
> #uname -a
> Linux duron 2.4.3 #2 Fri Apr 6 04:38:35 JST 2001 i686 unknown
>
> It would be nice to have the processor name printed.
>
> Is this kernel configuration procedure issue or
> `uname` problem?
>
> # which uname
> /bin/uname
> # file /bin/uname
> /bin/uname: ELF 32-bit LSB executable, Intel 80386, version 1,
> dynamically linked (uses shared libs), stripped
> # uname --version
> uname (GNU sh-utils) 2.0
> Written by David MacKenzie.
>
> Copyright (C) 1999 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is
> NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
> #
>
> -
> 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] 7+ messages in thread

* Re: "uname -p" prints unknown for Athlon K7 optimized kernel?
  2001-04-15  5:38 ` joker
@ 2001-04-15 13:57   ` Heinz Diehl
  2001-04-15 15:55     ` Mr. Shannon Aldinger
  0 siblings, 1 reply; 7+ messages in thread
From: Heinz Diehl @ 2001-04-15 13:57 UTC (permalink / raw)
  To: linux-kernel

On Sun Apr 15 2001, joker wrote:

> i have this problem using intel 850mhz and 333mhz
> any know where to get update version of uname ?

http://www.tuxfinder.com

Btw:

elfie:~ # uname --version
uname (GNU sh-utils) 2.0.11
Written by David MacKenzie.

Copyright (C) 2000 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
elfie:~ # uname -p
unknown

elfie:~ # uname -a
Linux elfie 2.4.3 #1 Fri Apr 13 21:08:29 CEST 2001 i586 unknown

elfie:~ # cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 5
model           : 9
model name      : AMD-K6(tm) 3D+ Processor
stepping        : 1
cpu MHz         : 400.917
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 mce cx8 pge mmx syscall 3dnow
k6_mtrr
bogomips        : 799.53

-- 
# Heinz Diehl, 68259 Mannheim, Germany
# Groovebox Roland MC-303, Digitech RP-1 and Fender Stratocaster for sale,
# all in mint condition! Further information via e-mail.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: "uname -p" prints unknown for Athlon K7 optimized kernel?
  2001-04-15 13:57   ` Heinz Diehl
@ 2001-04-15 15:55     ` Mr. Shannon Aldinger
  2001-04-15 17:43       ` Andreas Schwab
  0 siblings, 1 reply; 7+ messages in thread
From: Mr. Shannon Aldinger @ 2001-04-15 15:55 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, 15 Apr 2001, it was written:

> elfie:~ # uname -p
> unknown
>
> elfie:~ # uname -a
> Linux elfie 2.4.3 #1 Fri Apr 13 21:08:29 CEST 2001 i586 unknown
>
I get the same on my Sun Ultra 1, and various x86 boxes. I'm sure this is
normal, I'm just not sure how you would change that label. I know gcc
compiles everything with a target of gcc-linux-unkown on my machines, so
the uknown may be coming from there...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Made with pgp4pine 1.75

iEYEARECAAYFAjrZxI0ACgkQwtU6L/A4vVCO6wCdGoot4MMYmrdW4N2ankreoHXn
t1UAoJLpUTlsEY+jQCcSrz6ezId2oUqM
=sCuV
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: "uname -p" prints unknown for Athlon K7 optimized kernel?
  2001-04-15 15:55     ` Mr. Shannon Aldinger
@ 2001-04-15 17:43       ` Andreas Schwab
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Schwab @ 2001-04-15 17:43 UTC (permalink / raw)
  To: god; +Cc: linux-kernel

"Mr. Shannon Aldinger" <god@yinyang.hjsoft.com> writes:

|> On Sun, 15 Apr 2001, it was written:
|> 
|> > elfie:~ # uname -p
|> > unknown
|> >
|> > elfie:~ # uname -a
|> > Linux elfie 2.4.3 #1 Fri Apr 13 21:08:29 CEST 2001 i586 unknown
|> >
|> I get the same on my Sun Ultra 1, and various x86 boxes. I'm sure this is
|> normal, I'm just not sure how you would change that label. I know gcc
|> compiles everything with a target of gcc-linux-unkown on my machines, so
|> the uknown may be coming from there...

The two things are completely unrelated.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-04-15 17:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-15  5:10 "uname -p" prints unknown for Athlon K7 optimized kernel? Ishikawa
2001-04-14 20:20 ` Bart Trojanowski
2001-04-15  5:38 ` joker
2001-04-15 13:57   ` Heinz Diehl
2001-04-15 15:55     ` Mr. Shannon Aldinger
2001-04-15 17:43       ` Andreas Schwab
  -- strict thread matches above, loose matches on Subject: below --
2001-04-14 21:04 xcp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox