Giter VIP home page Giter VIP logo

lshw's Introduction

lshw: HardWare LiSter for Linux
===============================

lshw is a small tool to provide detailed information on the hardware confi-
guration of the machine. It can report exact memory configuration, firmware
version, mainboard configuration, CPU version and speed, cache configuration,
bus speed, etc. on DMI-capable x86 or EFI (IA-64) systems and on some PowerPC
machines (PowerMac G4 is known to work).

Information can be output in plain text, XML or HTML.

It currently supports DMI (x86 and EFI only), OpenFirmware device tree
(PowerPC only), PCI/AGP, ISA PnP (x86), CPUID (x86), IDE/ATA/ATAPI, PCMCIA
(only tested on x86), USB and SCSI.

 * Requirements
	. Linux 2.4.x or 2.6.x (2.2.x might work, though)
	. a PA-RISC, Alpha, IA-64 (Itanium), PowerPC or x86 based machine
	. an ANSI (or close enough to ANSI compliance) C++ compiler
	(tested with g++ 2.95.4 and 3.2.2)
	. for the (optional) GTK+ graphical user interface, you will need a
	complete GTK+ 2.4 development environment (gtk2-devel on RedHat/Fedora
	derivatives) 

 * To compile it, just use:

	$ make

 * If you want to build the optional GUI, do:

	$ make
	$ make gui

 * the lshw home page is http://lshw.org/
 * send bug reports, requests for help, feature requests, comments, etc. to
   [email protected].  The author can be contacted directly ([email protected])
   Please make sure you include enough information in your bug report: XML out-
   put from lshw is preferred over text or HTML, indicate the affected version
   of lshw, your platform (i386, x86-64, PA-RISC, PowerPC, etc.) and your dis-
   tribution.

NOTE TO DISTRIBUTIONS
---------------------

(1) By default, lshw includes its own lists of PCI IDs, USB IDs, etc. but will
also look for this information in

	/usr/share/lshw/,
	/usr/local/share/,
	/usr/share/,
	/etc/,
	/usr/share/hwdata/,
	/usr/share/misc/.

(2) Statically-linked and/or compressed binaries can be built by using

	$ make static
or
	$ make compressed

in the src/ directory
Building compressed binaries requires upx (cf. http://upx.sourceforge.net/).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.