Hello I have just installed Ubuntu a few days ago, runs nice, I love it. I am somewhat familiar with compiling kernels from my experiences with slackware.
I have got most of my peripherals to work except for my Wacom UD-1218. When i did make for the driver it said:
Code:
Drivers not enabled as modules in your kernel config but requested through configure are NOT built
So I am assuming that I need to compile a new kernel.
Now my question is this:
What is the process for compiling a kernel in Ubuntu, is it?:
Code:
make menuconfig
make
make modules_install
Now normally I use lilo, but since Ubuntu comes with grub thats what I am using, what are the commands for grub to add the new bzImage?
One more question, Is is possible to use the config im using now for the newest kernel?
example, use .config from Ubuntus 2.6.17-11 kernel source and apply that to the newest kernel I will be downloading (2.6.20).
Thanks