tech:notes_module_kernel_linux
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:notes_module_kernel_linux [2026/01/20 16:34] – Jean-Baptiste | tech:notes_module_kernel_linux [2026/01/20 16:43] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 98: | Ligne 98: | ||
| ~~~ | ~~~ | ||
| - | Autres | + | |
| + | ## Autres | ||
| ~~~bash | ~~~bash | ||
| depmod -n | grep nouveau | egrep -v ' | depmod -n | grep nouveau | egrep -v ' | ||
| + | ~~~ | ||
| + | |||
| + | In distributions where systemd is available, systemd-modules-load.service loads kernel modules from static lists in these files: | ||
| + | |||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | |||
| + | |||
| + | |||
| + | Iptables | ||
| + | |||
| + | ~~~bash | ||
| + | sudo tee / | ||
| + | ip6_tables | ||
| + | ip6table_nat | ||
| + | ip_tables | ||
| + | iptable_nat | ||
| + | EOF | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | sudo systemctl restart systemd-modules-load.service | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | lsmod | grep " | ||
| ~~~ | ~~~ | ||
tech/notes_module_kernel_linux.txt · Dernière modification : de Jean-Baptiste
