From owner-freebsd-stable@FreeBSD.ORG Wed Sep 4 19:08:56 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 57D17AD1 for ; Wed, 4 Sep 2013 19:08:56 +0000 (UTC) (envelope-from scdbackup@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA1252CC2 for ; Wed, 4 Sep 2013 19:08:55 +0000 (UTC) Received: from scdbackup.webframe.org ([87.167.166.50]) by mail.gmx.com (mrgmx103) with ESMTP (Nemesis) id 0MEo4s-1VEbpi03bu-00FxEp for ; Wed, 04 Sep 2013 21:08:48 +0200 Date: Wed, 04 Sep 2013 21:08:03 +0200 From: "Thomas Schmitt" To: freebsd-stable@freebsd.org Subject: Re: Lost CAM Access to DVD Writer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <5223D3A7.25445.31835A@lausts.acm.org> In-Reply-To: <5223D3A7.25445.31835A@lausts.acm.org> Message-Id: <3272064609847963126@scdbackup.webframe.org> X-Provags-ID: V03:K0:GtquDgDt4I17IyIhRmhaHGCwxjdZ+mqrbuTNXOUHoWPNPjjgINV dXaMFN+N13GZLL4KTrNLiuD7cW3KCZQhkwRPdjSZOgm4+HpfeCG7XtGeNlbJR3imeyFiPUD asMFFSn3R9lqDAYTfrU7P9S4tLxbU6NnucnvEdVhedFfBqpEC+3zF/6T+zyEJwqJt2/0Z26 44VEzfEtsasI+4VEHd1UA== X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 19:08:56 -0000 Hi, i stumbled over a prescription in xorriso's README: "Currently it is fully supported [...] on FreeBSD with ATAPI/CAM support enabled in the kernel, see atapicam(4) " What i read from http://www.freebsd.org/cgi/man.cgi?query=atapicam&sektion=4 it could be that this is what's missing or not working properly on your machine. Further i remember a report where CAM related software needed to be re-compiled before it worked: http://forums.freebsd.org/showthread.php?t=31181 (It also says you don't need atapicam ... shrug) Have a nice day :) Thomas