I can't seem get the Intel Ether Express PRO/10+ card to function. The
driver loads with the correct irq/io settings and without error.
Nothing can be sent or received, but when i use an intel pro100b card
(different driver) but with the same settings everything works.
Is this a common problem?
I've also noticed that Intel's web site says my card is a EtherExpress
PRO/10+ ISA (TP). However the Ethernet HOWTO states i should use:
.--------------------------------
|Ether Express PRO/10+
|
|Status -- Supported
|
|A slight change in name (from the above) but a different design. This
card uses the i82557 chip, and
|hence uses the eepro100 driver described below.
`---------------------------------
My card does not have an i82557 chip, but instead has a i82595, which
leads me to use this driver:
.---------------------------------
|Ether Express PRO/10
|
|Status -- Supported
|
|Bao Chau Ha has written a driver for these cards that has been included
into early 1.3.x kernels. It
|may also work with some of the Compaq built-in ethernet systems that
are based on the i82595 chip.
`----------------------------------
It loads without any errors, but just does not Transmit or Receive.
This is a Plug and Play card, but i have disabled it using Intels
SoftSet program as well as used it to set it to 0x300, irq 10
Any help would be appreciated.