commit 16dd71e214f0858a38b1f92101b1c573d4b9d5d8 parent 975c46fafd63b173f42a8af4246e908ac7c7ae94 Author: ccx <root@dorje.wpr.cz> Date: Thu, 13 Oct 2022 22:14:29 +0200 Add modules autoloaded by mdevd-coldplug Diffstat:
M | config.aat | | | 12 | ++++++++++++ |
M | s6-rc.fileset | | | 12 | ++++++++++++ |
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/config.aat b/config.aat @@ -38,6 +38,18 @@ cpufreq_conservative cpufreq_ondemand cpufreq_powersave cpufreq_userspace +ac +ehci_pci +hid_generic +input_leds +intel_rapl_msr +pcspkr +rapl +thermal +usbhid +uvcvideo +wmi_bmof +xhci_pci ] static_ip=[ diff --git a/s6-rc.fileset b/s6-rc.fileset @@ -508,6 +508,18 @@ CN foreground { modprobe af_packet } foreground { modprobe cpufreq_ondemand } foreground { modprobe cpufreq_powersave } foreground { modprobe cpufreq_userspace } + foreground { modprobe ac } + foreground { modprobe ehci_pci } + foreground { modprobe hid_generic } + foreground { modprobe input_leds } + foreground { modprobe intel_rapl_msr } + foreground { modprobe pcspkr } + foreground { modprobe rapl } + foreground { modprobe thermal } + foreground { modprobe usbhid } + foreground { modprobe uvcvideo } + foreground { modprobe wmi_bmof } + foreground { modprobe xhci_pci } m755 /mdevd-coldplug d m755