From owner-freebsd-questions@FreeBSD.ORG Tue Feb 2 21:43:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC3B010656A3 for ; Tue, 2 Feb 2010 21:43:15 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 78FFE8FC1D for ; Tue, 2 Feb 2010 21:43:15 +0000 (UTC) Received: from r55.edvax.de (port-92-195-104-232.dynamic.qsc.de [92.195.104.232]) by mx02.qsc.de (Postfix) with ESMTP id 7E09E1E144; Tue, 2 Feb 2010 22:43:14 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id o12LhD3H024915; Tue, 2 Feb 2010 22:43:13 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 2 Feb 2010 22:43:13 +0100 From: Polytropon To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Message-Id: <20100202224313.763ca06d.freebsd@edvax.de> In-Reply-To: <321350.73077.qm@web30802.mail.mud.yahoo.com> References: <323499.59821.qm@web30807.mail.mud.yahoo.com> <244008.70211.qm@web30801.mail.mud.yahoo.com> <321350.73077.qm@web30802.mail.mud.yahoo.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: burncd issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 21:43:15 -0000 On Tue, 2 Feb 2010 13:30:13 -0800 (PST), D=E1nielisz L=E1szl=F3 wrote: > It looks that I should recompile my kernel for using growisofs No, you should read "man growisofs". :-) Honestly: You're trying to run growisofs on an acd device: > # growisofs -dvd-compat -speed=3D4 -Z /dev/acd0=3Dpats-tts2.iso > :-( unable to open64("pats-tts2.iso",O_RDONLY): No such file or directory Not mentioning the open64() error, this won't work. The growisofs program uses cd instead of acd - this is the ATAPICAM "SCSI over ATA" mechanism. You can easily load the atapicam.ko module to make it available. Then, you should get something like this: % camcontrol devlist at scbus2 target 0 lun 0 (cd1,pass3) The SCSI ID 2:0:0 corresponds to the /dev/cd1 device. If you have sufficient permissions (needed for cd, xpt, pass, check /etc/devfs.rules for permanent settings), you can run e. g. % growisofs -dvd-compat -Z /dev/dvd=3Dpats-tts2.iso You don't need to specify -speed, because growisofs sets the right speed correctly. As you see, I'm accessing /dev/dvd; this is a symlink to the correct cd device, in this case % growisofs -dvd-compat -Z /dev/cd1=3Dpats-tts2.iso would be the "good" command. Your output > # camcontrol devlist -v > scbus-1 on xpt0 bus 0: > <> at scbus-1 target -1 lun -1 (xpt0) still looks a bit strange - empty identification, negative ID numbers... > Do you have any idea how can I avoid the recompilation? Missing ATAPICAM. Is it a CD or a DVD you're burning? If it's just a CD, how about cdrecord (which I prefer to burncd for many years now)? % cdrecord dev=3D2,0,0 speed=3D16 -v -eject -tao -data pats-tts2.iso By the way, I have an alias for that because I'm lazy. :-) --=20 Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...