Hmm. I tried your suggestion but with no luck. Might it there be another
source for my problem.
Here is how I tried it :
# cd /usr/src/linux-2.4.0/drivers/net
# mv 8390.c 8390.c.bck
# mv 8390.h 8390.h.bck
# ln -s /usr/src/linux-2.4.0-test10/drivers/net/8390.c
/usr/src/linux-2.4.0/drivers/net/8390.c
# ln -s /usr/src/linux-2.4.0-test10/drivers/net/8390.h
/usr/src/linux-2.4.0/drivers/net/8390.h
# mv ne2k-pci.c ne2k-pci.c.bck
# ln -s /usr/src/linux-2.4.0-test10/drivers/net/ne2k-pci.c
/usr/src/linux-2.4.0/drivers/net/ne2k-pci.c
# cd /usr/src/linux-2.4.0
# make dep
# make modules
# make modules_install
I did try 8390 only at first. The problem remains. Unabling the
bios-setting 'PnP OS' doesn't have any effect.
The modules load fine without problems.
I hoped this would have solved my problem, but no such luck. Did I do
something wrong. I am no kernel or C expert, altough I can read and
modify C and have been following kernel-development for quite a while.
Thanks,
Aschwin
-- "Memory is like gasoline. You use it up when you are running. Of course you get it all back when you reboot..."; Actual explanation obtained from the Micro$oft help desk. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/