Re: [gentoo-user] tools to detect hardware

2007-08-12 Thread Liviu Andronic
On 8/8/07, Chuanwen Wu <[EMAIL PROTECTED]> wrote:
> Hi,guys!
> I need tools to detect the details of my hardware.

Take a look here:
http://gentoo-wiki.com/HARDWARE_Detecting_your_Hardware

-- 
Liviu
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] tools to detect hardware

2007-08-09 Thread Chuanwen Wu
lshw is very detailed and it can even format the output to html or xml
 file.Just like:
lshw -html > my_html_file
This function is very good!It let you find the information more easily.

2007/8/8, W.Kenworthy <[EMAIL PROTECTED]>:
> lshw, along with lspci, lsusb and probably others.  Dont forget the
> verbose arguments to lspci and lsusb - they greatly expand the detail.
> Dont know why lshw isnt on the live cd's, its so useful!
>
> BillK
>
> On Wed, 2007-08-08 at 20:11 +0800, Chuanwen Wu wrote:
> > Hi,guys!
> > I need tools to detect the details of my hardware.
> >
> > Do you ever use "everest" or "cpu-z" do in Windows? which can provide
> > almost all details you need of most hardware,including
> > CPU,RAM,motherboard,video card,network ...
> >
> > I use lspci,now.But lspci can't provide so much information as everest
> > or cpu-z do.For example,the FSB,and the socket of the CPU and so on.
> >
> > Thanks in advanced!
> >
> > --
> > wcw
> --
> [EMAIL PROTECTED] mailing list
>
>


-- 
wcw
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] tools to detect hardware

2007-08-09 Thread Mirek Dvořák
Hi

try to use

dmidecode

hope, it will help you

Mirek

2007/8/9, Paul <[EMAIL PROTECTED]>:
>
> from the name of the processer you can look up the fsb and socket
> online.  as far as i know there are not any programs with a built in
> database, but if there is i would like to know too.
>
> On 8/9/07, Chuanwen Wu <[EMAIL PROTECTED]> wrote:
> >
> > oh,the phpsysinfo seems need to install Apache first:
> >
> > * Fatal error: Your configuration file sets the server type "Apache"
> > * Fatal error: but the corresponding package does not seem to be
> > installed!
> > * Fatal error: Please "emerge >=net-www/apache-1.3" or correct your
> > settings.
> > * Fatal error(s) - aborting
> >
> >
> >
> > 2007/8/8, Tim Allingham < [EMAIL PROTECTED]>:
> > > If you want something to give a simple listing similar to CPU-z, set
> > up
> > > phpsysinfo
> > >
> > >
> > > On Wed, 2007-08-08 at 09:18 -0300, Arturo 'Buanzo' Busleiman wrote:
> > > > -BEGIN PGP SIGNED MESSAGE-
> > > > Hash: SHA512
> > > >
> > > > Chuanwen Wu wrote:
> > > > > I use lspci,now.But lspci can't provide so much information as
> > everest
> > > > > or cpu-z do.For example,the FSB,and the socket of the CPU and so
> > on.
> > > >
> > > > For the CPU ONLY, you can get a bunch of information from
> > /proc/cpuinfo:
> > > >
> > > > [EMAIL PROTECTED] ~ $ cat /proc/cpuinfo
> > > > processor   : 0
> > > > vendor_id   : AuthenticAMD
> > > > cpu family  : 6
> > > > model   : 10
> > > > model name  : AMD Athlon(tm) XP 2600+
> > > > stepping: 0
> > > > cpu MHz : 1921.070
> > > > 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 ts
> > > > bogomips: 3843.55
> > > >
> > > >
> > > > - --
> > > > Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad
> > Informatica
> > > > SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital
> > Federal)
> > > > Entradas anticipadas a traves de www.futurabanda.com.ar - Punk Rock
> > Melodico
> > > >
> > > >
> > > > -BEGIN PGP SIGNATURE-
> > > > Version: GnuPG v1.4.7 (GNU/Linux)
> > > > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> > > >
> > > > iD8DBQFGubSVAlpOsGhXcE0RCqRdAJ97rjWSoPWnLEvHUtokT78JsdduZACfUwpU
> > > > kIjl0U6Xj+WOs3+xDwsbO4U=
> > > > =Cbrn
> > > > -END PGP SIGNATURE-
> > >
> > >
> >
> >
> > --
> > wcw
> > --
> > [EMAIL PROTECTED] mailing list
> >
> >
>
>
> --
>/
>   /
>   \ O  /
>\/_(
> .__  /   \
>   __\/ )
> ./ (


Re: [gentoo-user] tools to detect hardware

2007-08-09 Thread Paul
from the name of the processer you can look up the fsb and socket
online.  as far as i know there are not any programs with a built in
database, but if there is i would like to know too.

On 8/9/07, Chuanwen Wu <[EMAIL PROTECTED]> wrote:
>
> oh,the phpsysinfo seems need to install Apache first:
>
> * Fatal error: Your configuration file sets the server type "Apache"
> * Fatal error: but the corresponding package does not seem to be
> installed!
> * Fatal error: Please "emerge >=net-www/apache-1.3" or correct your
> settings.
> * Fatal error(s) - aborting
>
>
>
> 2007/8/8, Tim Allingham <[EMAIL PROTECTED]>:
> > If you want something to give a simple listing similar to CPU-z, set up
> > phpsysinfo
> >
> >
> > On Wed, 2007-08-08 at 09:18 -0300, Arturo 'Buanzo' Busleiman wrote:
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA512
> > >
> > > Chuanwen Wu wrote:
> > > > I use lspci,now.But lspci can't provide so much information as
> everest
> > > > or cpu-z do.For example,the FSB,and the socket of the CPU and so on.
> > >
> > > For the CPU ONLY, you can get a bunch of information from
> /proc/cpuinfo:
> > >
> > > [EMAIL PROTECTED] ~ $ cat /proc/cpuinfo
> > > processor   : 0
> > > vendor_id   : AuthenticAMD
> > > cpu family  : 6
> > > model   : 10
> > > model name  : AMD Athlon(tm) XP 2600+
> > > stepping: 0
> > > cpu MHz : 1921.070
> > > 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 ts
> > > bogomips: 3843.55
> > >
> > >
> > > - --
> > > Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad
> Informatica
> > > SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital
> Federal)
> > > Entradas anticipadas a traves de www.futurabanda.com.ar - Punk Rock
> Melodico
> > >
> > >
> > > -BEGIN PGP SIGNATURE-
> > > Version: GnuPG v1.4.7 (GNU/Linux)
> > > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> > >
> > > iD8DBQFGubSVAlpOsGhXcE0RCqRdAJ97rjWSoPWnLEvHUtokT78JsdduZACfUwpU
> > > kIjl0U6Xj+WOs3+xDwsbO4U=
> > > =Cbrn
> > > -END PGP SIGNATURE-
> >
> >
>
>
> --
> wcw
> --
> [EMAIL PROTECTED] mailing list
>
>


-- 
   /
  /
  \ O  /
   \/_(
.__  /   \
  __\/ )
./ (


Re: [gentoo-user] tools to detect hardware

2007-08-09 Thread Chuanwen Wu
oh,the phpsysinfo seems need to install Apache first:

* Fatal error: Your configuration file sets the server type "Apache"
* Fatal error: but the corresponding package does not seem to be installed!
* Fatal error: Please "emerge >=net-www/apache-1.3" or correct your settings.
* Fatal error(s) - aborting



2007/8/8, Tim Allingham <[EMAIL PROTECTED]>:
> If you want something to give a simple listing similar to CPU-z, set up
> phpsysinfo
>
>
> On Wed, 2007-08-08 at 09:18 -0300, Arturo 'Buanzo' Busleiman wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA512
> >
> > Chuanwen Wu wrote:
> > > I use lspci,now.But lspci can't provide so much information as everest
> > > or cpu-z do.For example,the FSB,and the socket of the CPU and so on.
> >
> > For the CPU ONLY, you can get a bunch of information from /proc/cpuinfo:
> >
> > [EMAIL PROTECTED] ~ $ cat /proc/cpuinfo
> > processor   : 0
> > vendor_id   : AuthenticAMD
> > cpu family  : 6
> > model   : 10
> > model name  : AMD Athlon(tm) XP 2600+
> > stepping: 0
> > cpu MHz : 1921.070
> > 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 ts
> > bogomips: 3843.55
> >
> >
> > - --
> > Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
> > SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital Federal)
> > Entradas anticipadas a traves de www.futurabanda.com.ar - Punk Rock Melodico
> >
> >
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.4.7 (GNU/Linux)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> >
> > iD8DBQFGubSVAlpOsGhXcE0RCqRdAJ97rjWSoPWnLEvHUtokT78JsdduZACfUwpU
> > kIjl0U6Xj+WOs3+xDwsbO4U=
> > =Cbrn
> > -END PGP SIGNATURE-
>
>


-- 
wcw
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] tools to detect hardware

2007-08-09 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Chuanwen Wu wrote:
> But this file still doesn't tell you the information of the FSB or socket 
> type.

Yes, that's true.

- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital Federal)
Entradas anticipadas a traves de www.futurabanda.com.ar - Punk Rock Melodico


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGuxouAlpOsGhXcE0RCnZCAJ9AhSV0r7sqGKAlYRsKCma3zYREZwCfUA0h
wf4Df/PLzCswvVNsGOosPno=
=ddbe
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] tools to detect hardware

2007-08-09 Thread Chuanwen Wu
2007/8/8, Arturo 'Buanzo' Busleiman <[EMAIL PROTECTED]>:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> Chuanwen Wu wrote:
> > I use lspci,now.But lspci can't provide so much information as everest
> > or cpu-z do.For example,the FSB,and the socket of the CPU and so on.
>
> For the CPU ONLY, you can get a bunch of information from /proc/cpuinfo:
>
> [EMAIL PROTECTED] ~ $ cat /proc/cpuinfo
> processor   : 0
> vendor_id   : AuthenticAMD
> cpu family  : 6
> model   : 10
> model name  : AMD Athlon(tm) XP 2600+
> stepping: 0
> cpu MHz : 1921.070
> 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 ts
> bogomips: 3843.55
>
But this file still doesn't tell you the information of the FSB or socket type.
>
> - --
> Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
> SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital Federal)
> Entradas anticipadas a traves de www.futurabanda.com.ar - Punk Rock Melodico
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.7 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFGubSVAlpOsGhXcE0RCqRdAJ97rjWSoPWnLEvHUtokT78JsdduZACfUwpU
> kIjl0U6Xj+WOs3+xDwsbO4U=
> =Cbrn
> -END PGP SIGNATURE-
> --
> [EMAIL PROTECTED] mailing list
>
>


-- 
wcw
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] tools to detect hardware

2007-08-08 Thread Tim Allingham
If you want something to give a simple listing similar to CPU-z, set up
phpsysinfo


On Wed, 2007-08-08 at 09:18 -0300, Arturo 'Buanzo' Busleiman wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> Chuanwen Wu wrote:
> > I use lspci,now.But lspci can't provide so much information as everest
> > or cpu-z do.For example,the FSB,and the socket of the CPU and so on.
> 
> For the CPU ONLY, you can get a bunch of information from /proc/cpuinfo:
> 
> [EMAIL PROTECTED] ~ $ cat /proc/cpuinfo
> processor   : 0
> vendor_id   : AuthenticAMD
> cpu family  : 6
> model   : 10
> model name  : AMD Athlon(tm) XP 2600+
> stepping: 0
> cpu MHz : 1921.070
> 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 ts
> bogomips: 3843.55
> 
> 
> - --
> Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
> SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital Federal)
> Entradas anticipadas a traves de www.futurabanda.com.ar - Punk Rock Melodico
> 
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.7 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFGubSVAlpOsGhXcE0RCqRdAJ97rjWSoPWnLEvHUtokT78JsdduZACfUwpU
> kIjl0U6Xj+WOs3+xDwsbO4U=
> =Cbrn
> -END PGP SIGNATURE-


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] tools to detect hardware

2007-08-08 Thread Neil Bothwick
On Wed, 8 Aug 2007 20:11:55 +0800, Chuanwen Wu wrote:

> I need tools to detect the details of my hardware.

There's sys-apps/lshw and hardinfo. The latter is not in portage, but
there's an ebuild at http://bugs.gentoo.org/show_bug.cgi?id=147547


-- 
Neil Bothwick

I am Barry Norman of the Borg - you will be assimilated - and why not?


signature.asc
Description: PGP signature


Re: [gentoo-user] tools to detect hardware

2007-08-08 Thread Alan McKinnon
On Wednesday 08 August 2007, Chuanwen Wu wrote:
> Hi,guys!
> I need tools to detect the details of my hardware.
>
> Do you ever use "everest" or "cpu-z" do in Windows? which can provide
> almost all details you need of most hardware,including
> CPU,RAM,motherboard,video card,network ...
>
> I use lspci,now.But lspci can't provide so much information as
> everest or cpu-z do.For example,the FSB,and the socket of the CPU and
> so on.

lspci -vvv
cat /proc/
cat /sys/*

Plus various sundry tools from kde, gnome etc

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] tools to detect hardware

2007-08-08 Thread W.Kenworthy
lshw, along with lspci, lsusb and probably others.  Dont forget the
verbose arguments to lspci and lsusb - they greatly expand the detail.
Dont know why lshw isnt on the live cd's, its so useful!

BillK

On Wed, 2007-08-08 at 20:11 +0800, Chuanwen Wu wrote:
> Hi,guys!
> I need tools to detect the details of my hardware.
> 
> Do you ever use "everest" or "cpu-z" do in Windows? which can provide
> almost all details you need of most hardware,including
> CPU,RAM,motherboard,video card,network ...
> 
> I use lspci,now.But lspci can't provide so much information as everest
> or cpu-z do.For example,the FSB,and the socket of the CPU and so on.
> 
> Thanks in advanced!
> 
> -- 
> wcw
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] tools to detect hardware

2007-08-08 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Chuanwen Wu wrote:
> I use lspci,now.But lspci can't provide so much information as everest
> or cpu-z do.For example,the FSB,and the socket of the CPU and so on.

For the CPU ONLY, you can get a bunch of information from /proc/cpuinfo:

[EMAIL PROTECTED] ~ $ cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 10
model name  : AMD Athlon(tm) XP 2600+
stepping: 0
cpu MHz : 1921.070
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 ts
bogomips: 3843.55


- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital Federal)
Entradas anticipadas a traves de www.futurabanda.com.ar - Punk Rock Melodico


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGubSVAlpOsGhXcE0RCqRdAJ97rjWSoPWnLEvHUtokT78JsdduZACfUwpU
kIjl0U6Xj+WOs3+xDwsbO4U=
=Cbrn
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] tools to detect hardware

2007-08-08 Thread Chuanwen Wu
Hi,guys!
I need tools to detect the details of my hardware.

Do you ever use "everest" or "cpu-z" do in Windows? which can provide
almost all details you need of most hardware,including
CPU,RAM,motherboard,video card,network ...

I use lspci,now.But lspci can't provide so much information as everest
or cpu-z do.For example,the FSB,and the socket of the CPU and so on.

Thanks in advanced!

-- 
wcw
-- 
[EMAIL PROTECTED] mailing list