a bit closer

This commit is contained in:
Ciro Santilli
2018-02-13 16:09:16 +00:00
parent d97d461605
commit 64130ecfb9
22 changed files with 316 additions and 569 deletions

View File

@@ -1,5 +1,4 @@
[[modprobe]]
= modprobe
=== modprobe
If you are feeling fancy, you can also insert modules with:
@@ -9,8 +8,7 @@ lsmod
# dep and dep2
....
This method also deals with module dependencies, which we almost don't
use to make examples simpler:
This method also deals with module dependencies, which we almost don't use to make examples simpler:
* https://askubuntu.com/questions/20070/whats-the-difference-between-insmod-and-modprobe
* https://stackoverflow.com/questions/22891705/whats-the-difference-between-insmod-and-modprobe
@@ -40,8 +38,7 @@ so it is a bit risky.
ls /lib/modules/*/extra/
....
Kernel modules built from the Linux mainline tree with
`CONFIG_SOME_MOD=m`, are automatically available with `modprobe`, e.g.:
Kernel modules built from the Linux mainline tree with `CONFIG_SOME_MOD=m`, are automatically available with `modprobe`, e.g.:
....
modprobe dummy-irq