Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 1998 12:06:47 -0400
From:      David Turner <turner@smartweb.net>
To:        questions@FreeBSD.ORG
Subject:   tape drives
Message-ID:  <35D46097.5C50@smartweb.net>

next in thread | raw e-mail | index | archive | help
Friends at FreeBSD,

I am running 2.2.5 on an I386 and I am having trouble installing a
Colorado t3000. I edited the config file like this:

controller  fdc0  at isa? port "IO_FD1" bio irq 6 drq 2 flags 0x1 vector
fdintr
disk        fd0   at fdc0 drive 0                 
disk        fd1   at fdc0 drive 1
tape        ft0   at fdc0 drive 2

then I recompiled the kernel.

then MAKEDEV /ft0

the results of dmesg are:

$ dmesg
Copyright (c) 1992-1997 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California.  All rights
reserved.
 
FreeBSD 2.2.5-RELEASE #0: Sat Aug 14 10:52:09 GMT 1999
    root@nts.ntscomputer.com:/usr/src/sys/compile/NTS
CPU: Pentium (99.99-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x525  Stepping=5
  Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 150994944 (147456K bytes)
avail memory = 143142912 (139788K bytes)
Probing for devices on PCI bus 0:
chip0 <generic PCI bridge (vendor=1004 device=0005 subclass=0)> rev 1 on
pci0:0
chip1 <generic PCI bridge (vendor=1004 device=0006 subclass=1)> rev 1 on
pci0:1
vga0 <VGA-compatible display device> rev 0 int a irq ?? on pci0:15
wdc0 <CMD 640B IDE> rev 2 int a irq 14 on pci0:16
ed2 <NE2000 PCI Ethernet (RealTek 8029)> rev 0 int a irq 9 on pci0:18
ed2: address 52:54:00:dc:ac:69, type NE2000 (16 bit)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
ed0 not found at 0x280
ed1 not found at 0x300
fe0 not found at 0x300
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
lpt1 not found at 0xffffffff
mse0 not found at 0x23c
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 flags 0x1 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: config-pretended 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: CMD640B workaround enabled
wdc0: unit 0 (wd0): <WDC AC34300L>
wd0: 4104MB (8406720 sectors), 8896 cyls, 15 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <SANYO   CRD-820P/1.04>, removable, dma, iordis
wcd0: 689/3445Kb/sec, 256Kb cache, audio play, 256 volume levels,
ejectable tray
wcd0: no disc inside, unlocked
bt0 not found at 0x330
uha0 not found at 0x330
aha0 not found at 0x330
aic0 not found at 0x340
nca0 not found at 0x1f88
nca1 not found at 0x350
sea0 not found
wt0 not found at 0x300
mcd0 not found at 0x300
matcdc0 not found at 0x230
scd0 not found at 0x230
ie0: unknown board_id: f000
ie0 not found at 0x300
ie1: unknown board_id: f000
ie1 not found at 0x360
ep0 not found at 0x300
ex0 not found at 0x300
le0 not found at 0x300
lnc0 not found at 0x280
ze0 not found at 0x300
zp0 not found at 0x300
npx0 flags 0x1 on motherboard
npx0: INT 16 interface


I do not see ft0 and thought that I should see it with dmesg.

whenever I try to mount ft0 I get "unknown special file or file system"

or if I try 

# tar cvzf - /usr | ft /usr 

I get;

tar: Removing leading / from absolute path names in the
archive./dev/rft0: Devic
e not configured

usr/
usr/bin/
usr/bin/cu
usr/bin/uucp
#      

Any ideas?

Thanks 

David Turner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35D46097.5C50>