IT Questions and Answers :)

Tuesday, January 12, 2021

In our Linux machine, we've found an issue, maybe some driver is not loaded properly during the boot process, how can we be sure?

In our Linux machine, we've found an issue, maybe some driver is not loaded properly during the boot process, how can we be sure?

  • init 6 command
  • whoami command
  • dmesg command
  • w command 

 
In our Linux machine, we've found an issue, maybe some driver is not loaded properly during the boot process, how can we be sure?

EXPLANATION

dmesg (Display message or driver message) is a command which will show Kernel ring buffers. These messages contain valuable information about device drivers loaded into the kernel at the time of booting as well as when we connect a hardware to the system on the fly. In other words dmesg will give us details about hardware drivers connected to, disconnected from a machine and any errors when hardware driver is loaded into the kernel. These messages are helpful in diagnosing or debugging hardware and device driver issues

SOURCE

https://www.linuxnix.com/what-is-linuxunix-dmesg-command-and-how-to-use-it/

 

Share:

0 comments:

Post a Comment

Popular Posts