Estoy intentando compilar el kernel 2.0.34 con la opcion de emulacion-scsi para que me controle una grabadora HP 7100i pero me he encontrado con el siguiente problema. Tras configurar con make menuconfig y al hace make-kpkg sale el error siguiente: --- gcc -D__KERNEL__ -I/usr/src/kernel-source-2.0.34/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o ide.o ide.c In file included from ide.c:311: ide.h:69: #error "SCSI must also be selected" make[4]: *** [ide.o] Error 1 make[4]: Leaving directory `/usr/src/kernel-source-2.0.34/drivers/block' make[3]: *** [first_rule] Error 2 make[3]: Leaving directory `/usr/src/kernel-source-2.0.34/drivers/block' make[2]: *** [sub_dirs] Error 2 make[2]: Leaving directory `/usr/src/kernel-source-2.0.34/drivers' make[1]: *** [linuxsubdirs] Error 2 make[1]: Leaving directory `/usr/src/kernel-source-2.0.34' make: *** [all] Error 2 --- la linea famosa pone: -- #if defined(CONFIG_BLK_DEV_IDESCSI) && !defined(CONFIG_SCSI) #error "SCSI must also be selected" #endif --- Pero en el fichero .config si tengo definido CONFIG_SCSI # # SCSI support # CONFIG_SCSI=m Da igual que ponga y o m ya que el error es el mismo.
Alguien ha podido compilar la emulacion SCSI?? Lo de comentar el mensaje tampoco da resultado. -- Antonio Calvo Rodriguez [EMAIL PROTECTED] -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

