On Wed, Mar 16, 2005 at 04:21:12PM +0100, Martin MOKREJ? wrote: > Arjan van de Ven wrote: > >On Wed, 2005-03-16 at 16:03 +0100, Martin MOKREJ?? wrote: > > > >>Hi, > >> does anyone still use 2.4 series kernel? ;) > > >># make dep; make bzImage; make modules > >>[cut] > >># make modules_install > >>[cut] > >>cd /lib/modules/2.4.30-pre3-bk2; \ > >>mkdir -p pcmcia; \ > >>find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} > >>pcmcia > >>if [ -r System.map ]; then /sbin/depmod -ae -F System.map > >>2.4.30-pre3-bk2; fi > >>depmod: *** Unresolved symbols in > >>/lib/modules/2.4.28-pre2/xfree-drm/via_drv.o > > > > > >this is not the module shipped by the kernel.org kernel... > > Right. Sorry that I didn't say it more clearly, but I'm installing > 2.4.30-pre3-bk2 kernel. > cd /usr/src/linux-2.4.30-pre3-bk2 > make dep > make bzImage > make modules > make modules_install > > and then I hit the error about some totally unrelated kernel version in > /lib/modules? :(
Martin, Can you find out why is depmod trying to open /lib/modules/2.4.28-pre2/ ? I've got no clue. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/