Can you please help me out?

I'm using ftape 4.02 on kernel 2.0.36.  It worked fine before I upgraded
from kernel 2.0.34.  My drive is an Iomega Ditto 2GB (no Dash, just
standard FDC), which operates on DMA 3, IRQ 7, addr. 0x370.  I installed
all the drivers and modules, but any attempt to access it brings the
following command-line response:

/dev/qft0: Device not configured

>From /var/log/messages:


Apr  8 21:28:58 localhost kernel: [089] 0      fdc-internal.c
(_fdc_int_detect)
- called with count 0.
Apr  8 21:28:58 localhost kernel: [090] 0      fdc-internal.c
(_fdc_int_detect)
- fdc[0] base: 0x0370, irq: 7, dma: 3.
Apr  8 21:28:58 localhost kernel: [091] 0      ftape-buffer.c
(add_one_buffer) - buffer nr #1 @ 055e4818, dma area @ 00e90000.
Apr  8 21:28:58 localhost kernel: [092] 0      ftape-buffer.c
(add_one_buffer) - buffer nr #2 @ 055e4898, dma area @ 00e88000.
Apr  8 21:28:58 localhost kernel: [093] 0      ftape-buffer.c
(add_one_buffer) - buffer nr #3 @ 055e4918, dma area @ 00e80000.
Apr  8 21:28:58 localhost kernel: [094] 0     ftape-calibr.c
(ftape_calibrate) - calibr_count: 7611, calibr_time: 9997 us.
Apr  8 21:28:58 localhost kernel: [095] 0     ftape-calibr.c
(ftape_calibrate) - TC for `fdc_wait()' = 1313 nsec (at 7611 counts).
Apr  8 21:28:59 localhost kernel: [096] 0     fdc-io.c (fdc_reset) - no
drive polling interrupt!.
Apr  8 21:28:59 localhost kernel: [097] 0       fdc-io.c (__fdc_command)
- fdc not ready.
Apr  8 21:28:59 localhost kernel: [098] 0      fdc-io.c
(__fdc_issue_command) -
__fdc_command(fdc, out_data, out_count) failed: -16.
Apr  8 21:28:59 localhost kernel: [099] 0       fdc-io.c (__fdc_command)
- fdc not ready.
Apr  8 21:28:59 localhost kernel: [100] 0      fdc-io.c
(__fdc_issue_command) -
__fdc_command(fdc, out_data, out_count) failed: -16.
Apr  8 21:28:59 localhost kernel: [101] 0     fdc-io.c (fdc_probe) - No
FDC found.
Apr  8 21:29:00 localhost kernel: [102] 0     fdc-io.c (fdc_reset) - no
drive polling interrupt!.
Apr  8 21:29:00 localhost kernel: [103] 0       fdc-io.c (__fdc_command)
- fdc not ready.
Apr  8 21:29:00 localhost kernel: [104] 0      fdc-io.c
(__fdc_issue_command) -
__fdc_command(fdc, out_data, out_count) failed: -16.
Apr  8 21:29:00 localhost kernel: [105] 0       ftape-buffer.c
(del_one_buffer)
- releasing buffer nr #3 @ 055e4918, dma area @ 00e80000.
Apr  8 21:29:00 localhost kernel: [106] 0       ftape-buffer.c
(del_one_buffer)
- releasing buffer nr #2 @ 055e4898, dma area @ 00e88000.
Apr  8 21:29:00 localhost kernel: [107] 0       ftape-buffer.c
(del_one_buffer)
- releasing buffer nr #1 @ 055e4818, dma area @ 00e90000.
Apr  8 21:29:00 localhost kernel: [108] 0    fdc-io.c (fdc_init) -
fdc_init_one(fdc) failed: -6.
Apr  8 21:29:00 localhost kernel: [109] 0   ftape-ctl.c (ftape_enable) -
fdc_init(ftape) failed: -6.
Apr  8 21:29:00 localhost kernel: [110] 0  zftape-ctl.c (_zft_open) -
ftape_enable(sel) failed: -6.
Apr  8 21:29:00 localhost kernel: [111] 0 zftape-init.c (zft_open) -
_zft_open failed.

>From my "insert" script:
#!/bin/bash
#
# Example module insertion script for ftape-4.x
#
# Please modify to reflect your hardware configuration
#
# isapnp ./isapnp.conf
insmod ./ftape.o ft_fdc_driver=ftape-internal,bpck-fdc:trakker,none,none
ft_tracings=3,3,3,3,3
insmod ./zftape.o ft_major_device_number=27 # ${27-FT_MAJOR}
#
# note: YOU DON'T NEED zft-compressor.o UNLESS you want to decompress
# compressed volumes created by ftape-3.x. Writing of compressed
# volumes is no longer supported.
#
insmod ./zft-compressor.o
#
# note: even the newest modules utilities are broken like hell with
# 2.0 kernels. Try to specify a negative paramenter, i.e. -1, and it
# is interpreted as a string. Try to say: 0xffffffff, and NO, you
# DON'T get -1, but MAXINT. :-(
#
insmod ./ftape-internal.o ft_fdc_fc10=0 ft_fdc_mach2=0 ft_fdc_base=0x370
ft_fdc_dma=3 ft_fdc_irq=7 ft_fdc_threshold=15 ft_fdc_rate_limit=4000
modprobe parport || true # pre-2.1 kernels don't have the parport module
insmod ./trakker.o
insmod ./bpck-fdc.o
#
# maybe your klogd doesn't understand `-i', refer to its man-page ...
#
/usr/sbin/klogd -i


--
____
   /             |      /
  /    _  _      |     / _
 / /| /_ / //|/  | /| / /_  / /  /
/ / | _//_// /   |/ |/  \_ / /_ /_

Jason Weill
[EMAIL PROTECTED]
http://listen.to/weill

AOL Instant Messenger: JasonWeill
                  ICQ: 15697335

Reply via email to