[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eepro100 detection fail? (and a success story :-))
From: |
Adrian Dan |
Subject: |
Re: eepro100 detection fail? (and a success story :-)) |
Date: |
Tue, 27 Jul 2004 14:54:31 +0300 |
I have a eepro100 card too , and to get it working i had to use the
autoconf patches and nic update from the savannah site.
But for a (automake) reason not known to me the build didnt use the
eepro100.c file that the nic update patch updated but a different file
in linux/dev/drivers/net instead of the
linux/src/drivers/net/eepro100.c file.
So in the gnumach source tree
cp linux/src/drivers/net/eepro100.c linux/dev/drivers/net/eepro100.c
and it should detect your nic.