Badiane Ka wrote: > > now I'm having problems with modules not being > inserted. I have tried to insert them manually with > no success. > > I ran linuxinfo and notice that my laptop speed which > is 500MHz is now something in the low 100's. > > Can someone help. > > Badiane
To keep things consistent, try this: install 'kernel-package' cd /usr/src/kernelx make menuconfig (or config or xconfig) make dep make-kpkg clean make-kpkg kernel_image which will create a kernel-image .deb in /usr/src with the System.map and modules included. When you install it, it will complain if you have any conflicting modules already located in /lib/modules and suggest what do do. - Dan White