I'm running Redhat 5.2 with the 2.2.0 kernel
I've configured ftape and this is what I get with an Iomega ditto
drive
Windows reports
Iomega tape accelerator
Type 82078-64
I/O range 0370-0375
IRQ 6
DMA 3
Tape Device
Iomega QIC-3020 v2
H/W version 30h
This is an attempt to use
[root@localhost src]# tar cvf /dev/ftape linux
tar: Cannot open /dev/ftape: Device not configured
tar: Error is not recoverable: exiting now
This is /dev
[root@localhost src]# ls -l /dev/ftape
lrwxrwxrwx 1 root root 4 Feb 16 22:56 /dev/ftape ->
rft0
[root@localhost src]# ls -l /dev/rft0
lrwxrwxrwx 1 root root 4 Feb 28 21:41 /dev/rft0 -> qft0
[root@localhost src]# ls -l /dev/qft0
crw------- 1 root root 27, 0 Feb 28 21:41 /dev/qft0
This is log/messages
Feb 28 22:02:35 localhost kernel: [010] fdc-io.c (fdc_config) - fdc
base: 0x3f0, irq: 6, dma: 2.
Feb 28 22:02:35 localhost kernel: [011] fdc-io.c (fdc_probe) - Type
82077AA FDC found.
Feb 28 22:02:41 localhost kernel: [012] ftape-ctl.c
(ftape_activate_drive) - no tape drive found !.
Feb 28 22:02:41 localhost kernel: [013] ftape-ctl.c (ftape_enable) -
ftape_activate_drive(&ftape_status.fti_drive_type) failed: -19.
Feb 28 22:02:41 localhost kernel: [014] zftape-ctl.c (_zft_open) -
ftape_enable failed: -19.
Feb 28 22:02:41 localhost kernel: [015] zftape-init.c (zft_open) -
_ftape_open failed.
what do I try now?
================================================================================
I downloaded latest version and tried to build using make in
usr/src/ftape-4.02
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-fno-strength-reduce
-DTHE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\"
-DBROKEN_FLOPPY_DRIVER -DCONFIG_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 -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=686 -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 `//ftape/lowlevel'
Again help requested
Thanks
Peter Hayes
[EMAIL PROTECTED]
[EMAIL PROTECTED]