SOLVED :) Re: how do I enable dmfe when compiling new kernel

2000-12-14 Thread Jens Lauterbach
hi it worked thanks Yes I had to enable CONFIG_EKSPERIMENTAL /jens On Wed, 13 Dec 2000, Erik Steffl wrote: > seach for dmfe.c in dirver/net/Makefile, you'll find that it is > compiled if CONFIG_DM9102 is set. Then (in kernel source root): > > find . -name Makefile -print|xargs grep CONFIG_D

Re: how do I enable dmfe when compiling new kernel

2000-12-13 Thread Erik Steffl
seach for dmfe.c in dirver/net/Makefile, you'll find that it is compiled if CONFIG_DM9102 is set. Then (in kernel source root): find . -name Makefile -print|xargs grep CONFIG_DM9102 and you'll find that ./drivers/net/Config.in says: if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then tristat

Re: how do I enable dmfe when compiling new kernel

2000-12-13 Thread Jens Lauterbach
I'm using make menuconfig and thats working fine, but I cant find dmfe under the netcard drivers, all though I can find the file /usr/src/kernel-source-2.2.17/drivers/net/dmfe.c So its there, so how do I include it, when I'm compiling. with potato, 2.2.17-compact it works fine! what is wrong??

Re: how do I enable dmfe when compiling new kernel

2000-12-13 Thread Erik Steffl
use make-kpkg, read the docs (it's quite simple). at one point it asks you to configure kernel - do it by run make config (command line), make menuconfig (ncurses required, text based gui), make xconfig (x windows interface, I think you need tk and wish for this). there you have a chance to decid