Hello Tony,

Sorry, for replying so late, but i haven't read the mailing lists,
lately.

On Jun 13, Tony Laszlo sent his /var/log/messages:
> [001]   zftape-init.c (zft_init) - installing zftape VFS interface for ftape driver 
>.... 
> trakker.c: trakker_register @ 0xc485dde0 
> [002]    fdc-io.c (fdc_register_R7d7204fe) - Probing for trakker tape drive slot 0. 
> [003] 0   fdc-parport.h (ft_parport_probe_one) - base: 0x0378, irq: -1. 

This shows a big problem: Ftape doesn't know that you have
CONFIG_PNP_PARPORT enabled.  The method ft_parport_probe_one is only
used for the non parport case.

Have you set this option in your kernel configuration?  Is
/usr/src/linux (or whatever the variable in MCONFIG points to) the
right directory, where you recompiled the kernel?  And did you "make
distclean" and recompile ftape _after_ compiling the kernel?

  Jochen

Reply via email to