From owner-freebsd-questions Thu Aug 10 9:57:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 5428537B80B for ; Thu, 10 Aug 2000 09:57:29 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id JAA03111; Thu, 10 Aug 2000 09:57:21 -0700 Message-ID: <3992DEF0.517CE7AE@urx.com> Date: Thu, 10 Aug 2000 09:57:20 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Joe.Warner@smed.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Device not configured? Please Help. References: <85256937.00575298.00@Deimos.smed.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joe.Warner@smed.com wrote: > > Hi, > > In an effort to start backing up my file systems, I've installed an > Adaptec 2944 Ultra SCSI adapter and an Exabyte EXB-8505DT (8mm/5gb) tape > drive. I've compiled support for the SCSI adapter into my kernel and after > rebooting, my system recognized it but for some reason, I can't access the > tape drive. When I try to access the tape drive using the mt command (mt > status or mt erase), I just get the message mt: /dev/nrsa0: Device not > configured. The information in my books and The FreeBSD Handbook indicated > that all SCSI controllers use the same set of /dev entries, so you don't > need to create them. > Here is the part of my dmesg where it recognizes the SCSI card: > > real memory = 67108864 (65536K bytes) > avail memory = 62357504 (60896K bytes) > Preloaded elf kernel "kernel" at 0xc02c5000. > Pentium Pro MTRR support enabled > Probing for devices on PCI bus 0: > chip0: rev 0x03 on pci0.0.0 > chip1: rev 0x03 on pci0.1.0 > ahc0: rev 0x01 int a irq 11 on pci0.2.0 > ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs > xl0: <3Com 3c905B-TX Fast Etherlink XL> rev 0x30 int a irq 11 on pci0.4.0 > > Should there be a line in dmesg that shows the system is recognizing the > tape device as well? What do I need to do to configure the tape device so > that I can access it? I've done a good deal of research on this subject > and have even searched the archives but haven't found any useful > information. Any help or information anyone could provide would be greatly > appreciated. Do you have # SCSI peripherals device scbus # SCSI bus (required) device ch #SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) in your kernel. You need the "sa" to access your tape. If it was an autochanger, you would need "ch". My tape drive is temporarily not hooked up to the server so I can't show you the dmesg output. Kent > > Thanks, > > Joe > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://kstewart.urx.com/kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message