Steve,
sorry for the late response.
It seems that something else occupies interrupt 5 (Do a "cat
/proc/interrupts" to find out). Most of the time, the "culprit" is a
sound card configured at 0x220, irq 5. Compile sound as a module and be
sure the sound module is not loaded when you try to access your drive.
As a hint in a different direction: try EPP instead of ECP.
Chris
Steve Hill (Sys Admin) wrote:
>
> On Wed, 13 Jan 1999, Chris Karakas wrote:
>
> > OK, then try adding the following line in your /etc/conf.modules:
> >
> > options bpck-fdc ft_fdc_parport=1
>
> hmm, it found the drive again, but still complains about "No polling
> interrupt"... :(
>
> ------------
> (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: c0913110.
> [004] 0 fdc-parport.h (ft_parport_probe) - irq: 5.
> [005] 0 fdc-parport.h (ft_parport_probe) - port: 278.
> [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_switch_proto) - Need delay 1 for proto 0.
> [008] bpck-fdc.c (bpck_fdc_switch_proto) - Need delay 1 for proto 1.
> [009] bpck-fdc.c (bpck_fdc_switch_proto) - Need delay 1 for proto 1.
> [010] bpck-fdc.c (bpck_fdc_log_adapter) - bpck floppy tape at 0x278, mode 1
>(8-bit), delay 1.
> [011] 0 fdc-parport.h (ft_parport_probe) - base: 0x278, irq: 5, number: 1.
> [012] 0 ftape-buffer.c (add_one_buffer) - buffer nr #1 @ c0da2a30, dma area @
>c187e000.
> [013] 0 ftape-buffer.c (add_one_buffer) - buffer nr #2 @ c08455c0, dma area @
>c187e000.
> [014] 0 ftape-buffer.c (add_one_buffer) - buffer nr #3 @ c0845650, dma area @
>c187e000.
> [015] 0 ftape-buffer.c (add_one_buffer) - buffer nr #4 @ c0845530, dma area @
>c187e000.
> [016] 0 ftape-calibr.c (ftape_calibrate) - calibr_count: 394, calibr_time: 9948
>us.
> [017] 0 ftape-calibr.c (ftape_calibrate) - TC for `fdc_wait()' = 25248 nsec (at
>394 counts).
> [018] 0 fdc-io.c (fdc_reset) - no drive polling interrupt!.
> [019] 0 fdc-io.c (fdc_probe) - Type 82077AA FDC found.
> [020] 0 fdc-io.c (fdc_reset) - no drive polling interrupt!.
> [021] 0 ftape-ctl.c (ftape_activate_drive) - No tape drive found.
> [022] 0 fdc-io.c (fdc_reset) - no drive polling interrupt!.
> [023] 0 ftape-ctl.c (ftape_enable_R7ec0d5d4) - ftape_activate_drive(ftape,
>&ftape->drive_type) failed: -19.
> [024] 0 zftape-ctl.c (_zft_open) - ftape_enable_R7ec0d5d4(sel) failed: -19.
> [025] 0 zftape-init.c (zft_open) - _zft_open failed.
> -----------
>
> - Steve