First, Iy you get the ditto max parellel to compleatly work,
let me know how.
Now for your problem, looking in the log I see irq:-1
this is what you get when you do not give a irq #.
giveing this info to bpck-fdc seems pointless when I tryed
to do it that way, it ignored it.
What you got to do is give the info to parport_pc.
This is what my conf.modules looks like:
alias parport_lowlevel parport_pc
options parport_pc io=0x378 irq=7 dma=3
alias char-major-27 zftape
options ftape ft_fdc_driver=bpck-fdc,none,none,none ft_tracings=3,3,3,3
options bpck-fdc ft_fdc_parport=0 ft_fdc_threshold=15
ft_fdc_rate_limit=4000
pre-install ftape-internal /sbin/swapout 15
I seem to be able to write to the tape just fine, but I am geting
i/o read errors about an hour into the varify.
If some one could help me with this I would be greatfull.
Jim,
Bryan Kim wrote:
>
> Well, I just compiled the unstable version of ftape. I use Debian 2.1
> with kernel 2.2.12. Everything compiled cleanly, or so it seems. I am
> trying to get my iomega ditto max parallel port version to work with
>
> I install modules in the following order.
>
> insmod ftape
> insmod zftape
> insmod bpck-fdc
>
> Then I try " tar df /dev/qft0 " and it says
>
> tar: Cannot open /dev/qft0: Operation not supported by device
> tar: Error is not recoverable: exiting now
>
> Then I looked at dmesg, and it gave me lines like the following.
>
>
> How do I configure this?