Sorry Tom, but the configuration you provided me does not work.
If I use it I get the following error:
gcc -D__KERNEL__ -I/usr/src/linux-2.2.10/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -D__SMP__ -DCONFIG_VISWS_HACKS -pipe -fno-strength-reduce
-m486
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -DMODULE
-DMODVERSIONS -include /usr/src/linux-2.2.10/include/linux/modversions.h -c
-o qla1280.o qla1280.c
qla1280.c:5890: `QLA1280_LINUX_TEMPLATE' undeclared here (not in a function)
make[2]: *** [qla1280.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.10/drivers/scsi'
make[1]: *** [_modsubdir_scsi] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.10/drivers'
make: *** [_mod_drivers] Error 2
But this can be solved declaring QLogic 1X80 SCSI Support (in SCSI low-level
drivers) <*>
instead of <M>.
Then after modules and vmlinux creation, as soon as I try to reboot with the
new kernel ..
The boot goes ahead untill ..
Freeing unused krnel memory: 88 K freed
INIT: Version 2.76 booting
and then the system blocks!
If I try to go back and reboot using the old single user version
i get :
...
Remounting root file system in read-write mode
Finding module dependencies
and the system blocks!
in despair!
Gabriele
|