From owner-freebsd-multimedia@freebsd.org Fri Jul 24 12:43:27 2015 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D6FA9A962E for ; Fri, 24 Jul 2015 12:43:27 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 248801B5D for ; Fri, 24 Jul 2015 12:43:27 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 219641FE022; Fri, 24 Jul 2015 14:43:25 +0200 (CEST) Message-ID: <55B2333D.4010704@selasky.org> Date: Fri, 24 Jul 2015 14:44:45 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "Russell L. Carter" , freebsd-multimedia@freebsd.org Subject: Re: cdparanoia and /dev/cd0 References: <55AEC705.60307@pinyon.org> <55B12ABC.1030105@pinyon.org> In-Reply-To: <55B12ABC.1030105@pinyon.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 12:43:27 -0000 On 07/23/15 19:56, Russell L. Carter wrote: > > Just for the record, for some clueless noob in the future, I didn't > begin to have an inkling about what was going on until I stumbled upon > this thread: > > https://lists.freebsd.org/pipermail/freebsd-questions/2011-December/236052.html > > > That discussion implies that both /dev/xpt0 and (some) /dev/pass[0-9] > needs to have the correct permissions set in > /etc/devfs.conf. Unfortunately I wasn't able to get the dynamic > configuration working by adding files to /etc/devd. > > Maybe there might be a hint added to the Handbook in the section on > cdroms, when the cdrom is USB, that /dev/xpt0 and /dev/pass* need to be > addressed. > > Now to understand the whys on cd-paranoia vs. cdparanoia. > > Best, > Russell > Maybe not related, though usually in this area you do: camcontrol devlist And then pass the device coordinates to cdrdao at least. --HPS