From owner-freebsd-questions Fri Oct 8 18:30:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 027FF158AF for ; Fri, 8 Oct 1999 18:30:04 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id VAA22414; Fri, 8 Oct 1999 21:32:43 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910090132.VAA22414@cc942873-a.ewndsr1.nj.home.com> Subject: Re: cdrecord question In-Reply-To: from "Jeremy L. Stock" at "Oct 7, 1999 11:53:31 pm" To: jstock@visi.com (Jeremy L. Stock) Date: Fri, 8 Oct 1999 21:32:43 -0400 (EDT) Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=UNKNOWN-8BIT Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeremy L. Stock wrote, > On Thu, 7 Oct 1999, Crist J. Clark wrote: > > >Jeremy L. Stock wrote, > >> I recently installed a Traxdata SCSI CDRW drive My SCSI controller is an > >> Adeptec AVA 2906K both it and the CDRW get detected ok. From dmesg: > >> > >> ahc0: rev 0x03 int a irq 5 on pci0.10.0 > >> ahc0: aic7850 Single Channel A, SCSI Id=7, 3/255 SCBs > >> cd0 at ahc0 bus 0 target 4 lun 0 > >> cd0: Removable CD-ROM SCSI-2 device > >> cd0: 10.000MB/s transfers (10.000MHz, offset 15) > >> cd0: Attempt to query device size failed: NOT READY, Medium not present > >> cd9660: Joliet Extension > >> > >> However, when I run cdrecord -scanbus it returns > >> cdrecord: No such file or directory. Cannot open SCSI driver. > >> > >> Any ideas as to what's wrong would be appreciated. > > > >Hmmm... do you have /dev/ssc and /dev/pass0? > > > > I didn't have /dev/ssc but /dev/pass0 was there. I still see the same result > after ./MAKEDEV ssc. I'm running FreeBSD 3.3-STABLE since I left that out > earlier. On the machine I usually burn CDs on, ahc0: rev 0x01 int a irq 9 on pci0.13.0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs . . . cd0 at ahc0 bus 0 target 2 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 3.300MB/s transfers cd0: Attempt to query device size failed: NOT READY, Logical unit not ready, cause not reportable And I get the following, # cdrecord -scanbus Cdrecord release 1.8a22 Copyright (C) 1995-1999 Jörg Schilling scsibus0: 0) * 1) * 2) 'HP ' 'CD-Writer 6020 ' '1.07' Removable CD-ROM 3) * 4) 'iomega ' 'jaz 2GB ' 'E.15' Removable Disk 5) * 6) * 7) * Note that cdrecord version change _fast_. I just looked and I see we at least to 1.8a29. I had a look at the source... non-trivial matter to figure out what device it is trying to open. It would be nice if the error output actually said. Maybe hack the source to get that output. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message