Update dev_journal.md
This commit is contained in:
parent
10d7460409
commit
0c1d9c29b2
@ -86,7 +86,7 @@ For each file in the directory, use the `strstr()` function to check if the file
|
|||||||
|
|
||||||
## Friday, 19.05.23
|
## Friday, 19.05.23
|
||||||
### Michel
|
### Michel
|
||||||
`lsmod shows most loaded kernel modules and who and how many use it at the moment.
|
`lsmod` shows most loaded kernel modules and who and how many use it at the moment.
|
||||||
I/O Module responsible for keyboard drivers is not fully listed with `lsmod`. With `ll /lib/modules/5.19.0-35-generic/kernel/drivers/input/keyboard`one can list all drivers connected in some way to the Keyboard.
|
I/O Module responsible for keyboard drivers is not fully listed with `lsmod`. With `ll /lib/modules/5.19.0-35-generic/kernel/drivers/input/keyboard`one can list all drivers connected in some way to the Keyboard.
|
||||||
I tried `hwinfo` to list all hardware on a device. To use it one needs to do `sudo apt install hwinfo`. With `hwinfo --short` one gets a short information list about devices and drivers / what they are. Further investigation is required.
|
I tried `hwinfo` to list all hardware on a device. To use it one needs to do `sudo apt install hwinfo`. With `hwinfo --short` one gets a short information list about devices and drivers / what they are. Further investigation is required.
|
||||||
TODO: Find a way to list all processes using those keyboard Kernel Modules
|
TODO: Find a way to list all processes using those keyboard Kernel Modules
|
||||||
|
|||||||
Reference in New Issue
Block a user