Announcement

Collapse
No announcement yet.

List of hardware

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

    List of hardware

    Is there any way of getting a list of hardware installed on my computer, drivers, etc?

    #2
    Re: List of hardware

    Console command:
    Code:
    sudo lshw -html > myhardware.html
    This creates an html file named myhardware.html in your user home folder.
    DESCRIPTION
    lshw is a small tool to extract 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 or IA-64 systems and
    on some PowerPC machines (PowerMac G4 is known to work).

    It currently supports DMI (x86 and IA-64 only), OpenFirmware device
    tree (PowerPC only), PCI/AGP, CPUID (x86), IDE/ATA/ATAPI, PCMCIA (only
    tested on x86), SCSI and USB.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: List of hardware

      Many thanks.

      Comment

      Working...
      X