Ubuntu Linux Hardware Info | Generated by AI

Home PDF

To get comprehensive information about your laptop’s hardware (RAM, CPU, etc.) on an Ubuntu Linux system, you can use a combination of terminal commands and tools. Below is a step-by-step guide to retrieve detailed system information:


1. Check CPU Information

To get details about your CPU (processor type, speed, cores, etc.):


2. Check RAM (Memory) Information

To view the total and used RAM:


3. Check Storage (HDD/SSD) Information

To get details about your storage devices:


4. Check GPU (Graphics Card) Information

To find details about your graphics card:


5. Check System Overview

For a comprehensive overview of your system (CPU, RAM, motherboard, etc.):


6. Check BIOS/UEFI and Motherboard Information

To get BIOS/UEFI and motherboard details:


7. Check Operating System and Kernel Details

To verify your Ubuntu version and kernel:


8. Monitor System Resources in Real-Time

To monitor CPU, RAM, and process usage in real-time:


9. Comprehensive System Report with inxi

For a single command that gathers extensive system information:


Example Output (Using inxi -Fxz)

System:    Host: ubuntu-laptop Kernel: 5.15.0-73-generic x86_64 bits: 64 Desktop: GNOME 42.0
           Distro: Ubuntu 22.04.2 LTS (Jammy Jellyfish)
Machine:   Type: Laptop System: Dell product: Inspiron 15 v: N/A serial: <filter>
           Mobo: Dell model: 0XYZ serial: <filter> UEFI: Dell v: 1.2.3 date: 05/10/2023
CPU:       Info: 8-core model: Intel Core i7-12700H bits: 64 type: MT MCP cache: L2: 11.5 MiB
           Speed: 2500 MHz min/max: 400/4700 MHz Core speeds (MHz): 1: 2500 2: 2400 ...
Memory:    RAM: total: 15.5 GiB used: 3.2 GiB (20.6%)
           Array-1: capacity: 32 GiB slots: 2 EC: None
           Device-1: DIMM A size: 8 GiB speed: 3200 MT/s type: DDR4
           Device-2: DIMM B size: 8 GiB speed: 3200 MT/s type: DDR4
Graphics:  Device-1: Intel Alder Lake-P Integrated Graphics driver: i915 v: kernel
           Device-2: NVIDIA GA107M [GeForce RTX 3050 Mobile] driver: nvidia v: 535.54.03
           Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting,nvidia
           OpenGL: renderer: Mesa Intel UHD Graphics (ADL-S GT2) v: 4.6 Mesa 23.0.4
Drives:    Local Storage: total: 512 GiB used: 120 GiB (23.4%)
           ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 970 EVO Plus 500GB size: 512 GiB
...

Notes

Let me know if you need help interpreting the output or want to focus on a specific component!


Back 2025.06.12 Donate