there is a bug in the tulip driver version 0.76 which won't let other cards in the system be recognized. the following unofficial patch was posted on the linux-tulip-bug mailing list:
--- tulip.c-076 Mon May 19 22:12:25 1997 +++ tulip.c-076a Mon May 26 11:47:17 1997 @@ -496,7 +496,7 @@ #if defined (MODULE) return cards_found; #else - return 0; + return cards_found ? 0 : -ENODEV; #endif } --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | automatism and other passive states) to systematize confusion | | and thus to help to discredit completely the world of reality. | -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .