From owner-freebsd-questions@FreeBSD.ORG Thu May 15 03:08:11 2008 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 0A0321065679 for ; Thu, 15 May 2008 03:08:11 +0000 (UTC) (envelope-from joerosenfeld@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id D40E88FC17 for ; Thu, 15 May 2008 03:08:10 +0000 (UTC) (envelope-from joerosenfeld@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so216324wah.3 for ; Wed, 14 May 2008 20:08:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=IsO2f4Nyhytt4pfEe6xFMseJMsm5kjH4ulDkytJHDLo=; b=Rce6YaPB3Bus8Mmy1ZL+RLZ6mReK2GzIXMo1YkLgPBCUKvUMaDCWnO3rDzz6apQ5UIKy1ppbKiFo2twF7+1P6z0J0BaIzmsOYHqV2zYPlBONlQsajl/xNkmE4HZ/xIuWziAV4rFhzE4LxJQ9mI69XHZhI6CgtHi1Ek/VMkf036U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=twDwVWXhgWadOMDNTkp8FC7+uoGDMJmjTlKPjkDHzTIas79n9OSLA096m1RFUUY8C2B6iPwG2R7VG1IAqSPM+i1u85hkHCp4mWsHG7xBKxYSpTx0rHWfa1M4CekvZJEiEgBZoJIp1dXpm3gIwgKPaxfzko0X9aEW/XtzPUHH5A0= Received: by 10.114.155.1 with SMTP id c1mr1905463wae.174.1210820890511; Wed, 14 May 2008 20:08:10 -0700 (PDT) Received: by 10.114.15.9 with HTTP; Wed, 14 May 2008 20:08:10 -0700 (PDT) Message-ID: <6e5cf6a70805142008g1683c9b5jf76d8b67457a2170@mail.gmail.com> Date: Wed, 14 May 2008 23:08:10 -0400 From: "Joachim Rosenfeld" To: "Julien Cigar" In-Reply-To: <1210757245.2588.3.camel@frodon.be-bif.ulb.ac.be> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6e5cf6a70805131930i46715869jf6acae8bfc2eff99@mail.gmail.com> <1210757245.2588.3.camel@frodon.be-bif.ulb.ac.be> Cc: freebsd-questions@freebsd.org Subject: Re: major CD errors when installing 7.0 (only 7.0)! 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: Thu, 15 May 2008 03:08:11 -0000 On Wed, May 14, 2008 at 5:27 AM, Julien Cigar wrote: > > But when I installed via the 7.0 disk 1, I received CD errors when I > > got to the point where it started copying the base distribution off > > the disk. > > > > When I booted off the same CD again, I saw something similar to the following: > > > > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=... ascq=... > > I have this problem too ... the only solution I've found is to disable > DMA (hw.ata.atapi_dma). It partially resolve the problem, but it's still > impossible to burn and performance are very poor (~ 2MB/s), etc ... How do I do this from the CD itself? "set hw.ata.atapi_dma=0" in the CD's boot loader menu seemed to do nothing. Joe