From owner-freebsd-stable@FreeBSD.ORG Tue Jan 13 20:40:43 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FC09106566B for ; Tue, 13 Jan 2009 20:40:43 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id AE4558FC19 for ; Tue, 13 Jan 2009 20:40:42 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so100999yxb.13 for ; Tue, 13 Jan 2009 12:40:42 -0800 (PST) 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:references; bh=o4pIH6GodX9uix3UDXmh4PdRnjxVPAMImX0nHUysRV0=; b=vmmJnxOrSjOLOEW+RpxXQgsQt8JOkDe2fX6MCnrKxKF9cxuQWSWnb8Sq0jYkEnMmdJ 93LTHaccc/srbvEYNZwPJRhkxmxkUDCyVgwNvFPIoOH8pNLBEJ4jR8xIWCFUjB7CZJLE /UqGusK11L+dpzkJVSF7b6Ima/oZu0uTdk4JQ= 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:references; b=NC9LP92rFI6lPHXkZ0r563PnIVCH4v0dVXtvIzTgKcIjc0KXre4FcQbIy7If1DzQbD t0rTQAyBXrLEM9X9dS75xrg+hcM+yYZqNOV0Oxkddh/T+py/jXk/djlouBd1lVPymGRs R+ejb1a93l6pTgEWQPnDHpZ8WusXmiE3bm0RY= Received: by 10.143.7.5 with SMTP id k5mr13026705wfi.176.1231879241627; Tue, 13 Jan 2009 12:40:41 -0800 (PST) Received: by 10.142.239.14 with HTTP; Tue, 13 Jan 2009 12:40:41 -0800 (PST) Message-ID: Date: Tue, 13 Jan 2009 21:40:41 +0100 From: "Harald Servat" To: "Oleksandr Tymoshenko" In-Reply-To: <496CEFBE.8030007@bluezbox.com> MIME-Version: 1.0 References: <496CEFBE.8030007@bluezbox.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: lenovo t400 does not start 7.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 20:40:43 -0000 On Tue, Jan 13, 2009 at 8:47 PM, Oleksandr Tymoshenko wrote: > Harald Servat wrote: > >> Hello, >> >> I downloaded FreeBSD 7.1 (DVD iso image) for amd64 architecture (with >> correct SHA256 checksum), but I'm unable to start the system (Lenovo >> T400). >> >> The boot process starts fine, the BTX messages appear, the 7-option menu >> also appears, but when I hit enter (or when I choose start without ACPI or >> start in safe mode) the \ symbols starts spinning for a while and then >> freezes. >> >> I also tried with the 7.1-amd64-CD1, 7.1-i386-CD1 and a snapshot of >> 8.0-CURRENT dated from December. And the result is the same for all of >> them. >> >> Does anyone have any idea on what can be happening? Or at least, how can >> I >> gather more information about this issue? >> > Not sure about install CDs but I tried all these systems on my t400. > I installed 7.0 then upgraded it to 7.1 and when it turned out that > atheros is not 100% supported by it I upgraded to CURRENT. (I used cvsup > for upgrades). What is your HW configuration? > > Ok, thanks... I'll give a try to 7.0, and let's see if it works. -- _________________________________________________________________ Empty your memory, with a free()... like a pointer! If you cast a pointer to an integer, it becomes an integer, if you cast a pointer to a struct, it becomes a struct. The pointer can crash..., and can overflow. Be a pointer my friend...