Guillaume Rousse <[EMAIL PROTECTED]> writes:
> 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.8-18mdk; fi
> depmod: *** Unresolved symbols in /lib/modules/2.4.8-18mdk/misc/snd-rawmidi.o
> depmod: snd_seq_device_new_Re089bca8
> make: *** [_modinst_post] Erreur 1
>
> 2.4.8-17 was fine, altough.
odd :
(root@petiot)[root]-$ uname -r
2.4.8-18mdk
(root@petiot)[root]-$ depmod -ae
(root@petiot)[root]-$ echo $?
0
look like you have mixed modules and version.