Conf.modules Vs Modules.conf Issue, lost eth0 initialization
I am attempting to install a driver for a PCI CAN driver, and upon installation, I no longer have eth0 initialization!
This driver utilizes modules.conf, and upon power up, I get this message:
The use of /etc/conf.modules is depreciated, please
remove /etc/conf.modules as soon as possible.
/etc/conf.modules includes:
alias eth0 3c59x
alias parport_lowlevel parport_pc
so I see why my initialization fails.
I then included
alias eth0 3c59x
alias parport_lowlevel parport_pc
in the new modules.conf, but still get no initialization.
I also put the info in modules.conf into conf.modules, and also get no initialization.
What are the necessary steps required to get my eth0 back again?
Thanks for any suggestions.
This kernel is 2.2.14-5.0 under Redhat 6.2.
I know this is old; plans are in effect to update to the latest OS on a new PC.
|