On Fri, 2001-12-07 at 02:13, spear wrote: > > Hi there ! > > > > Yesterday, i compiled the kernel, following the instructions ... > > > > Here's the matter : > > once i type "make modules_install" , it justs creates the > > /lib/modules/2.2.19 folder with a /net subfolder including just two > modules > > ... > > ALL the ip_masq, ppp, ipchains, ALL the folders (else than /net) like > /ipv4 > > /fs /misc are not built anymore :( > > > > Where did i go wrong ? > > Of course, many things don't work anymore, ppp, ipchains and all the other > > ... > > > > Did i do anything wrong ? Isn't it possible, when you upgrade the kernel, > to > > " upgrade " all the modules by the way ?
Did you configure modules in your kernel config? Did you also run make modules before the make modules_install? --mike