Re: [Cooker] 2.4.8-18: pcmcia error returns

2001-09-04 Thread Chmouel Boudjnah

Guillaume Rousse <[EMAIL PROTECTED]> writes:

> Sorry, i just find this error message comes at installation stage (make 
> module_install), not compilation stage. I guess it will be solved at next 
> reboot

do a rm -rf /lib/modules/2.4.8-18mdk/ before make install (and only before).




Re: [Cooker] 2.4.8-18: pcmcia error returns

2001-09-04 Thread Guillaume Rousse

Ainsi parlait Guillaume Rousse :
> Ainsi parlait Chmouel Boudjnah :
> > odd :
> >
> > (root@petiot)[root]-$ uname -r
>
> ^ don't remember this one in Star Wars :-)
> [..]
>
> > look like you have mixed modules and version.
>
> You're right. I was sure i did a make mrproper before :-/ Should have
> dreamed.
Sorry, i just find this error message comes at installation stage (make 
module_install), not compilation stage. I guess it will be solved at next 
reboot
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://bohm.snv.jussieu.fr/~rousse/gpgkey.html




Re: [Cooker] 2.4.8-18: pcmcia error returns

2001-09-04 Thread Guillaume Rousse

Ainsi parlait Chmouel Boudjnah :
> odd :
>
> (root@petiot)[root]-$ uname -r
^ don't remember this one in Star Wars :-)
[..]
 
> look like you have mixed modules and version.

You're right. I was sure i did a make mrproper before :-/ Should have dreamed.
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://bohm.snv.jussieu.fr/~rousse/gpgkey.html




Re: [Cooker] 2.4.8-18: pcmcia error returns

2001-09-04 Thread Chmouel Boudjnah

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.