Date: Thu, 24 Sep 1998 19:11:02 -0600 (MDT) From: "Kenneth D. Merry" <ken@plutotech.com> To: eculp@webwizard.org.mx (Edwin Culp) Cc: ken@plutotech.com, croot@btp1da.phy.uni-bayreuth.de, current@FreeBSD.ORG, eculp@mexcom.net.mx Subject: Re: burn cd ? Message-ID: <199809250111.TAA02098@panzer.plutotech.com> In-Reply-To: <360AEA6F.CDFF4387@webwizard.org.mx> from Edwin Culp at "Sep 24, 98 07:57:19 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809250111.TAA02098>
