Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2000 11:10:42 -0600
From:      Joe.Warner@smed.com
To:        kstewart@urx.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Device not configured?  Please Help.
Message-ID:  <85256937.005E334F.00@Deimos.smed.com>

next in thread | raw e-mail | index | archive | help


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 |
|        |          <kstewart@urx|
|        |          .com>        |
|        |                       |
|        |          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: <Intel 82443LX host to PCI bridge> rev 0x03 on pci0.0.0
> chip1: <Intel 82443LX PCI-PCI bridge> rev 0x03 on pci0.1.0
> ahc0: <Adaptec 2944 Ultra SCSI adapter> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85256937.005E334F.00>