From owner-freebsd-hardware@FreeBSD.ORG Fri Aug 13 17:08:21 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C49F016A4CE for ; Fri, 13 Aug 2004 17:08:21 +0000 (GMT) Received: from mail1.ecc.u-tokyo.ac.jp (mail1.ecc.u-tokyo.ac.jp [133.11.171.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id E26DB43D5E for ; Fri, 13 Aug 2004 17:08:20 +0000 (GMT) (envelope-from tamaru@myn.rcast.u-tokyo.ac.jp) Received: from spam005.ecc.u-tokyo.ac.jp (spam005.ecc.u-tokyo.ac.jp [133.11.50.198]) by mail1.ecc.u-tokyo.ac.jp (Postfix) with ESMTP id 38F2370294 for ; Sat, 14 Aug 2004 02:08:19 +0900 (JST) Received: from gin.myn.rcast.u-tokyo.ac.jp ( [157.82.72.158]) by spam005.ecc.u-tokyo.ac.jp (SpamBlock.pst 3.4.25) with ESMTP id for ; Sat, 14 Aug 2004 02:08:18 +0900 Date: Sat, 14 Aug 2004 02:08:18 +0900 Message-ID: From: Hiroharu Tamaru To: freebsd-hardware@freebsd.org User-Agent: User-Agent: Wanderlust/2.10.0 (Venus) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-IP: 157.82.72.158 X-FROM-DOMAIN: myn.rcast.u-tokyo.ac.jp X-FROM-EMAIL: tamaru@myn.rcast.u-tokyo.ac.jp Subject: How to receive BIOS console redirection? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 17:08:21 -0000 Hello all, I have a Supermicrio P4SC8 motherboard and I want to receive its BIOS console redirect output on another FreeBSD box. The motherboard is checking for *something* to see if a serial terminal is attached, and rejects the link. I tried 'tip com1' with an /etc/remote setup of com1:dv=/dev/cuaa0:br#115200:pa=none: and ports/comms/kermit with set line /dev/cuaa0 set speed 115200 set carrier-watch off connect and in both cases, the motherboard times out and abandons the redirection. On the other hand, when I use MS Windows' HyperTerminal, it works. Interestingly, after the redirection starts (on HypterTerminal), I can pullout the serial cable from this Windows box and attach it to the FreeBSD box running a tip session, and now the output is recieved by the FreeBSD box, and I can tweek the BIOS setup as much as I like. So, I assume the ususal communication parameters are OK, but there is some signal setup that is missing here, that the Supermicro M/B is looking for. I'm sure there are plenty of people here running such a setup. So, could someone enlighten me where to tweek? I've tried 4.10-stable and 5.2.1-RELEASE if that matters. -- Hiroharu Tamaru