From owner-freebsd-questions Tue Feb 2 20:52:56 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16532 for freebsd-questions-outgoing; Tue, 2 Feb 1999 20:52:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16523 for ; Tue, 2 Feb 1999 20:52:54 -0800 (PST) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.2/8.8.5) id VAA45340; Tue, 2 Feb 1999 21:52:45 -0700 (MST) From: "Kenneth D. Merry" Message-Id: <199902030452.VAA45340@panzer.plutotech.com> Subject: Re: I'm missing something, I'm sure... In-Reply-To: from Brian Behlendorf at "Jan 31, 1999 9: 1:11 pm" To: brian@hyperreal.org (Brian Behlendorf) Date: Tue, 2 Feb 1999 21:52:45 -0700 (MST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Behlendorf wrote... > > pez# cdrecord -scanbus > Cdrecord release 1.6.1 Copyright (C) 1995-1998 Jörg Schilling > scsibus1: > 100) 'IBM ' 'DCAS-34330W ' 'S65A' Disk > 101) * > 102) * > 103) * > 104) 'SEAGATE ' 'ST15230N ' '0638' Disk > 105) * > 106) 'YAMAHA ' 'CDR400t ' '1.0q' Removable CD-ROM > 107) * > pez# ls -s > total 598066 > 3 10 3 11 3 12 598056 cd.img 1 > src > pez# cdrecord -v -eject speed=2 dev=0,6,0 -isosize cd.img > Cdrecord release 1.6.1 Copyright (C) 1995-1998 Jörg Schilling > TOC Type: 1 = CD-ROM > cdrecord: Inappropriate ioctl for device. WARNING: RR-scheduler not > available, disabling. > scsidev: '0,6,0' > scsibus: 0 target: 6 lun: 0 > cdrecord: Inappropriate ioctl for device. Cannot open SCSI driver. > pez# uname -a > FreeBSD pez.hyperreal.org 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Sun Jan 31 > 16:10:47 PST 1999 brian@pez.hyperreal.org:/usr/src/sys/compile/pez > i386 > > > Did I miss something in my kernel config? You should probably send SCSI questions to the SCSI list. It looks like, though, you're using the wrong device. That's SCSI bus 1, so you should be doing something like: cdrecord dev=1,6,0 .... Does this work: cdrecord dev=1,6,0 -inq cdrecord will tell you whether or not it can talk to the device. For example: {bladerunner:/usr/home/ken:3:0} cdrecord dev=1,3,0 -inq Cdrecord release 1.8a14 Copyright (C) 1995-1998 Jörg Schilling scsidev: '1,3,0' scsibus: 1 target: 3 lun: 0 Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : SYNC LINKED Vendor_info : 'PLEXTOR ' Identifikation : 'CD-R PX-R412C ' Revision : '1.04' Device seems to be: Generic mmc CD-R. It identifies the drive as a generic CD-R. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message