Does ftape 4.02 work with this drive? I'm using RH 5.2 (linux 2.0.36)
and get the following errors when loading the driver and trying
[root@www modules]# ftmt -f /dev/qft0 status
ftmt: /dev/qft0: Device or resource busy
Log file shows:
Sep 9 05:44:21 www kernel: [101] 0 -fdc-io.c (fdc_destroy)
Sep 9 05:44:21 www kernel: [102] 0 -fdc-io.c (fdc_search_driver)
Sep 9 05:44:21 www kernel: [103] 0 fdc-io.c (fdc_init) - fdc_search_driver(f
tape->drive_sel) failed: -16.
Sep 9 05:44:21 www kernel: [104] 0 -fdc-io.c (fdc_init)
Sep 9 05:44:21 www kernel: [105] 0 ftape-ctl.c (ftape_enable) - fdc_init(ftap
e) failed: -16.
Sep 9 05:44:21 www kernel: [106] 0 -ftape-ctl.c (ftape_enable)
Sep 9 05:44:21 www kernel: [107] 0 zftape-ctl.c (_zft_open) - ftape_enable(sel
) failed: -16.
Sep 9 05:44:21 www kernel: [108] 0 -zftape-ctl.c (_zft_open)
Sep 9 05:44:21 www kernel: [109] 0 zftape-init.c (zft_open) - _zft_open failed.
Sep 9 05:44:21 www kernel: [110] 0-zftape-init.c (zft_open)
lsmod returns:
# /sbin/lsmod
Module Pages Used by
ftape-internal 3 0
zftape 20 0
ftape 34 [ftape-internal zftape] 0
ip_alias 1 12 (autoclean)
eepro100 3 1 (autoclean)
and the insert script less comments reads:
#!/bin/bash
# isapnp ./isapnp.conf
/sbin/insmod ./ftape.o ft_fdc_driver=ftape-internal,none,none,none ft_tracings=6
,3,3,3,3
/sbin/insmod ./zftape.o ft_major_device_number=27 # ${27-FT_MAJOR}
#insmod ./zft-compressor.o
/sbin/insmod ./ftape-internal.o ft_fdc_fc10=0 ft_fdc_mach2=0 ft_fdc_base=0x3f0 f
t_fdc_dma=2 ft_fdc_threshold=15 ft_fdc_rate_limit=4000
#/sbin/modprobe parport || true # pre-2.1 kernels don't have the parport module
#/sbin/insmod ./trakker.o
#/sbin/insmod ./bpck-fdc.o
#/usr/sbin/klogd -i
Any help would be greatly appreciated. I've been through the FAQ,
How-To, manual, Install and ftape.txt several times each, but to no
avail.