From owner-freebsd-questions@FreeBSD.ORG Thu Jul 10 10:41:10 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 5DDD51065673 for ; Thu, 10 Jul 2008 10:41:10 +0000 (UTC) (envelope-from alexander.bubnov@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 1FE788FC15 for ; Thu, 10 Jul 2008 10:41:09 +0000 (UTC) (envelope-from alexander.bubnov@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1390627ywe.13 for ; Thu, 10 Jul 2008 03:41:02 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=vUS/8EbyLE+JdGj672btsfBS/A++76+yc4oyxBFIR4o=; b=EizmAdKrSQJCz+IDjWuGQupFBkyz8dy1b8WEiPYCfq56A3e0bSYqsAY2+uPFAILfAI 8+OV3mikeInBi9fsPOElmeaZoWS/LzNyn4CpqqyjGM1E8u6poipX8yAR6H4GOh3ZvPJ+ +2s8kBE5BjvIc7vMtTY5hLuJp01arqoa1lxwA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=dXBggkvu7kc2FYKiab3IYCUV160emDSzhoVCLcNWzqf+kkNBnigKMDgfLUx2lQVfxU /Xl3pFKFlXdTvj1NWy1XVOu/irlutkQnmtO8W2xOrchPfrHrcdbfs/n8O65uLOTYn28a fMRmnLyK7nNgGCxgQFl+yxmnmYL18374zNnrU= Received: by 10.115.108.1 with SMTP id k1mr2376019wam.109.1215684725061; Thu, 10 Jul 2008 03:12:05 -0700 (PDT) Received: by 10.115.107.3 with HTTP; Thu, 10 Jul 2008 03:12:05 -0700 (PDT) Message-ID: Date: Thu, 10 Jul 2008 14:12:05 +0400 From: "Alexander Bubnov" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: known problem about SATA CD-ROM 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, 10 Jul 2008 10:41:10 -0000 Hi, I have the same problem as describe here http://arkiv.freebsd.se/?ml=freebsd-proliant&a=2008-03&t=6875944 shortly: acd0: DVDR SMP: AP CPU #1 Launched! acd0: TIMEOUT - READ_BIG retraying (1 retry left) acd0: TIMEOUT - READ_BIG retraying (0 retries left) acd0: TIMEOUT - READ_BIG timed out acd0: TIMEOUT - READ_BIG retraying (1 retry left) acd0: TIMEOUT - READ_BIG retraying (0 retries left) acd0: TIMEOUT - READ_BIG timed out acd0: TIMEOUT - READ_BIG retraying (1 retry left) acd0: TIMEOUT - READ_BIG retraying (0 retries left) acd0: TIMEOUT - READ_BIG timed out the answer is here: http://lists.freebsd.org/pipermail/freebsd-current/2008-March/084572.html shortly: The system will reboot properly if you load ipmi module and specify watchdog timeout in 60 seconds. # kldload ipmi # watchdog -t 60; reboot You can create handy alias. alias reboot 'watchdog -t 60; /sbin/reboot' I didn't have any issue with DVD drive when it was running 6.3/7.0. similar problem can be found here too: http://unix.derkeiler.com/Newsgroups/comp.unix.bsd.freebsd.misc/2008-06/msg00171.html this one solved by editing sysctl hw.ata.atapi_dma to 0. Now, I am trying to install FreeBSD 7.0 (or 6.3, it does not metter for me). Can you please let me know how can I change hw.ata.atapi_dma or kldload ipmi module when I do not have installed FreeBSD on my machine? how can I change standard install distributive? How is it possible to install FreeBSD with that problem having one sata cdrom? Thanks in advance. -- /BR, Alexander