Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2004 14:55:21 +0200 (CEST)
From:      "Julien Gabel" <jpeg@thilelli.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: cdrecord problem
Message-ID:  <50666.192.168.0.105.1083070521.squirrel@webmail.thilelli.net>
In-Reply-To: <20040427123618.26650.qmail@web40312.mail.yahoo.com>
References:  <50379.192.168.0.105.1083066636.squirrel@webmail.thilelli.net> <20040427123618.26650.qmail@web40312.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50666.192.168.0.105.1083070521.squirrel>