Can someone help?  I (think I) need the MCONFIG parameters for the external
parallel port IOMEGA DITTO tape drive.  I've read over (and over) the
instructions and can't quite figure out what values to comment (in and out).
Is it:

# Note4: The "..._DEV=0" lines determine which device nodes to use
#        with which floppy tape controller (/dev/qft0, ...,
#        /dev/qft3).  In case you have an internal floppy tape plugged
#        into the standard floppy controller and a parallel port
#        floppy tape drive, then leave the "STD_DEV=0" line as it is
#        and uncomment either the option settings for the Trakker or
#        the BackPack tape drive and set either "TRAKKER_DEV=1" or
#        "BPCK_DEV=1" to use the parallel port tape drive using
#        "/dev/qft1".
#
FDC_OPT :=
#
# For a standard floppy tape controller or automatic configuration of
# parallel port floppy tape drives uncomment the following line:
#
#
AUTO_DEV=0
FDC_OPT +=      -DCONFIG_FT_STD_FDC_$(AUTO_DEV) \
                -DCONFIG_FT_AUTO_$(AUTO_DEV)=1

I should leave this uncommented?

Should I comment out the remaining lines?  IE:

#
# For a standard floppy tape controller, uncomment the following line:
#
#STD_DEV=0 <---This one was uncommented in the source file
#FDC_OPT +=      -DCONFIG_FT_STD_FDC_$(STD_DEV) \
                -DCONFIG_FT_INT_$(STD_DEV)=1

etc etc

If someone would email me their MCONFIG file that works with the Ditto, I'd
*REALLY* appreciate it.

And, of course, if there is anything else I need to do...

(Oh yeah, kernel 2.0.36)

--Tom


Reply via email to