From owner-freebsd-questions Thu Aug 10 10:10: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.smed.com (smtp.smed.com [12.20.51.11]) by hub.freebsd.org (Postfix) with ESMTP id 8735237B8D9 for ; Thu, 10 Aug 2000 10:09:55 -0700 (PDT) (envelope-from Joe.Warner@smed.com) Received: from smtpgate.shrmed.com (keymaster.smed.com [12.20.51.2]) by smtp.smed.com (Postfix) with ESMTP id 5CEC31618A for ; Thu, 10 Aug 2000 13:09:54 -0400 (EDT) Received: from iesa14.shrmed.com (iesa14.shrmed.com [10.1.99.114]) by smtpgate.shrmed.com (8.9.3/8.9.3) with ESMTP id NAA09911 for ; Thu, 10 Aug 2000 13:09:53 -0400 From: Joe.Warner@smed.com Received: from Deimos.smed.com (unverified) by iesa14.shrmed.com (Content Technologies SMTPRS 2.0.15) with SMTP id ; Thu, 10 Aug 2000 13:09:46 -0400 Received: by Deimos.smed.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 85256937.005E34EB ; Thu, 10 Aug 2000 13:08:59 -0400 X-Lotus-FromDomain: SMS To: kstewart@urx.com Cc: freebsd-questions@freebsd.org Message-Id: <85256937.005E334F.00@Deimos.smed.com> Date: Thu, 10 Aug 2000 11:10:42 -0600 Subject: Re: Device not configured? Please Help. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent, Thanks for responding. Here's a screen print of my kernal configuration: # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. controller scbus0 # SCSI bus (required) #device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) #device cd0 # CD device pass0 # Passthrough device (direct SCSI) The only thing I see that is missing is device ch #SCSI media changers I don't think adding this line would change anything, since my tape drive isn't a media changer. It's just a single drive that holds only one tape at a time. If you need to see a larger view of my kernel configuration, please let me know. Thanks again, Joe |--------+-----------------------> | | Kent Stewart | | | | | | | | | 08/10/00 | | | 10:57 AM | | | Please | | | respond to | | | kstewart | | | | |--------+-----------------------> >---------------------------------------------------------| | | | To: Joe Warner/SMS@SMS | | cc: freebsd-questions@FreeBSD.ORG | | Subject: Re: Device not configured? Please | | Help. | >---------------------------------------------------------| 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