Re: ZyXEL GN650-T

From: Francois Romieu
Date: Wed Nov 10 2004 - 16:44:16 EST


sebastian.ionita@xxxxxxxxxxxxxxxx <sebastian.ionita@xxxxxxxxxxxxxxxx> :
[...]
> The kernel compiles but I have 1 unresolved simbole in the via-velocity
> modul
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.28-rc2/kernel/drivers/net/via-velocity.o
> depmod: crc_ccitt_R3771b461

Can you grep for crc_ccitt the output of 'nm lib/lib.a' in your build
tree and check that CONFIG_CRC_CCITT is enabled in your .config ?

crc_ccitt is EXPORT_SYMBOLed by lib/crc-ccitt.c and should be linked in
your new kernel.

--
Ueimor
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/