From owner-freebsd-stable@FreeBSD.ORG Wed Dec 8 04:31:04 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6736D16A4CE for ; Wed, 8 Dec 2004 04:31:04 +0000 (GMT) Received: from web52006.mail.yahoo.com (web52006.mail.yahoo.com [206.190.39.62]) by mx1.FreeBSD.org (Postfix) with SMTP id EE43E43D64 for ; Wed, 8 Dec 2004 04:31:03 +0000 (GMT) (envelope-from crucio2004-freebsd@yahoo.com) Received: (qmail 24602 invoked by uid 60001); 8 Dec 2004 04:31:03 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=s6zkicbrz8B8PxyLM4jL3yEyeUsHwO0TcGIhOSN91XIttQ3FhJw5PifY2Rqrr7EgCk9mBJox6vozg5O3QRWoVo5bcnd5Q9JNIfQPYycSwB69vNe9MvBZHvRg6a0Vm7/8007NdA+rOrcsZFCScJkClu6StqTqhyR35W4dOCWIGj0= ; Message-ID: <20041208043103.24600.qmail@web52006.mail.yahoo.com> Received: from [67.176.158.79] by web52006.mail.yahoo.com via HTTP; Tue, 07 Dec 2004 20:31:03 PST Date: Tue, 7 Dec 2004 20:31:03 -0800 (PST) From: Crucio To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: trouble installing 5.3 on soekris net4801 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: crucio2004-freebsd@yahoo.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 04:31:04 -0000 I am unable to install FreeBSD 5.3-RELEASE on my Soekris net4801, which has a SanDisk Ultra II 512MB Compact Flash card as a hard drive. The kernel probes the drive just fine but when it comes time to write or read from the drive, specifically in sysinstall, I get; ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=0 ad0: FAILURE - READ_DMA timed out ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=0 ad0: FAILURE - READ_DMA timed out ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=0 ad0: FAILURE - READ_DMA timed out ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=1 ad0: FAILURE - READ_DMA timed out Then sysinstall says; "ERROR: Unable to write data to disk ad0!" To do this manually, with fdisk, disklabel and newfs works up until the computer has rebooted and tries to load the root filesystem. It hangs for a little while then starts spitting out those READ_DMA errors and finally refuses to mount ad0s1a as root. Disabling DMA in loader.conf doesn't seem to have any effect. Any ideas here would be much appreciated.