Hi,
I haven't used the intel pro 10 isa card myself, but i did have problems (of
my own ignorance ;-) when setting up my first isa card (an ne2000)
I think your card should be supported, a grep through the kernel net driver
sources shows that the module eepro should do the trick (supports cards
like "Intel EtherExpress Pro/10 ISA").
As a first try, do
modprobe eepro
and see if it works (i.e. no errors, and lsmod shows it to be loaded).
In my case i had to manually supply irq and io for my
card (not untypical for isa cards). These may be set by jumpers on the card
or through a software utility (often a little dos program). Handiest place
to get them is probably your windoze install (assuming you have one ;-)
Put the io and irq in your /etc/modules.conf file in the following
approximate manner:
alias eth0 eepro
options eepro io=0x300 irq=5
i think you can put these values into the modprobe cmd line too
mick
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!