From owner-freebsd-current Thu Sep 24 18:14:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26656 for freebsd-current-outgoing; Thu, 24 Sep 1998 18:14:22 -0700 (PDT) (envelope-from owner-freebsd-current@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 SAA26639 for ; Thu, 24 Sep 1998 18:14:16 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id TAA02098; Thu, 24 Sep 1998 19:11:02 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809250111.TAA02098@panzer.plutotech.com> Subject: Re: burn cd ? In-Reply-To: <360AEA6F.CDFF4387@webwizard.org.mx> from Edwin Culp at "Sep 24, 98 07:57:19 pm" To: eculp@webwizard.org.mx (Edwin Culp) Date: Thu, 24 Sep 1998 19:11:02 -0600 (MDT) Cc: ken@plutotech.com, croot@btp1da.phy.uni-bayreuth.de, current@FreeBSD.ORG, eculp@mexcom.net.mx X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Edwin Culp wrote... > "Kenneth D. Merry" wrote: > > Did you try typing that? Like I said, you'll get a more verbose error > > message. It may indicate what the problem is. > > This IS the output of -scanbus unfortunately :-( It doesn't find the scsi driver? > > > cdrecord.test: Undefined error: 0. Cannot open SCSI driver. > > Cdrecord release 1.6.1a3 Copyright (C) 1995-1998 Jörg > > Schilling > > scsidev: '0,3,0' > > scsibus: 0 target: 3 lun: 0 You need to stop specifying the device. You should do it like this: {bladerunner:/usr/home/ken:74:0} ./cdrecord-1.6.1a3.test -scanbus Cdrecord release 1.6.1a3 Copyright (C) 1995-1998 Jörg Schilling scsibus0: 0) 'QUANTUM ' 'PD1225S ' '3110' Disk 1) * 2) * 3) * 4) * 5) * 6) * 7) * scsibus1: 100) 'SEAGATE ' 'ST31230W ' '0510' Disk 101) 'SEAGATE ' 'ST34572N ' '0784' Disk 102) * 103) 'PLEXTOR ' 'CD-R PX-R412C ' '1.04' Removable CD-ROM 104) * 105) * 106) 'PLEXTOR ' 'CD-ROM PX-4XCS ' '1.04' Removable CD-ROM 107) * {bladerunner:/usr/home/ken:75:0} ./cdrecord-1.6.1a3.test dev=1,3,0 -inq Cdrecord release 1.6.1a3 Copyright (C) 1995-1998 Jörg Schilling scsidev: '1,3,0' scsibus: 1 target: 3 lun: 0 atapi: 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. Make sure you specify the right bus, too, when you try to talk to a particular device. It could be that your CDROM drive isn't on bus 0, but rather on bus 1. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message