Hello,
was anyone able to make an external Ditto 2G work under Red Hat 6.0
?
I installed the unstable ftape-4.x-1999_09_11 and
ftape-tools-1999_09_11.
After, say, a �ftmt --file='/dev/qft0' status�, all I get is the
message
�ftmt: /dev/qft0: Device not configured� (the Ditto's little orange
light doesn't
even blink once).
Thanks in advance,
Rafael L.O.
Just in case, here goes some detailed information:
* /etc/conf.modules:
alias parport_lowlevel parport_pc
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias char-major-27 zftape
options ftape ft_fdc_driver=bpck-fdc:trakker,none,none,none
* Autoloaded modules:
[root@localhost /root]# lsmod
Module Size Used by
trakker 15104 0 (autoclean)
parport_probe 2884 0 (autoclean)
parport_pc 5012 0 (autoclean)
bpck-fdc 32132 0 (autoclean)
parport 7092 0 (autoclean) [trakker parport_probe
parport_pc bpck-fdc]
zftape 88524 -1 (autoclean)
ftape 146200 0 (autoclean) [trakker bpck-fdc zftape]
* I though it was something wrong with the PC parallel port or the
parport
module, but my printer (a Cannon BJ-200e) works just fine under RH6.0.
* /var/log/messages:
...
ftape v4.03-pre-4 06/30/99
(c) 1993-1996 Bas Laarhoven
(c) 1995-1996 Kai Harrekilde-Petersen
(c) 1996-1998 Claus-Justus Heine ([EMAIL PROTECTED])
QIC-117 driver for QIC-40/80/3010/3020/Ditto 2GB/MAX floppy tape drives.
Compiled for Linux version 2.2.5-15
installing QIC-117 floppy tape hardware drive ...
ftape_init @ 0xc381521c.
zftape for ftape v4.03-pre-4 06/30/99
(c) 1996, 1997 Claus-Justus Heine ([EMAIL PROTECTED])
vfs interface for ftape floppy tape driver.
Support for QIC-113 compatible volume table.
Compiled for Linux version 2.2.5-15 with versioned symbols
[000] zftape-init.c (zft_init) - zft_init @ 0xc384a758.
[001] zftape-init.c (zft_init) - installing zftape VFS interface for
ftape driver ....
bpck-fdc.c: bpck_fdc_register @ 0xc385a434
[002] fdc-io.c (fdc_register) - Probing for bpck-fdc tape drive slot
0.
parport0: PC-style at 0x378 [SPP,PS2,EPP]
parport0: no IEEE-1284 device present.
[003] 0 fdc-parport.h (ft_parport_probe) - dev: c15b0380.
[004] 0 fdc-parport.h (ft_parport_probe) - irq: -1.
[005] 0 fdc-parport.h (ft_parport_probe) - port: 378.
[006] 0 fdc-parport.h (ft_parport_probe) - can't find parport
interface for ftape id 0.
[007] 0 bpck-fdc.c (bpck_fdc_detect) - can't find bpck interface
for ftape id 0.
[008] 0 bpck-fdc.c (bpck_fdc_detect) - ft_parport_probe(fdc,
&bpck->parinfo) failed: -6.
trakker.c: trakker_register @ 0xc3864df4
[009] fdc-io.c (fdc_register) - Probing for trakker tape drive slot
0.
[010] 0 fdc-parport.h (ft_parport_probe) - dev: c15b0380.
[011] 0 fdc-parport.h (ft_parport_probe) - irq: -1.
[012] 0 fdc-parport.h (ft_parport_probe) - port: 378.
[013] 0 fdc-parport.h (ft_parport_probe) - can't find parport
interface for ftape id 0.
[014] 0 trakker.c (trakker_detect) - can't find trakker interface
for ftape id 0.
[015] 0 trakker.c (trakker_detect) - ft_parport_probe(fdc,
&trakker->parinfo) failed: -6.
[016] 0 fdc-io.c (fdc_init) - fdc_search_driver(ftape->drive_sel)
failed: -6.
[017] 0 ftape-ctl.c (ftape_enable) - fdc_init(ftape) failed: -6.
[018] 0 zftape-ctl.c (_zft_open) - ftape_enable(sel) failed: -6.
[019] 0 zftape-init.c (zft_open) - _zft_open failed.
May the Force be with you...