From owner-freebsd-embedded@FreeBSD.ORG Sun Mar 23 18:17:21 2008 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F98B106566C for ; Sun, 23 Mar 2008 18:17:21 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id 5AA518FC20 for ; Sun, 23 Mar 2008 18:17:21 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so2680305wfa.7 for ; Sun, 23 Mar 2008 11:17:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:reply-to:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=hXH06+sCGWkN3dTiz1wSu1eDyyK0uH1ESwv9KAzto5Y=; b=j/N2NnF59KFN9o7q6ywwRdwQuhc2KAu4XT3BmmhabvkzCqy3WpjhSZDYTMz+bfW726LKeVOEMlv/laxmahh0lKd5pv8vt2e7RpAux3rJRNBTrQXgJ7b+3BVToBIkVQp8PWN4LcWf5dKSzAXCp1VtUHcVXBye4OpEEnGgL8tYEQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=gTWNz4H/i0a67g/WEDY1gzS021WEYynX1mngVMCrPYmpHJ+6E7duIbGMSsAs3mEkM1SOBtR6vWXabCLQInqvXTzjvvQn1rQf/uFNUbvCXyY4yEH5T7Wgj+bUO1lASeuVPZ0dDGgSrX3LXnZEWFNxgXoC+faxf8+ePzQX62JuZt0= Received: by 10.142.211.10 with SMTP id j10mr3840672wfg.168.1206294516228; Sun, 23 Mar 2008 10:48:36 -0700 (PDT) Received: from ?192.168.1.102? ( [68.35.151.186]) by mx.google.com with ESMTPS id 22sm12959368wfd.4.2008.03.23.10.48.34 (version=SSLv3 cipher=RC4-MD5); Sun, 23 Mar 2008 10:48:35 -0700 (PDT) From: James To: "M. Warner Losh" In-Reply-To: <20080323.113239.-1860901563.imp@bsdimp.com> References: <200803231122.57251.aj@siegel-tech.net> <20080323.113239.-1860901563.imp@bsdimp.com> Content-Type: text/plain Date: Sun, 23 Mar 2008 11:48:36 -0600 Message-Id: <1206294516.6012.1.camel@pclmills.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Cc: aj@siegel-tech.net, freebsd-embedded@freebsd.org Subject: Re: Serial Communication: Terminals X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: oscartheduck@gmail.com List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 18:17:21 -0000 On Sun, 2008-03-23 at 11:32 -0600, M. Warner Losh wrote: > In message: <200803231122.57251.aj@siegel-tech.net> > Aaron Siegel writes: > : The question is; if the login prompt is to appear where would it appear? Would > : it be one of the virtual terminals? Do I need to use cu, tip, or minicom? > : When I use cu program > : # cu -l cuad1 > : I receive a message > : Connected > : But I do not receive a prompt. > > Do you have all the pins of the serial port wired up, or just TX, RX > and GND? If the latter, you should use 3wire.19200 as the entry in > /etc/ttys. > > Warner Warner, if you check his original post again you'll see he has a typo in /boot/loader.conf that is the most likely suspect. James