Hi, --- Mohan Nayaka <[EMAIL PROTECTED]> wrote: > Please do not use /root.
Why not? It doesn't matter where you keep the kernel sources. The driver Makefile has to have the kernel sources path set accordingly. The use of /usr/src is just to keep it under one directory so one doesn't need to keep searching for different kernel sources in the system. --- "The Xirtna" <[EMAIL PROTECTED]> wrote: > what does it means to have a configured and built kernel? 1. To have the kernel sources installed. 2. To have MODULE load/unload support in the kernel (usually enabld by default). 3. To have the kernel installed and running on the system. > Please help I am totally new to device drivers! Try my simple Linux device driver examples: http://www.shakthimaan.com/downloads.html SK -- Shakthi Kannan http://www.shakthimaan.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://mm.glug-bom.org/mailman/listinfo/linuxers

