Announcement

Collapse
No announcement yet.

What's a good program or konsole command to get a hardware inventory

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    What's a good program or konsole command to get a hardware inventory

    Windows has Device Manager. What's a good program or command that'll show me all my system hardware? Thanks.

    #2
    Re: What's a good program or konsole command to get a hardware inventory

    lshw - information about hardware configuration
    A small tool to provide detailed information on the hardware
    configuration 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
    systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64.

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

    Homepage: http://ezix.org/project/wiki/HardwareLiSter
    =>
    Html list of hardware:
    Code:
    :~$ sudo lshw -html > hardware.html

    hardinfo - Displays system information
    HardInfo is a small application that displays information about your
    hardware and operating system. Currently it knows about PCI, ISA PnP, USB,
    IDE, SCSI, Serial and parallel port devices.

    Homepage: http://hardinfo.berlios.de
    In my Gutsy this is broken
    Bugs in hardinfo in ubuntu
    https://launchpad.net/ubuntu/+source/hardinfo/+bugs

    It did work in the Feisty - so you may want to try it.


    HOWTO: Read BIOS Information
    http://kubuntuforums.net/forums/inde...opic=3086894.0

    =>man dmidecode
    DMIDECODE(8) DMIDECODE(8)

    NAME
    dmidecode - DMI table decoder

    SYNOPSIS
    dmidecode [OPTIONS]

    DESCRIPTION
    dmidecode is a tool for dumping a computer’s DMI (some say SMBIOS) ta‐
    ble contents in a human-readable format. This table contains a descrip‐
    tion of the system’s hardware components, as well as other useful
    pieces of information such as serial numbers and BIOS revision. Thanks
    to this table, you can retrieve this information without having to
    probe for the actual hardware. While this is a good point in terms of
    report speed and safeness, this also makes the presented information
    possibly unreliable.
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X