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` 這個模組了。