On modules_install:

cd /lib/modules/2.4.3-pre6; \
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.3-pre6; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.3-pre6/kernel/drivers/net/pcnet32.o
depmod:         is_valid_ether_addr


Note: if you need more info, use [EMAIL PROTECTED]

-
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