Hello,
I need help installing the ftape-4.02.
I read the documents but I hit, what I think a programming
error. And I really do not beleive this is the case but I
can not see how to solve my ptoblem. So...
I am somehow new with Linux (aren't we all??)
I am running SuSE Linux 6.2 with kernel 2.2.10.
I try to use a Summit SE120 floppy tape unit.
I downloaded ftape-4.02 as recommended.
I looked and edited the ./MCONFIG file to refelct my settings.
I typed 'make' (without the quotes) and hit 2 errors.
The output of the make is here:
bash-2.03# make
for i in ftape ; do make -C $i all ; done
make[1]: Entering directory `/usr/ftape/ftape-4.02/ftape'
for i in setup lowlevel internal parport zftape compressor; \
do \
make -C $i NODEP=true versions; \
done
make[2]: Entering directory `/usr/ftape/ftape-4.02/ftape/setup'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/ftape/ftape-4.02/ftape/setup'
make[2]: Entering directory `/usr/ftape/ftape-4.02/ftape/lowlevel'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/ftape/ftape-4.02/ftape/lowlevel'
make[2]: Entering directory `/usr/ftape/ftape-4.02/ftape/internal'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/ftape/ftape-4.02/ftape/internal'
make[2]: Entering directory `/usr/ftape/ftape-4.02/ftape/parport'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/ftape/ftape-4.02/ftape/parport'
make[2]: Entering directory `/usr/ftape/ftape-4.02/ftape/zftape'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/ftape/ftape-4.02/ftape/zftape'
make[2]: Entering directory `/usr/ftape/ftape-4.02/ftape/compressor'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/usr/ftape/ftape-4.02/ftape/compressor'
set -e; for i in setup lowlevel internal parport zftape compressor; do
make -C
$i modules; done
make[2]: Entering directory `/usr/ftape/ftape-4.02/ftape/setup'
make[2]: Leaving directory `/usr/ftape/ftape-4.02/ftape/setup'
make[2]: Entering directory `/usr/ftape/ftape-4.02/ftape/setup'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/usr/ftape/ftape-4.02/ftape/setup'
make[2]: Entering directory `/usr/ftape/ftape-4.02/ftape/lowlevel'
make[2]: Leaving directory `/usr/ftape/ftape-4.02/ftape/lowlevel'
make[2]: Entering directory
`/usr/ftape/ftape-4.02/ftape/lowlevel'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-fno-strength-reduce -DT
HE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\"
-DBROKEN_FLOPPY_DRIVER -DCONF
IG_FT_PROC_FS -DCONFIG_FT_STD_FDC_0 -DCONFIG_FT_INT_0=1
-DCONFIG_FTAPE_MODULE
-DCONFIG_FT_INTERNAL_MODULE -DCONFIG_FT_TRAKKER_MODULE
-DCONFIG_FT_BPCK_MODULE
-DCONFIG_ZFTAPE_MODULE -DCONFIG_ZFT_COMPRESSOR_MODULE -DMODULE
-D__KERNEL__ -I.
-I../../include -I/usr/src/linux/include -m386 -DCPU=386 -c
ftape-init.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-fno-strength-reduce -DT
HE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\"
-DBROKEN_FLOPPY_DRIVER -DCONF
IG_FT_PROC_FS -DCONFIG_FT_STD_FDC_0 -DCONFIG_FT_INT_0=1
-DCONFIG_FTAPE_MODULE
-DCONFIG_FT_INTERNAL_MODULE -DCONFIG_FT_TRAKKER_MODULE
-DCONFIG_FT_BPCK_MODULE
-DCONFIG_ZFTAPE_MODULE -DCONFIG_ZFT_COMPRESSOR_MODULE -DMODULE
-D__KERNEL__ -I.
-I../../include -I/usr/src/linux/include -m386 -DCPU=386 -c fdc-io.c
fdc-io.c: In function `fdc_interrupt_wait':
fdc-io.c:433: structure has no member named `timeout'
fdc-io.c:454: structure has no member named `timeout'
make[2]: *** [fdc-io.o] Error 1
make[2]: Leaving directory `/usr/ftape/ftape-4.02/ftape/lowlevel'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/ftape/ftape-4.02/ftape'
make: *** [all] Error 2
bash-2.03#
The LINUX_LOCATION is correct according to me.
I do have a .config in the /usr/src/linux.
I do not know why I have this error. Anybody got a clue?
Thank you very much.
Martin