cdrecord problem

Julien Gabel jpeg at thilelli.net
Tue Apr 27 05:55:38 PDT 2004


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

> Please advise what does 'Cdrecord 2.00.3' represent to indicate
> 'dev=3,0,0'

Sorry, it was just an example from my personal configuration. The generic
format is 'dev=b,t,l' with b, t and l provided by 'cdrecord -scanbus'. In
your particular case, this seems there no printout, hence my remark about
the atapicam device.

>> Have you enable the atapicam support in your kernel (atapicam(4) for more
>> information on how to enable it)?

> Sorry I could not find steps to enable atapicam
> support in 'man atapicam'

Extract from atapicam(4):
 "EXAMPLES
            device atapicam
            device scbus
            device cd
            device pass
      Add the atapicam driver to the kernel."

> I also did follows;
>
> # atapicam(4)
> Badly placed ()'s.
> # atapicam
> atapicam: Command not found.
> # atapicam4
> atapicam4: Command not found.

'atapicam' represents a device entry in your kernel configuration file. It
is not a user level command. You can interact with these type of devices
via the camcontrol(8) utility.

Note: the (x) is here to indicate the number - "x" in this case - of the
section for the corresponding manual page: ex. 'man 8 camcontrol'.

>> Is your CD writer listed in the output of
>> 'camcontrol devlist'?
>
> # camcontrol devlist
> No printout

So no support of this type of device.

>> > # pkg_info | grep cdrecord
>> > No printout
>>
>> The corresponding port is "sysutils/cdrtools".
>
> Noted with tks

Maybe is this link of great interest to you:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/\
 creating-cds.html

Especially the section labelled "Using the ATAPI/CAM Driver".
-- 
-jpeg.


More information about the freebsd-questions mailing list