The following commands will get you some basic details about your setup.
These commands can be typed in a terminal.When debugging hardware problems, information about one's system is needed.
Here is how some needed system info can be gathered.Whenever posting about hardware issues, try to list this information where relevant, by Posting it inside the
code blocks (button symbol: # ).
1.Brief System Infoinxi -Fxz
2.Kernels currently installedmhwd-kernel -li
3.GPU (Graphics) in usemhwd -li
4.USB Devices infolsusb
5.CPU informationlscpu
6.Kernel messagesdmesg
7.Partitions infosudo fdisk -l
lsblk -f
8.System logjournalctl -f
(for full journal dont give -f option)
9.XServer logscat /var/log/Xorg.0.log
cat /var/log/Xorg.1.log
cat /var/log/Xorg.2.log
According to the graphics configuration, the files found in /etc/X11/xorg.conf.d and /etc/X11/mhwd.d
may also be useful.10.Kernel Modules loadedlsmod
11.Network devices
ip addr
rfkill list
12.Input Devicesxinput
13.PCI Devices (like Graphics/DRAM controller & network interfaces) in detaillspci -v
14.Sound Devicesaplay -l
15.Real Time System Info (like CPU processes, RAM usage)top
(Or
htop
if you have it installed and want a ncurses interface)
16.Kernel and System Infouname -a
Note-You can suggest more commands you think can be added here.
Thanks to the people who gave suggestions.
P.S.Here is a link where you can
Post your hardware you are running Manjaro on.