On Tue, 16 Nov 1999, P. R. Seshan wrote:
->Hi buddy,
->
->The card id D-link DE220 ISA PnP. Its using io port 300 and irq 5 under windows.
->I've tried installing it on Linux usinf the same setting. The point to note here
->is that it is not PC specific. I've about 3 diferent PCs on which Linux is
->installed and on all the 3 PCs, its failing to configure.
->
->But the moment I put an Ne2000 Compatible card it works !!!
->
->Any solutions ???
->
->
If it is a PNP card, the strategy is as follows:
1. do `pnpdump > /etc/isapnp.conf
2. edit /etc/isapnp.conf and uncomment the lines containing io and irq lines.
and also a line (ACT Y). Read man isapnp.conf, a very good man page.
3. do isapnp /etc/isapnp.conf
4. modprobe modulename
If you have already done this and still failed, then I am sorry.
Let me know if you have any luck.
Nagarjuna