From owner-freebsd-questions@FreeBSD.ORG Tue Aug 2 16:59:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 07B9916A41F for ; Tue, 2 Aug 2005 16:59:27 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707E143D53 for ; Tue, 2 Aug 2005 16:59:26 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout3.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j72GxNS1000597 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 2 Aug 2005 09:59:23 -0700 X-Auth-Received: from dante76.u.washington.edu (dante76.u.washington.edu [140.142.14.69]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j72GxIHP000484 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 2 Aug 2005 09:59:23 -0700 Date: Tue, 2 Aug 2005 09:59:18 -0700 (PDT) From: Garrett Cooper To: Dick Hoogendijk In-Reply-To: <20050802162506.GA800@lothlorien.nagual.st> Message-ID: References: <20050801170353.P10855@fw.skeleton.org> <42EECAFC.3000800@mac.com> <20050802112250.G551@fw.skeleton.org> <20050802153115.GE595@gothic.blackend.org> <20050802162506.GA800@lothlorien.nagual.st> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions Subject: Re: DVD burning.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 16:59:27 -0000 On Tue, 2 Aug 2005, Dick Hoogendijk wrote: > On 02 Aug Marc Fonvieille wrote: >> On Tue, Aug 02, 2005 at 11:24:59AM -0400, Jeff Mitchell wrote: >>> On Mon, 1 Aug 2005, Chuck Swiger wrote: >>> >>> # Is "sysctl hw.ata.atapi_dma" set to 1? It looks like your system >>> isn't # able >>> >>> Aha, that seems to be it; I had slapped that into my rc.local >>> with some other sysctl's (before I found out about >>> /etc/sysctl.conf), and that one is read-only by that stage of >>> loading. Had to be in /boot/loader.conf to 'take'. >>> >> [...] >> >> This and many other things are documented in the Handbook. > > True. The handbook states hw.ata.atapi_dma="1" should be in > /boot/loader.conf, however, what about hw.ata.ata_dma? It is set to "1" > on my fbsd-4.11-stable box but I can not find where is is set. Probably just a default when you built your kernel (because IIRC you can specify defaults for your sysctl in the kernel config somewhere). Put hw.ata.ata_dma="0" in your sysctl.conf file if you _really_ want it turned off. -Garrett