cdrecord problem

Julien Gabel jpeg at thilelli.net
Tue Apr 27 04:50:52 PDT 2004


> # cdrecord dev=pci:0,0,0 speed=4 -v -eject cdimage.raw
> Cdrecord 2.00.3 (i386-unknown-freebsd5.2) Copyright
> (C) 1995-2002 J顤g Schilling
> TOC Type: 1 = CD-ROM
> scsidev: 'pci:0,0,0'
> devname: 'pci'
> scsibus: 0 target: 0 lun: 0
> cdrecord: Invalid argument. Open by 'devname' not
> supported on this OS. Cannot o
> pen SCSI driver.
> cdrecord: For possible targets try 'cdrecord
> -scanbus'. Make sure you are root.
> cdrecord: For possible transport specifiers try
> 'cdrecord dev=help'.

The 'dev' parameter should have the form: dev=3,0,0 as provided by
'cdrecord -scanbus'.

> # cdrecord -scanbus
> Cdrecord 2.00.3 (i386-unknown-freebsd5.2) Copyright
> (C) 1995-2002 J顤g Schilling
> cdrecord: No such file or directory. Cannot open SCSI
> driver.
> cdrecord: For possible targets try 'cdrecord
> -scanbus'. Make sure you are root.
> cdrecord: For possible transport specifiers try
> 'cdrecord dev=help'.
>
> # cdrecord dev=help
> Cdrecord 2.00.3 (i386-unknown-freebsd5.2) Copyright
> (C) 1995-2002 J顤g Schilling
> Supported SCSI transports for this platform:
>
> Transport name:         CAM
> Transport descr.:       Generic transport independent
> SCSI (Common Access Method)
> Transp. layer ind.:
> Target specifier:       bus,target,lun
> Target example:         1,2,0
> SCSI Bus scanning:      supported
> Open via UNIX device:   not supported
>
> Transport name:         RSCSI
> Transport descr.:       Remote SCSI
> Transp. layer ind.:     REMOTE:
> Target specifier:       rscsi at host:bus,target,lun
> Target example:         REMOTE:rscsi at host:1,2,0
> SCSI Bus scanning:      supported
> Open via UNIX device:   not supported

Have you enable the atapicam support in your kernel (atapicam(4) for more
information on how to enable it)?
Is your CD writer listed in the output of 'camcontrol devlist'?

> # pkg_info | grep cdrecord
> No printout

The corresponding port is "sysutils/cdrtools".
-- 
-jpeg.


More information about the freebsd-questions mailing list