Hi,
I have a problem with my new kernel 2.2.13, and my old
iomega tape 250 (floppy tape QIC-80)
>mt -f /dev/rft0 rewind
mt: /dev/rft0: No such device
But the devices exist
crw-rw---- 1 root disk 27, 4 Jul 23 01:05 /dev/nrft0
crw-rw---- 1 root disk 27, 5 Jul 23 01:05 /dev/nrft1
crw-rw---- 1 root disk 27, 0 Jul 23 01:05 /dev/rft0
crw-rw---- 1 root disk 27, 1 Jul 23 01:05 /dev/rft1
and the module is loaded
>lsmod
Module Size Used by
ftape 111544 0 (unused)
My ftape config is set to
# Ftape, the floppy tape device driver
CONFIG_FTAPE=m
# CONFIG_ZFTAPE is not set
CONFIG_FT_NR_BUFFERS=3
CONFIG_FT_PROC_FS=y
# CONFIG_FT_NORMAL_DEBUG is not set
CONFIG_FT_FULL_DEBUG=y
# CONFIG_FT_NO_TRACE is not set
# CONFIG_FT_NO_TRACE_AT_ALL is not set
CONFIG_FT_STD_FDC=y
# CONFIG_FT_MACH2 is not set
# CONFIG_FT_PROBE_FC10 is not set
# CONFIG_FT_ALT_FDC is not set
CONFIG_FT_FDC_THR=8
CONFIG_FT_FDC_MAX_RATE=2000
CONFIG_FT_ALPHA_CLOCK=0
The kernel log doesn�t sound bad!
kernel: ftape v3.04d 25/11/97
kernel: (c) 1993-1996 Bas Laarhoven ([EMAIL PROTECTED])
kernel: (c) 1995-1996 Kai Harrekilde-Petersen ([EMAIL PROTECTED])
kernel: (c) 1996-1997 Claus-Justus Heine ([EMAIL PROTECTED])
kernel: QIC-117 driver for QIC-40/80/3010/3020 floppy tape drives
kernel: Compiled for Linux version 2.2.13
kernel: [000] ftape-init.c (ftape_init) - installing QIC-117 floppy tape hardware
drive ... .
kernel: [001] ftape-init.c (ftape_init) - ftape_init @ 0xccf5304c.
kernel: [002] ftape-buffer.c (add_one_buffer) - buffer nr #1 @ c4b80640, dma area @
c0e58000.
kernel: [003] ftape-buffer.c (add_one_buffer) - buffer nr #2 @ c4b80be0, dma area @
c0aa8000.
kernel: [004] ftape-buffer.c (add_one_buffer) - buffer nr #3 @ c4b801e0, dma area @
c0b08000.
kernel: [005] ftape-calibr.c (time_inb) - inb() duration: 1335 nsec.
kernel: [006] ftape-calibr.c (ftape_calibrate) - TC for `ftape_udelay()' = 431 nsec
(at 20479 counts).
kernel: [007] ftape-calibr.c (ftape_calibrate) - TC for `fdc_wait()' = 3246 nsec (at
2559 counts).
>cat /proc/ftape
Kernel Driver
version : ftape v3.04d 25/11/97
used data rate: 500 kbit/sec
dma memory : 96 kb
debug messages: informational
Tape Drive
vendor id : 0x0000
drive name: <NULL>
wind speed: 0 ips
wakeup : Unknown
max. rate : 500 kbit/sec
...
Can you help me?
Thanks in advance
Frank
As I tryed to compile the version 4.02 or 4.03-pre-2 I got the error:
fdc-io.c: In function `fdc_interrupt_wait':
fdc-io.c:433: structure has no member named `timeout'
fdc-io.c:454: structure has no member named `timeout'
make[2]: *** [fdc-io.o] Error 1
make[2]: Leaving directory `/usr/src/ftape-4.03-pre-2/ftape/lowlevel'