LINUX.ORG.RU

История изменений

Исправление derlafff, (текущая версия) :

А ни как. Нету.

I talked to upstream. systemd indeed does not support options via systemd-modules-load. The rationale is, that module options should be configure in /etc/modprobe.d and /etc/modules resp.

The advantage of having the module options in /etc/modprobe.d is, that manually loading the module via

modprobe acerhdf
will have the same effect as having it loaded during boot. So it is more consistent.

Could you try adding the options to a file in /etc/modprobe.d/, say /etc/modprobe.d/my-options.conf, containing options acerhdf kernelmode=1 fanon=60000 fanoff=54000

Исходная версия derlafff, :

I talked to upstream. systemd indeed does not support options via systemd-modules-load. The rationale is, that module options should be configure in /etc/modprobe.d and /etc/modules resp.

The advantage of having the module options in /etc/modprobe.d is, that manually loading the module via

modprobe acerhdf
will have the same effect as having it loaded during boot. So it is more consistent.

Could you try adding the options to a file in /etc/modprobe.d/, say /etc/modprobe.d/my-options.conf, containing options acerhdf kernelmode=1 fanon=60000 fanoff=54000