Results 1 to 8 of 8

Thread: Software to get laptop details

  1. #1
    Join Date
    Dec 2021
    Beans
    2

    Software to get laptop details

    Hi all , I am looking for software for ubuntu which can display hardware information, procesr type speed, ram hdd etc. And want to save this details to csv format excel format. I know hardinfo but do you know any others programs?

  2. #2
    GhX6GZMB is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Jun 2019
    Beans
    1,093

    Re: Software to get laptop details

    lshw

  3. #3
    Join Date
    May 2008
    Beans
    3,974
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Software to get laptop details

    https://github.com/UbuntuForums/system-info

    inxi available via Universe repository

    Edit: Probably a bit fiddly to save in a spreadsheet format
    Last edited by tea for one; December 4th, 2021 at 09:58 AM. Reason: Added comment about spreadsheet

  4. #4
    Join Date
    Jun 2020
    Beans
    334

    Re: Software to get laptop details

    stacer

    don't know about saving to csv format with it though...

  5. #5
    Join Date
    May 2010
    Beans
    3,242

    Re: Software to get laptop details

    sudo lshw > /tmp/output.csv

  6. #6
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Software to get laptop details

    Is there are reason for needing a csv file of the output, as having just done it that way for the first time ever, I find it almost unreadable and useless.

    I would suggest you use html output and open it in your web-browser; it's much more readable.
    Code:
    sudo lshw -html > /home/$USER/hardware.html
    then double click the hardware.html file in your homr.

  7. #7
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Software to get laptop details

    install inxi
    Code:
    sudo apt install inxi
    It's a teminal tool that can analyze your sysetem and tell you just about anything you need to know.
    More info here: https://www.tecmint.com/inxi-command...m-information/
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  8. #8
    Join Date
    Dec 2021
    Beans
    2

    Re: Software to get laptop details

    Hi all , thanks for very helpfull info, still not perfect because can't save in excel csv format but should be ok for me this command looks ok:
    sudo lshw -html > /home/$USER/hardware.html

    I got many laptops and I have to get details from them, is it possible to run this command automaticly from startup when linux loading and automaticly save to file for example "hardware1" then i want to run this on second laptop and auto save to file for example "hardware2" next laptop "hardware3"etc. ??

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •