From 3a3785840d4f8049950da9bee3fef50c24012008 Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Mon, 25 Mar 2024 16:57:01 +0800 Subject: [PATCH] vault backup: 2024-03-25 16:57:01 --- 05. 資料收集/Linux/開機自動掛載模組(modprobe nct6683).md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 05. 資料收集/Linux/開機自動掛載模組(modprobe nct6683).md diff --git a/05. 資料收集/Linux/開機自動掛載模組(modprobe nct6683).md b/05. 資料收集/Linux/開機自動掛載模組(modprobe nct6683).md new file mode 100644 index 0000000..52933f2 --- /dev/null +++ b/05. 資料收集/Linux/開機自動掛載模組(modprobe nct6683).md @@ -0,0 +1,6 @@ +在 `/etc/modules-load.d` 開一個檔案叫做 `nct6683.conf`,裡面填入: +``` +nct6683 +``` + +下一次開機的時候,系統就會自動載入 `nct6683` 這個模組了。