From owner-freebsd-questions@FreeBSD.ORG Thu Nov 24 14:28:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDB6E16A41F for ; Thu, 24 Nov 2005 14:28:57 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7E1F43D55 for ; Thu, 24 Nov 2005 14:28:55 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: by nproxy.gmail.com with SMTP id o60so438434nfa for ; Thu, 24 Nov 2005 06:28:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KqfyI7qF9IivL/m8z95uX3hxLMsIJmYHCDLrRo2NntzPEw+fVlChEBMJOuMslNjc3BCtYpglTey2a7p0GMX95zx5kRV2/14cwFkKQ5CCOtTaXo5I0Rleh8bs47YFSfLNeU7BWrktEOnELCOCo/JcoQ9YDb5k0gqmH9+50KTB5Aw= Received: by 10.48.221.5 with SMTP id t5mr106566nfg; Thu, 24 Nov 2005 06:28:54 -0800 (PST) Received: by 10.48.235.2 with HTTP; Thu, 24 Nov 2005 06:28:54 -0800 (PST) Message-ID: Date: Thu, 24 Nov 2005 15:28:54 +0100 From: Freminlins To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Serial console prob on amd64 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, 24 Nov 2005 14:28:58 -0000 Hello, I have a dual amd64 machine on which serial console is not working properly. I've configured dozens of Intel machines without a problem. I have set up boot.config and /etc/ttys. If I boot the machine some data is printed to console. Rather than paste the whole lot here, here's the last few lines: Timecounters tick every 1.000 msec ad0: 78167MB at ata0-master UDMA133 ad1: 78167MB at ata0-slave UDMA133 acd0: CDROM at ata1-master UDMA33 SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/ad0s1a bge0: link state changed to DOWN bge1: link state changed to DOWN And that's it. Serial console is frozen, but the machine boots up and runs = fine. Any suggestions? Thanks, Frem.