In older version of RH there is follow file: /etc/modules.conf, but in my 7.2 release there isn't.
What file can I use for identical effect?
Thanks.
Printable View
In older version of RH there is follow file: /etc/modules.conf, but in my 7.2 release there isn't.
What file can I use for identical effect?
Thanks.
This modules.conf file contains instructions for the kernel which modules have to be loaded in case of demand. Changing modules.conf, lets the kernel will automatically load the necessary modules when they are needed by a certain application. As far as I know Redhat 7.2 still uses this file under the same name.
Maybe none of your drivers are loaded as modules,
(all compiled into the kernel)
and therefore the file wasn't created upon installation.
:cool: