From owner-freebsd-i386@FreeBSD.ORG Sat Nov 18 22:21:19 2006 Return-Path: X-Original-To: freebsd-i386@FreeBSD.org Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B25B816A50A for ; Sat, 18 Nov 2006 22:21:19 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6354E43EB8 for ; Sat, 18 Nov 2006 22:16:33 +0000 (GMT) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id kAIMGV15023659; Sat, 18 Nov 2006 14:16:31 -0800 (PST) Received: from [192.168.1.3] (c-67-164-11-148.hsd1.ca.comcast.net [67.164.11.148]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id kAIMGSmq011650 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 18 Nov 2006 14:16:30 -0800 (PST) In-Reply-To: <200611182120.kAILKLeI003384@freefall.freebsd.org> References: <200611182120.kAILKLeI003384@freefall.freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Sat, 18 Nov 2006 14:16:23 -0800 To: Helge Oldach X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd-i386@FreeBSD.org Subject: Re: i386/105616: UART PCI device just silent... X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2006 22:21:19 -0000 On Nov 18, 2006, at 1:20 PM, Helge Oldach wrote: > I tried to attach with all speeds to cuau2, using cu -s . This > should be a 9600 baud port (it talks to a standard Cisco router > console > port and works fine at 9600 Baud with sio). Particularly, neither > 1200 > nor 115200 work. Ok, so we assume that the clock frequency is correct. Did you configure the serial ports to ignore DCD by editing /etc/rc.d/serial or otherwise (e.g. by using stty clocal)? Secondly, you are aware that with uart(4) the devices are called ttyu# and cuau# instead of ttyd# and cuad# (resp)? -- Marcel Moolenaar xcllnt@mac.com