19 de febr. 2009

Re configurar Kernel del linux

I'm assuming you have the kernel source installed in your /usr/src/linux directory? If so, cd to it and type (as root)

zcat /proc/config.gz > .config
make oldconfig

Now, try building your module again.