isapnp tools is telling the kernel which io addresses and
interrupts
to tie to a device, but ... your device has to be configured
the way
you say in the isapnp.conf file. Card manufacturer usually
provides a
MSDOS program to change card parameters (interrupt and io), or
provides
a rom BIOS extension to do so at boot time.
Then, even if you have the proper configuration file, you'll
need to load the
kernel module (driver) so the kernel can talk to your card
(i.e.: eth0) you can
do this with modprobe <card_driver_name>
Finally, for having IP connectivity you'll have to use ifconfig
to assign an IP
address for the card (and network mask).
Depending on the distribution this can be easily done with a
command, in
RedHat you can do all the work but the PnP stuff with netconfig
command.
--
This answer is courtesy of QuestionExchange.com
http://www.questionexchange.com/servlet3/qx.usenetGuest.showUsenetGue...