Hi,For those who are happy with the Ftape shipped with RH6.0 (2.2 kernel),
try adding the following to /etc/rc.d/rc.local and reboot the system.
# Install the Floppy Tape Driver
if [ -f /lib/modules/`uname -r`/misc/ftape.o ]; then
echo Installing ftape for Linux `uname -r`
insmod /lib/modules/`uname -r`/misc/ftape.o
insmod /lib/modules/`uname -r`/misc/zftape.o
fi
Please note the Ftape shipped with RH6.0 is 3.04d, but not 4.02.
BTW, I believe most people would be more concerned
about how to install Ftape to kernel 2.2 but not how to install
the latest workable Ftape to the kernel.
Enjoy
Michael
