From owner-freebsd-questions@FreeBSD.ORG Tue Apr 27 05:55:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F3B716A545 for ; Tue, 27 Apr 2004 05:55:38 -0700 (PDT) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93E2E43D64 for ; Tue, 27 Apr 2004 05:55:35 -0700 (PDT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 5030278C65 for ; Tue, 27 Apr 2004 14:55:22 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 46586-05-3 for ; Tue, 27 Apr 2004 14:55:21 +0200 (CEST) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id 733D378C50 for ; Tue, 27 Apr 2004 14:55:21 +0200 (CEST) Received: from 192.168.0.105 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Tue, 27 Apr 2004 14:55:21 +0200 (CEST) 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> Date: Tue, 27 Apr 2004 14:55:21 +0200 (CEST) From: "Julien Gabel" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net Subject: Re: cdrecord problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 12:55:38 -0000 >> 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.