Bon malgrés mopn inexpérience, je me lance dans la complile d'un nouveau kernel, hitsoire d'apprendre. Pi je pense pas riisquer grand chose, j'ai toujours mon autre kernel en réserve si ma "création" merdait !
Après qq longs moments à éplucher les qq réglages possibles dans xconfig (...), je compile le tout :
make bzImage : ça roule ;
make modules : ça roule ;
make modules_install : ça roule toujours !!!
Jusque là, j'suis assez content de moi ...
make install : heu là, ça merde cause trouve pas le module de la carte SCSI que j'ai pourtant bien spécifié dans le xconfig.
Voilà l'écran :
[root@localhost linux]# make install
make install
make[1]: << arch/i386/kernel/asm-offsets.s >> est ? jour.
CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.7/arch/i386/boot/install.sh 2.6.7 arch/i386/boot/bzImage System.map ""
No module dc395x_trm found for kernel 2.6.7, aborting.
No module dc395x_trm found for kernel 2.6.7, aborting.
There was an error when generating initrd. Try to do a :
/sbin/mkinitrd /boot/initrd-2.6.7.img 2.6.7
to see the errors
Comment celà est-il possible vu que le module est bien sensé avoir été créé ???