From owner-freebsd-questions@FreeBSD.ORG Fri May 27 08:11:45 2011 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 41E1B1065678 for ; Fri, 27 May 2011 08:11:45 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id BF64F8FC16 for ; Fri, 27 May 2011 08:11:44 +0000 (UTC) Received: by wyf23 with SMTP id 23so1438856wyf.13 for ; Fri, 27 May 2011 01:11:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=xmavht+STagtQW51IhziQ7Adqoj3sh668iKksw0RIZc=; b=Yzd4NkrbFKxbhN8DonaW3qUT1qZ0HJ8VoxRALTKRxWc1Xe6Ezwp6qJMMZWmUrfZe5h pLDVYn4wx01RgLIVLa06rsupsgZLZ/BHjTy9DraKF27AxR4t2NoWi9ekUimkNgXHDaZR LNSVaSpDtJHrYE5kYMVP7JpKXOjLUkspGgtSE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=JEaxPoj8FY53nF3nBGKmiPMZJGUXEHPi78lm7NQV2vjS97sudTZWDVmNkwlsseGou0 OY2IZCS1s7GPuovAf827o8Ummc5Zx2+5iQIXrCetHuro6V3ARoXNDrxOTCTynV/6En+V rOlvZgeCdwsBWwrmXehvT/ZyN1C5Dr3UcQfEg= Received: by 10.227.197.21 with SMTP id ei21mr1720728wbb.107.1306483903518; Fri, 27 May 2011 01:11:43 -0700 (PDT) Received: from Melon.malikania.fr (wifi-osiris-sec-183-132.u-strasbg.fr [130.79.183.132]) by mx.google.com with ESMTPS id p21sm1003045wbh.23.2011.05.27.01.11.41 (version=SSLv3 cipher=OTHER); Fri, 27 May 2011 01:11:42 -0700 (PDT) Message-ID: <4DDF5C6B.6000809@gmail.com> Date: Fri, 27 May 2011 10:10:19 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110508 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4DC2910B.8080403@gmail.com> In-Reply-To: <4DC2910B.8080403@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Asus N70SV does not boot 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: Fri, 27 May 2011 08:11:45 -0000 On 05/05/2011 13:59, David Demelier wrote: > Hello, > > We are trying to boot the amd64 8.2-RELEASE cd and it get stucks at the > end of: > > cd0: Removable CD-ROM SCSI-0 device > cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) > cd0: Attempt to query device size failed: NOT READY, Medium not present > - tray closed > > Nothing happens, even five minutes later.. The motherboard is on a SIS > chipset, do you have any clue on this? > > Cheers, > With verbose logging it seems that the kernel stops at : ata0: reinit channel .. Is there any hint to set to make ata(4) working ? Cheers, -- David Demelier