Difficulty: ★☆☆☆☆
Rather than providing the commercial reference of a computer or piece of hardware, it is usually better to directly ask the system to describe itself. On top of saving time to everyone, this also often provides more details, including something specific to the running system.
Below is a (not exhaustive) list of commands for retrieving system information.
If you don’t know how to use those commands, or how to provide them to support, see: [HowTo] Use the terminal / TTY
If you can’t access your system like usual, see: [HowTo] Reach a minimal system
Remember to use formatting when providing the result in the forum!
Global information
This is the main source of information to provide for support.
inxi -zv8
Specific information
The commands below provide detailed information for specific cases.
CPU
LANG=C lscpu
Drivers
mhwd -li
Kernels
mhwd-kernel -li
Manjaro Version
lsb_release -sirc
Package content
pacman -Ql <package_name>
Package owner
pacman -Qo <file_path_or_software_command>
Partitioning
lsblk -fa
LANG=C sudo parted -l
PCI Devices
lspci -k
RAM
free -h
Software locations
echo $PATH
which <software_command>
Sound Devices
aplay -L
Storage usage
LANG=C df -h
System Monitoring
htop