LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Simple query (https://www.linuxquestions.org/questions/linux-hardware-18/simple-query-271390/)

sachinh 12-28-2004 11:14 PM

Simple query
 
Hi all ,

Please tell us a command that will give all the existing hardware configuration of a Linux Box . E.g display card , SCSI cards ...etc .
Thanx .......... .

masand 12-28-2004 11:17 PM

hi there

lspci

works for all

and for RH based systems

kudzu -p

also works

xxx_anuj_xxx 12-28-2004 11:42 PM

For more also check the output of the dmesg command.:)

Upon boot, the dmesg output is from the kernel booting, showing the devices it has found and if it has been able to configure them at all (aside from userland configuration). This log is also available in the file /var/log/dmesg.

The manpage for dmesg is quite simple:

DMESG(8) DMESG(8)


NAME
dmesg - print or control the kernel ring buffer

SYNOPSIS
dmesg [ -c ] [ -n level ] [ -s bufsize ]

DESCRIPTION
dmesg is used to examine or control the kernel ring
buffer.



cheers


All times are GMT -5. The time now is 11:43 AM.