: From: rgrant <[EMAIL PROTECTED]>
: Date: Mon, 27 Sep 1999 01:22:41 -0400
:
: [...]
: When I load the modules (using ./modules/insert) fdc-parport
: cant find my Iomega DittoMax paralell tape drive.
:
: I get the folowing log:
:
: Sep 26 00:42:28 citation kernel: [090] fdc-io.c (fdc_register) - Probing for
:bpck-fdc tape drive slot 1.
: Sep 26 00:42:29 citation kernel: parport0: PC-style at 0x378 [SPP,PS2,EPP]
: Sep 26 00:42:29 citation kernel: parport0: no IEEE-1284 device present.
: Sep 26 00:42:29 citation kernel: [091] 1 fdc-parport.h (ft_parport_probe) - dev:
:c07a58c0.
: Sep 26 00:42:29 citation kernel: [092] 1 fdc-parport.h (ft_parport_probe) - irq: -1.
: Sep 26 00:42:29 citation kernel: [093] 1 fdc-parport.h (ft_parport_probe) - port:
:378.
: Sep 26 00:42:29 citation kernel: [094] 1 fdc-parport.h (ft_parport_probe) - can't
:find parport interface for ftape id 1.
: Sep 26 00:42:29 citation kernel: [095] 1 bpck-fdc.c (bpck_fdc_detect) - can't find
:bpck interface for ftape id 1.
: Sep 26 00:42:29 citation kernel: [096] 1 bpck-fdc.c (bpck_fdc_detect) -
:ft_parport_probe(fdc, &bpck->parinfo) failed: -6.
:
: I had it running fine under 2.0.36 with ftape 4.03-pre-2.
:
: Sounds like an interrupt problem?
Yes, you have to tell parport about the interrupt. The easiest way is
to specify an option to parport_pc in /etc/conf.modules (assuming you
use a modularized kernel):
option parport_pc io=0x378 irq=7
For more information see /usr/src/linux/Documentation/parport.txt
Jochen