« VCD working | Main | 2.6.7, part II »
July 14, 2004
2.6.7
Building the 2.6.7 kernel, I notice the changes -- no more make dep, modules are now .ko
. I also notice that something's fishy with the ACARD SCSI module:
[root@lethe linux-2.6]# make install make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. 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 atp870u found for kernel 2.6.7 mkinitrd failed make[1]: *** [install] Error 1 make: *** [install] Error 2 [root@lethe linux-2.6]# ls /lib/modules/2.6.7/kernel/drivers/scsi/atp870u.ko /lib/modules/2.6.7/kernel/drivers/scsi/atp870u.ko [root@lethe linux-2.6]#
Furthermore, during the make
, this went by:
Kernel: arch/i386/boot/bzImage is ready Building modules, stage 2. MODPOST CC drivers/ide/pci/amd74xx.mod.o LD [M] drivers/ide/pci/amd74xx.ko CC drivers/scsi/atp870u.mod.o LD [M] drivers/scsi/atp870u.ko
Hmm...
Posted by Mark at July 14, 2004 07:14 AM