From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 25 22:54:25 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1161A1065697; Fri, 25 Jul 2008 22:54:25 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBB948FC1F; Fri, 25 Jul 2008 22:54:23 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <488A599C.30406@FreeBSD.org> Date: Sat, 26 Jul 2008 00:54:20 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Peter Jeremy References: <200807251126.m6PBQ9Ww085651@freefall.freebsd.org> <11AB7428-134A-446D-AD68-4A7BFDC8E1C2@linuxgames.com> <20080725210950.GE74748@server.vk2pj.dyndns.org> In-Reply-To: <20080725210950.GE74748@server.vk2pj.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gavin@freebsd.org, "Marvin Malkowski Jr." , freebsd-amd64@freebsd.org Subject: Re: amd64/125943: Serial Consoles do not work on amd64 freebsd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 22:54:25 -0000 Peter Jeremy wrote: > On 2008-Jul-25 09:58:49 -0700, "Marvin Malkowski Jr." wrote: > [dmesg & init output trimmed] >> FreeBSD/amd64 (bigconvoy.telefragged.com) (ttyd0) >> >> login: > > OK, this is somewhat different to what I expected. The output you are > receiving means that the kernel has recognised and is using a serial > console. > >> I cannot enter any input at this point > > This implies that the console input path is not working, > >> and If I login again to the console I get nothing also. > > Can you explain what you mean here. You just said you can't enter any > input to the console so how are you logging in? > > If you switch back to graphical console but leave getty enabled on ttyd0, > can you then login via the serial port? > >> sio0: configured irq 4 not in bitmap of probed irqs 0 >> sio0: port may not be enabled >> sio0: configured irq 4 not in bitmap of probed irqs 0 >> sio0: port may not be enabled > > This is definitely not correct and is likely to be the associated with > the problem. I don't understand why the SIO ports are probed twice. > > Would it be possible to get verbose dmesg from both i386 and amd64 > boots? > Does booting with ACPI disabled behave differently? Kris