Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 1997 02:11:34 -0400
From:      Michael Alwan <alwan@rma.edu>
To:        questions@freebsd.org
Subject:   qic-80 floppy tape not detected
Message-ID:  <3359B395.1095E783@rma.edu>

next in thread | raw e-mail | index | archive | help
To all:

Before I start moving cables around, I wonder if anyone has a short
answer for this question:  I configured my kernel aka the instructions
in the FAQ (release 2.2.1) for my ole' iomega qic-80 floppy tape
drive--in fact, I tried several configurations.  No sign that the drive
is or isn't being recognized at bootup.  The same thing (doesn't) happen
with the 2.2.1 boot.flp.  As far as I know, the qic-80 drive is
connected in the usual way to fdc0 via a tee-cable.  It works fine in MS
Windows.  Appended is my kernel configuration file--note that I have
only one 3.5 in. floppy, and I have tried designating the tape drive as
both "drive 1" and "drive 2."  For no good reason, I stripped all unused
devices from the config file--this is really me complete mernel
configuration file, named ALWANKERNEL. Any help would be
appreciated!--didn't see anything quite relevant in the archives.

Thanks,

Michael Alwan



#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# For more information read the handbook part System Administration ->
# Configuring the FreeBSD Kernel -> The Configuration File.
# The handbook is available in /usr/share/doc/handbook or online as
# latest version from the FreeBSD World Wide Web server
# <URL:http://www.FreeBSD.ORG/>;
#
# An exhaustive list of options and more detailed explanations of the
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in
LINT.
#
#       $Id: GENERIC,v 1.77.2.4 1997/02/22 20:31:24 joerg Exp $

machine         "i386"
cpu             "I586_CPU"
ident           ALWANKERNEL
maxusers        10

options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options         NFS                     #Network Filesystem
options         MSDOSFS                 #MSDOS Filesystem
options         "CD9660"                #ISO 9660 Filesystem
options         PROCFS                  #Process filesystem
options         KERNFS                  #Kernel filesystem
options         LFS                     #Log filesystem
options         MFS                     #Memory filesystem

options         "COMPAT_43"             #Compatible with BSD 4.3 [KEEP
THIS!]
options         BOUNCE_BUFFERS          #include support for DMA bounce
buffers
options         UCONSOLE                #Allow users to grab the console
options         FAILSAFE                #Be conservative
options         USERCONFIG              #boot -c editor
options         VISUAL_USERCONFIG       #visual boot -c editor
options         INCLUDE_CONFIG_FILE     # Include this file in kernel
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG
options         "MD5"

config          kernel  root on wd0

controller      isa0
controller      pci0

controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2 flags 0x1
vector f
dintr
disk            fd0     at fdc0 drive 0
disk            fd1     at fdc0 drive 1
tape            ft0     at fdc0 drive 2
controller      wdc0    at isa? port "IO_WD1" bio irq 14 vector wdintr
disk            wd0     at wdc0 drive 0
#disk           wd1     at wdc0 drive 1
controller      wdc1    at isa? port "IO_WD2" bio irq 15 vector wdintr
disk            wd2     at wdc1 drive 0
disk            wd3     at wdc1 drive 1
options         ATAPI           #Enable ATAPI support for IDE bus
options         ATAPI_STATIC    #Don't do it as an LKM
device          wcd0    #IDE CD-ROM

controller      snd0


# syscons is the default console driver, resembling an SCO console
device          sc0     at isa? port "IO_KBD" tty irq 1 vector scintr
options         XSERVER                 # include code for XFree86
options         FAT_CURSOR              # start with block cursor

# Mandatory, don't remove
device          npx0    at isa? port "IO_NPX" irq 13 vector npxintr


device          sio0    at isa? port "IO_COM1" tty irq 4 vector siointr
device          sio1    at isa? port "IO_COM2" tty irq 3 vector siointr
device          sio2    at isa? disable port "IO_COM3" tty irq 5 vector
siointr
device          sio3    at isa? disable port "IO_COM4" tty irq 9 vector
siointr

device          lpt0    at isa? port? tty irq 7 vector lptintr

device          joy0    at isa? port "IO_GAME"

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.


pseudo-device   loop
pseudo-device   log
pseudo-device   sl      1
# ijppp uses tun instead of ppp device
pseudo-device   tun     1
pseudo-device   pty     16
pseudo-device   gzip            # Exec gzipped a.out's
pseudo-device   speaker

# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
options         KTRACE          #kernel tracing



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3359B395.1095E783>