Tech Support > Operating Systems > Linux / Variants > How to obtain hardware information?
How to obtain hardware information?
Posted by Taylor on February 26th, 2004


Hi,
Sorry for the newbie question. I want to know if I can get the
hardware specs for a remote machine. I have a shell account and am
just curious about the hardware.

thanks,
Taylor

Posted by ynotssor on February 26th, 2004


"Taylor" <cooltay99_2000@yahoo.com> wrote in message
news:8e6efb6d.0402261549.ed1ef0e@posting.google.co m

"cat /proc/pci" and examining the output of "dmesg" would be good places to
start.


tony

--
use hotmail for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

Posted by Robert Heller on February 27th, 2004


cooltay99_2000@yahoo.com (Taylor),
In a message on 26 Feb 2004 15:49:20 -0800, wrote :

T> Hi,
T> Sorry for the newbie question. I want to know if I can get the
T> hardware specs for a remote machine. I have a shell account and am
T> just curious about the hardware.

cat /proc/pci
ls /proc/ide
ls /proc/scsi

Generally, you can look at the *named* files and directories under '/proc'.
The numbered directories are about *processes* -- all of the others are
about the 'system' -- what that kernel is up to and what the kernel knows
about the hardware (whats on the PCI bus, the IDE controllers, on the
SCSI bus(es), who has what IRQ, what I/O ports are in use, and so on.
Much of these stuff is plain text files, often quite understandable.

T>
T> thanks,
T> Taylor
T>

\/
Robert Heller ||InterNet: heller@cs.umass.edu
http://vis-www.cs.umass.edu/~heller || heller@deepsoft.com
http://www.deepsoft.com /\FidoNet: 1:321/153







Posted by Jim on February 27th, 2004


Robert Heller wrote:
a /proc filesystem. I think the first thing I would
try is uname -a. That would work on any Unix system.
Then you could investigate what to do next.

Jim


Posted by Joe Beanfish on February 27th, 2004


On Fri, 27 Feb 2004 01:04:43 +0000, Robert Heller <heller@deepsoft.com> wrote:

Don't forget /proc/cpuinfo