hardware question

2009-01-14 Thread ann kok
Hi

How can I know the hardware info eg: type of memory
No need to turn off the machine

Thank you


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: hardware question

2009-01-14 Thread Bryn M. Reeves

ann kok wrote:

Hi

How can I know the hardware info eg: type of memory
No need to turn off the machine

Thank you


You can get a lot of information from the DMI tables provided by the 
BIOS, see the man page for dmidecode. There's also Smolt:


http://smolt.fedoraproject.org/

Which captures hardware profiles and (optionally) sends them to a 
central database. You might find this gives you the data in a nicer 
format.


Regards,
Bryn.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: hardware question

2009-01-14 Thread Paulo Cavalcanti
On Wed, Jan 14, 2009 at 10:01 AM, ann kok annkok2...@yahoo.com wrote:

 Hi

 How can I know the hardware info eg: type of memory
 No need to turn off the machine

 Thank you


more /proc/meminfo

more /proc/cpuinfo

etc ...



-- 
Paulo Roma Cavalcanti
LCG - UFRJ
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: hardware question

2009-01-14 Thread iarly selbir
The command lshw show all hardware info.

install it with yum:

# yum install lshw -y

and run it:

# lshw

I hope helps you.

Regards,

- -
iarly selbir ( ski0s )

:wq!


On Wed, Jan 14, 2009 at 9:01 AM, ann kok annkok2...@yahoo.com wrote:

 Hi

 How can I know the hardware info eg: type of memory
 No need to turn off the machine

 Thank you




 --
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines:
 http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: hardware question

2009-01-14 Thread Anne Wilson
On Wednesday 14 January 2009 12:12:21 iarly selbir wrote:
 The command lshw show all hardware info.

 install it with yum:

 # yum install lshw -y

 and run it:

 # lshw

 I hope helps you.

As always in linux, ask 5 questions, get 10 answers, all working :-)  Welcome, 
Ann!

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: hardware question

2009-01-14 Thread Claude Jones
On Wednesday 14 January 2009 07:01:39 ann kok wrote:
 Hi

 How can I know the hardware info eg: type of memory
 No need to turn off the machine

 Thank you

If you're running the KDE desktop, run kinfocenter in the system menu - it's a 
very nicely organized GUI display of your system 
-- 
Claude Jones
Brunswick, MD

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: hardware question

2009-01-14 Thread Patrick O'Callaghan
On Thu, Jan 15, 2009 at 8:10 AM, Claude Jones
cjonesli...@tehogeeservices.com wrote:
 On Wednesday 14 January 2009 07:01:39 ann kok wrote:
 Hi

 How can I know the hardware info eg: type of memory
 No need to turn off the machine

 Thank you

 If you're running the KDE desktop, run kinfocenter in the system menu - it's a
 very nicely organized GUI display of your system

AFAIK the Memory tab in Kinfocenter only gives memory usage. The OP
wanted to know about memory type. I use lshw for this (or lshw -X
for a clickable GUI version).

poc

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: hardware question

2009-01-14 Thread ann kok
Thank you

But I have problem here

I am using fedora3 but doesn't have this package

How can I get the lshw source to recompile it?

or other way to do it


--- On Wed, 1/14/09, Patrick O'Callaghan pocallag...@gmail.com wrote:

 From: Patrick O'Callaghan pocallag...@gmail.com
 Subject: Re: hardware question
 To: Community assistance, encouragement, and advice for using Fedora. 
 fedora-list@redhat.com
 Date: Wednesday, January 14, 2009, 8:47 PM
 On Thu, Jan 15, 2009 at 8:10 AM, Claude Jones
 cjonesli...@tehogeeservices.com wrote:
  On Wednesday 14 January 2009 07:01:39 ann kok wrote:
  Hi
 
  How can I know the hardware info eg: type of
 memory
  No need to turn off the machine
 
  Thank you
 
  If you're running the KDE desktop, run kinfocenter
 in the system menu - it's a
  very nicely organized GUI display of your system
 
 AFAIK the Memory tab in Kinfocenter only gives memory
 usage. The OP
 wanted to know about memory type. I use lshw
 for this (or lshw -X
 for a clickable GUI version).
 
 poc
 
 -- 
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe:
 https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines:
 http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: hardware question

2009-01-14 Thread Bryn M. Reeves

ann kok wrote:

Thank you

But I have problem here

I am using fedora3 but doesn't have this package

How can I get the lshw source to recompile it?

or other way to do it


Fedora Core 3 was released four and a half years ago and has long 
since reached end-of-life. There are no security or bugfix updates any 
longer and you will find (as here!) that a lot of current instructions 
for getting things done in Fedora will not work on that release as 
they rely on newer features and packages than existed at that time.


You really should seriously consider updating to something that is 
still supported as you will find it much easier to get help and 
support for the release and will not be needlessly exposed to security 
problems.


Regards,
Bryn.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines