From owner-freebsd-questions Tue Jun 9 19:14:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25980 for freebsd-questions-outgoing; Tue, 9 Jun 1998 19:14:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mcfeely.interaccess.com (mcfeely.interaccess.com [207.70.126.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25960 for ; Tue, 9 Jun 1998 19:14:32 -0700 (PDT) (envelope-from hysterx@interaccess.com) Received: from interaccess.com (d130.tcg1.interaccess.com [207.208.101.130]) by mcfeely.interaccess.com (8.8.5/8.7.5) with ESMTP id VAA12567 for ; Tue, 9 Jun 1998 21:14:16 -0500 (CDT) Message-ID: <357DEC0B.CA9289CF@interaccess.com> Date: Tue, 09 Jun 1998 21:14:36 -0500 From: "Dave C." X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: scsi tape problems..aha0 Content-Type: multipart/alternative; boundary="------------ACC340713F492D2F4203C27B" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------ACC340713F492D2F4203C27B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit hello, I know that this is not totally in all ways freeBSD's doing but as I am new to most of the UNIX world I would like to see if you have any more expertise than I in this matter. I have an adaptec 1542cf SCSI adapter that I installed and configured today. The only thing on the adapter is an older mountain 4mm DAT(identified as WANG DAT). I configured the kernel with aha0 and port 0x234 and the rest left default as it was in the kernel. Upon config, make , install and reboot the SCSI adapter seems to get initilised fine .. Dmesg prints this message: aha0 at 0x234-0x237 irq 11 drq 7 on isa aha0 waiting for scsi devices to settle and the tape drive gets started with the following message which also seems normal: (aha0:6:0): "WangDAT Model 3100 02.2" type 1 removable SCSI 2 st0(aha0:6:0): Sequential-Access density code 0x13, drive empty well the drive isn't empty though. but other than that no errors occur untill I try to do anything with the drive. I try any command ..mt tar newfs..etc. and the device times out giving me the following message: st0(aha0:6:0): timed out st0(aha0:6:0): timed out AGAIN The tapes in the drive are from an old Novell server (bleh) and I wish to use them for my purposes. They are pretty new with very few back ups to them. I have searched the mail archives and found one instance of the same message but the user's tape drive worked for awhile and there was no response to his letter. Ive heard in the Linux enviroment that the 1542 "C" series has problems with the cables...impedance maybe I don't quite remember. But before I persue this Im wondering since the rest of BSD's configuration was a dream and handled by people who apparently knew their stuff, that you would have heard of this problem before and might possibly know another solution to fix it. As far as I can tell there is no other device(s) using IRQ 11 nor trying to use the base address of the scsi card. The bios is disabled on the card by the looks of the switch on the card. in my experiance which is not much I don't know what else to persue. Can anyone tell me what I might be able to do to further diagnose or fix this? Ill suply my entire dmesg if that helps any. Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.6-STABLE #11: Tue Jun 9 19:08:50 CDT 1998 root@hysterx.lamer.is.i.org:/usr/src/sys/compile/HYSTERX CPU: Pentium II (232.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x634 Stepping=4 Features=0x80f9ff real memory = 33554432 (32768K bytes) avail memory = 30502912 (29788K bytes) Probing for devices on PCI bus 0: chip0 rev 2 on pci0:0:0 chip1 rev 1 on pci0:7:0 chip2 rev 0 on pci0:7:1 vga0 rev 68 int a irq 11 on pci0:11:0 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x250-0x25f irq 5 maddr 0xc8000 msize 8192 on isa ed0: address 02:60:8c:d8:69:d1, type 3c503 (16 bit) sio2 at 0x3e8-0x3ef irq 4 on isa sio2: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface psm0 at 0x60-0x64 irq 12 on motherboard psm0: model MouseMan+, device ID 0 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 2014MB (4124736 sectors), 4092 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 2441MB (4999680 sectors), 4960 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, intr, dma, iordis wcd0: 3445Kb/sec, audio play, 255 volume levels, ejectable tray wcd0: 120mm data disc loaded, unlocked aha0 at 0x234-0x237 irq 11 drq 7 on isa aha0 waiting for scsi devices to settle (aha0:6:0): "WangDAT Model 3100 02.2" type 1 removable SCSI 2 st0(aha0:6:0): Sequential-Access density code 0x13, drive empty npx0 flags 0x1 on motherboard npx0: INT 16 interface Thank you very much in advance for the trouble.. Dave --------------ACC340713F492D2F4203C27B Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit hello,

 I know that this is not totally in all ways freeBSD's doing but as I am new to most of the UNIX world I would like to
see if you have any more expertise than I in this matter. I have an adaptec 1542cf SCSI adapter that I installed and configured today. The only thing on the adapter is an older mountain 4mm DAT(identified as WANG DAT).
I configured the kernel with aha0 and port 0x234 and the rest left default as it was in the kernel. Upon config, make , install and reboot the SCSI adapter seems to get initilised fine .. Dmesg prints this message:

aha0 at 0x234-0x237 irq 11 drq 7 on isa
aha0 waiting for scsi devices to settle

and the tape drive gets started with the following message which also seems normal:

(aha0:6:0): "WangDAT Model 3100 02.2" type 1 removable SCSI 2
st0(aha0:6:0): Sequential-Access density code 0x13,  drive empty

well the drive isn't empty though. but other than that no errors occur untill I try to do anything with the
drive. I try any command ..mt tar newfs..etc. and the device times out giving me the following message:

st0(aha0:6:0): timed out
st0(aha0:6:0): timed out  AGAIN

The tapes in the drive are from an old Novell server (bleh) and I wish to use them for my purposes. They are pretty
new with very few back ups to them. I have searched the mail archives and found one instance of the same message but the user's tape drive worked for awhile and there was no response to his letter. Ive heard in the Linux enviroment that the 1542 "C" series has problems with the cables...impedance maybe I don't quite remember. But before I persue this Im wondering since the rest of BSD's configuration was a dream and handled by people who apparently knew their stuff, that you would have heard of this problem before and might possibly know another solution to fix it.

As far as I can tell there is no other device(s) using IRQ 11 nor trying to use the base address of the scsi card.
The bios is disabled on the card by the looks of the switch on the card.

in my experiance which is not much I don't know what else to persue. Can anyone tell me what I might be able to do to further diagnose or fix this? Ill suply my entire dmesg if that helps any.

Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California.  All rights reserved.

FreeBSD 2.2.6-STABLE #11: Tue Jun  9 19:08:50 CDT 1998
    root@hysterx.lamer.is.i.org:/usr/src/sys/compile/HYSTERX
CPU: Pentium II (232.67-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x634  Stepping=4
  Features=0x80f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,MMX>
real memory  = 33554432 (32768K bytes)
avail memory = 30502912 (29788K bytes)
Probing for devices on PCI bus 0:
chip0 <Intel 82440FX (Natoma) PCI and memory controller> rev 2 on pci0:0:0
chip1 <Intel 82371SB PCI-ISA bridge> rev 1 on pci0:7:0
chip2 <Intel 82371SB IDE interface> rev 0 on pci0:7:1
vga0 <VGA-compatible display device> rev 68 int a irq 11 on pci0:11:0
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
ed0 at 0x250-0x25f irq 5 maddr 0xc8000 msize 8192 on isa
ed0: address 02:60:8c:d8:69:d1, type 3c503 (16 bit)
sio2 at 0x3e8-0x3ef irq 4 on isa
sio2: type 16550A
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
psm0 at 0x60-0x64 irq 12 on motherboard
psm0: model MouseMan+, device ID 0
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <WDC AC22100H>
wd0: 2014MB (4124736 sectors), 4092 cyls, 16 heads, 63 S/T, 512 B/S
wdc0: unit 1 (wd1): <WDC AC22500L>
wd1: 2441MB (4999680 sectors), 4960 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <SAMSUNG SCR-2030/  J 1S20>, removable, intr, dma, iordis
wcd0: 3445Kb/sec, audio play, 255 volume levels, ejectable tray
wcd0: 120mm data disc loaded, unlocked
aha0 at 0x234-0x237 irq 11 drq 7 on isa
aha0 waiting for scsi devices to settle
(aha0:6:0): "WangDAT Model 3100 02.2" type 1 removable SCSI 2
st0(aha0:6:0): Sequential-Access density code 0x13,  drive empty
npx0 flags 0x1 on motherboard
npx0: INT 16 interface
 
 
 

Thank you very much in advance for the trouble..
Dave --------------ACC340713F492D2F4203C27B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message