Link to home
Start Free TrialLog in
Avatar of e9608092
e9608092

asked on

Change configuration, how to ?

Hi all,
I have already installed Linux system with NE2000 NIC. Now, I want to change this NIC but I do not know how to tell it about new configuration.

pls help !
ASKER CERTIFIED SOLUTION
Avatar of laeuchli
laeuchli

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of e9608092
e9608092

ASKER

But the setup program on RH6 has not any NIC option.
The easy way: If you have linuxconf installed, you can do simply type 'netconf'. In the menu 'Basic host information' you have to change the kernel module name for device eth0 from 'ne2000' to the name of the kernel module that supports your new NIC.

The easier way: Edit /etc/conf.modules with the editor of your choice. Change the line that reads 'alias eth0 ne2000' into 'alias eth0 module_for_your_NIC'.

Then reboot, change the card, boot up, and all should be well.