From owner-freebsd-current@FreeBSD.ORG Wed Mar 16 21:20:21 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2897106566B for ; Wed, 16 Mar 2011 21:20:21 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF978FC0A for ; Wed, 16 Mar 2011 21:20:21 +0000 (UTC) Received: by wwc33 with SMTP id 33so2720405wwc.31 for ; Wed, 16 Mar 2011 14:20:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=jWxNfmu7PBE0ImNL1Nw2ZjxYw5Bqwr3dO456CBxlfAs=; b=vPr7DegsLLvGt99DSvwZMkamQ/+X2CguROzeZEJgRbTfgjmMhnPkmsS9kRh9859lpK lB+1QPHmT0lsbTbxM/5n4RbugDE+ZBAPifuIkxi5BSSLYkBavWiAzyAQlCueYMKJPbfg uEd76lXggtV91i/eByiPMFtXE5SOeCiYq8mQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=R120lnxABBLywWYWCYRXTtFTRiEs49NYH27qU7PydNQbqxIRBIGjdCZtI7X/5deLTg vyTbgNRNuly2bs250h4btO4wzNmqdzj/F+GvHG0Woa5scijy0oWtMhvhRh9GatDMz18M CNp8ASViVQ6/TnHHvXWwIfz7IZxM++Ny2hHpc= MIME-Version: 1.0 Received: by 10.216.69.141 with SMTP id n13mr438261wed.70.1300310419938; Wed, 16 Mar 2011 14:20:19 -0700 (PDT) Received: by 10.216.173.142 with HTTP; Wed, 16 Mar 2011 14:20:19 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 Mar 2011 14:20:19 -0700 Message-ID: From: Garrett Cooper To: Freddie Cash Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-Current Subject: Re: How does one get a working serial console with gptboot? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2011 21:20:22 -0000 On Wed, Mar 16, 2011 at 10:20 AM, Freddie Cash wrote: > On Wed, Mar 16, 2011 at 9:49 AM, Freddie Cash wrote: >> I feel like an idiot right now because I can just not figure out how >> to make $subject work on a -CURRENT system. =A0:( >> >> I've read through the Handbook chapter on this. =A0I've done the process >> I've used with 8.x systems. =A0But once the kernel loads, the serial >> console stops working. =A0I'm obviously missing a step somewhere. >> >> Here's what I've done. =A0Please point out my error(s): >> >> /boot/loader.conf: >> =A0 =A0hint.uart.0.disabled=3D"0" >> =A0 =A0hint.uart.0.flags=3D"0x30" >> =A0 =A0console=3D"comconsole vidconsole" >> =A0 =A0comconsole_speed=3D"115200" >> =A0 =A0boot_multicons=3D"yes" >> >> /etc/make.conf: >> =A0 =A0BOOT_COMCONSOLE_PORT=3D0x3F8 >> =A0 =A0BOOT_COMCONSOLE_SPEED=3D115200 > > Nevermind. =A0PEBCAK error. =A0Adding the right port address would work. > Amazing how easy it is to mixup a 3 and an E. =A0:( Are you referring to the .flags value or the BOOT_COMCONSOLE_PORT value? Thanks, -Garrett