Device Management
Posted in: Kernel, Blog, Hardware, LPIC-1

[Free] Linux Device Management Guide

Linux Device Management Guide. The main goal of this guide is to provide detailed instructions regarding the Linux administration of embedded devices.

Linux Device Management can be very difficult when using some specific proprietary devices. Here I will describe the basics about device management and how to configure a new device.

Linux Device Management

Linux has different type of devices each type is dedicated to a specific hardware technology. Our motherboard has different components and specific type of BUSES to connect new hardware.

List devices on PCI BUS

lspci

List devices on USB BUS

lsusb

List CPU Information

lscpu

List devices on Block Devices

lsblk

Understand UDEV

Folder /dev

Understand D-BUS

Device Commands

Kernel: www.kernel.org

Back to Top