Probing for hardware information
lsscsi
Many people imagine that SCSI drives are obsolete, but, in fact, both hard drives and solid state drives, as well as DVD drives, continue to use SCSI, although in a highly modified standard. For help, lsscsi
has an info file, but not a man file. Adding --list
(-L
), --long
(-l
), and --verbose
(-v
) to the command all give more information, while --classic
(-c
) is the equivalent of:
cat /proc/scsi/scsi
If you want the names of devices, add --generic
(g
) (Figure 7).
dmesg
dmesg
reads the kernel ring buffer where messages about a system's startup messages are stored, including information about the initialization of device drivers or kernel modules. Although the results can often be hit or miss, dmesg
is sometimes an ideal place to start troubleshooting. With the bare command, you can scroll through startup messages, but in most cases, it is more efficient to search instead. For instance, to find messages about USB devices, enter:
dmesg | grep -i usb | less
in which the -i
option ignores letter cases. Note that dmesg
must be run as root. As an alternative to dmesg
, you can read the file /var/log/dmesg
in a text editor (Figure 8).
/proc
The pseudo filesystem /proc
contains information from the kernel. It contains one subdirectory for each process. The names of the subdirectories are usually self-explanatory, such as cpu
, cwd
(current working directory), environ
, and so on. You can view detailed information using a text viewer such as cat
or less
, or sysctl
to read the contents, but be careful not to edit in case you crash the system (Figure 9).
« Previous 1 2 3 4 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Juno Tab 3 Launches with Ubuntu 24.04
Anyone looking for a full-blown Linux tablet need look no further. Juno has released the Tab 3.
-
New KDE Slimbook Plasma Available for Preorder
Powered by an AMD Ryzen CPU, the latest KDE Slimbook laptop is powerful enough for local AI tasks.
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
-
Plasma Desktop Will Soon Ask for Donations
The next iteration of Plasma has reached the soft feature freeze for the 6.2 version and includes a feature that could be divisive.
-
Linux Market Share Hits New High
For the first time, the Linux market share has reached a new high for desktops, and the trend looks like it will continue.
-
LibreOffice 24.8 Delivers New Features
LibreOffice is often considered the de facto standard office suite for the Linux operating system.
-
Deepin 23 Offers Wayland Support and New AI Tool
Deepin has been considered one of the most beautiful desktop operating systems for a long time and the arrival of version 23 has bolstered that reputation.
-
CachyOS Adds Support for System76's COSMIC Desktop
The August 2024 release of CachyOS includes support for the COSMIC desktop as well as some important bits for video.
-
Linux Foundation Adopts OMI to Foster Ethical LLMs
The Open Model Initiative hopes to create community LLMs that rival proprietary models but avoid restrictive licensing that limits usage.
-
Ubuntu 24.10 to Include the Latest Linux Kernel
Ubuntu users have grown accustomed to their favorite distribution shipping with a kernel that's not quite as up-to-date as other distros but that changes with 24.10.