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
-
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/

Reply via email to