Linux/Kernel/Module: Unterschied zwischen den Versionen
K Textersetzung - „bzw. “ durch „bzw. “ |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
* Unter einem Kernelmodul versteht man einen Teil bzw. eine Erweiterung des Kernels. | * Unter einem Kernelmodul versteht man einen Teil bzw. eine Erweiterung des Kernels. | ||
* So sind z. B. alle Hardwaretreiber (z. B. WLAN-Karte, Soundkarte...) als Modul angelegt | * So sind z. B. alle Hardwaretreiber (z. B. WLAN-Karte, Soundkarte...) als Modul angelegt | ||
; Linux device driver commands | |||
[[File:driverCommands.jpg|mini|400px]] | |||
Linux device drivers are essential in-kernel software modules that enable Linux OS to communicate with hardware peripherals | |||
Maintaining correct and up-to-date device drivers is crucial for ensuring hardware compatibility and optimal hardware performance | |||
Here are a list of useful device driver related commands | |||
[[Kategorie:Linux/Kernel]] | [[Kategorie:Linux/Kernel]] |
Version vom 13. August 2024, 17:28 Uhr
- Unter einem Kernelmodul versteht man einen Teil bzw. eine Erweiterung des Kernels.
- So sind z. B. alle Hardwaretreiber (z. B. WLAN-Karte, Soundkarte...) als Modul angelegt
- Linux device driver commands
Linux device drivers are essential in-kernel software modules that enable Linux OS to communicate with hardware peripherals
Maintaining correct and up-to-date device drivers is crucial for ensuring hardware compatibility and optimal hardware performance
Here are a list of useful device driver related commands