Steve,
try to use your streamer on the first slot and your printer on the
second. From your logs it seems that ftape only tries slot 0 with two
different configurations.
Good luck!
Chris
Steve Hill (Sys Admin) wrote:
>
> I'm having problems getting ftape-4.x-1998_11_28 to work with my parallel
> Iomega Ditto 2GB streamer. I attempt to access the streamer (i.e. mt -f
> /dev/qft0 status) and get "/dev/qft0: No such device" after a long wait.
> I'm using linux kernel 2.1.130. I'm using parport support (compiled into
> the kernel, not compiled as a module) and parport detects the ports quite
> happily on boot (although the Ditto doesn't answer the IEEE-1284 probe,
> but I don't know if it should). The following is reported on boot:
>
> ------------------------------
> parport0: PC-style at 0x378, irq 7 [SPP]
> parport0: Printer, EPSON Stylus COLOR 600
> parport1: PC-style at 0x278, irq 5 [SPP,PS2,ECP,ECPPS2]
> parport1: no IEEE-1284 device present.
> lp0: using parport0 (interrupt-driven).
> lp1: using parport1 (interrupt-driven).
> ------------------------------
>
> My Ditto is plujgged into /dev/lp1 and as you can see, I have a printer on
> /dev/lp0.
>
> my /etc/conf.modules contains:
>
> ------------------------------
> alias char-major-27 zftape
> options ftape ft_fdc_driver=bpck-fdc,none,none,none
> ------------------------------
>
> When I attempt to access the streamer for the first time, I get the
> following in the kernel's dmesg message queue:
>
> ------------------------------
> ftape v4.03-pre-2 11/05/98
>
> (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.1.130
> installing QIC-117 floppy tape hardware drive ...
> ftape_init @ 0xc183c220.
> zftape for ftape v4.03-pre-2 11/05/98
> (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.1.130 with versioned symbols
> [000] zftape-init.c (zft_init) - zft_init @ 0xc186e430.
> [001] zftape-init.c (zft_init) - installing zftape VFS interface for ftape driver
>....
> bpck-fdc.c: bpck_fdc_register @ 0xc187b380
> [002] fdc-io.c (fdc_register_R4f14b5b4) - Probing for bpck-fdc tape drive slot 0.
> [003] 0 fdc-parport.h (ft_parport_probe) - dev: c02f8e40.
> [004] 0 fdc-parport.h (ft_parport_probe) - irq: 7.
> [005] 0 fdc-parport.h (ft_parport_probe) - port: 378.
> [006] 0 bpck-fdc.c (bpck_fdc_probe) - Bpck parallel port tape drive interface
>for ftape v4.03-pre-2 11/05/98.
> [007] bpck-fdc.c (bpck_fdc_query_proto) - Got 0xd8, expected either 0xc0 or 0x40.
> [008] 0 fdc-parport.h (ft_parport_probe) - dev: c02f8e40.
> [009] 0 fdc-parport.h (ft_parport_probe) - irq: 5.
> [010] 0 fdc-parport.h (ft_parport_probe) - port: 278.
> [011] 0 bpck-fdc.c (bpck_fdc_probe) - Bpck parallel port tape drive interface
>for ftape v4.03-pre-2 11/05/98.
> [012] bpck-fdc.c (bpck_fdc_switch_proto) - Need delay 1 for proto 0.
> [013] bpck-fdc.c (bpck_fdc_switch_proto) - Need delay 1 for proto 1.
> [014] bpck-fdc.c (bpck_fdc_switch_proto) - Need delay 1 for proto 1.
> [015] bpck-fdc.c (bpck_fdc_log_adapter) - bpck floppy tape at 0x278, mode 1
>(8-bit), delay 1.
> [016] 0 fdc-parport.h (ft_parport_probe) - base: 0x278, irq: 5, number: 1.
> [017] 0 ftape-buffer.c (add_one_buffer) - buffer nr #1 @ c0a3fab0, dma area @
>c187e000.
> [018] 0 ftape-buffer.c (add_one_buffer) - buffer nr #2 @ c0a3f7e0, dma area @
>c187e000.
> [019] 0 ftape-buffer.c (add_one_buffer) - buffer nr #3 @ c0a3f750, dma area @
>c187e000.
> [020] 0 ftape-buffer.c (add_one_buffer) - buffer nr #4 @ c0a3f2d0, dma area @
>c187e000.
> [021] 0 ftape-calibr.c (ftape_calibrate) - calibr_count: 394, calibr_time: 9948
>us.
> [022] 0 ftape-calibr.c (ftape_calibrate) - TC for `fdc_wait()' = 25248 nsec (at
>394 counts).
> [023] 0 fdc-io.c (fdc_reset) - no drive polling interrupt!.
> [024] 0 fdc-io.c (fdc_probe) - Type 82077AA FDC found.
> [025] 0 fdc-io.c (fdc_reset) - no drive polling interrupt!.
> [026] 0 ftape-ctl.c (ftape_activate_drive) - No tape drive found.
> [027] 0 fdc-io.c (fdc_reset) - no drive polling interrupt!.
> [028] 0 ftape-ctl.c (ftape_enable_R7ec0d5d4) - ftape_activate_drive(ftape,
>&ftape->drive_type) failed: -19.
> [029] 0 zftape-ctl.c (_zft_open) - ftape_enable_R7ec0d5d4(sel) failed: -19.
> [030] 0 zftape-init.c (zft_open) - _zft_open failed.
> ------------------------------
>
> Any help would be appreciated. Thanks.