The Documentation for /etc/conf.d/modules is a bit vague. On this page it says
module_module-name_args_2_6="module arg=value"
OK so at least one of the instances of the word "module" is not meant to be replaced with the name of the module. For example:
I need to change usbcore kernel module to prevent my desktop's mouse from going to sleep every 2 seconds. I think what I need to do based on the linked page above is:
module_usbcore_args="usbcore autosuspend=-1"
BTW based on the comments on /etc/conf.d/modules itself I would have thought that it should be this:
module_usbcore_args="autosuspend=-1"
I am building initramfs files both ways just to be sure.
Question
its1louder
The Documentation for /etc/conf.d/modules is a bit vague. On this page it says
OK so at least one of the instances of the word "module" is not meant to be replaced with the name of the module. For example:
I need to change usbcore kernel module to prevent my desktop's mouse from going to sleep every 2 seconds. I think what I need to do based on the linked page above is:
BTW based on the comments on /etc/conf.d/modules itself I would have thought that it should be this:
I am building initramfs files both ways just to be sure.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts