From owner-freebsd-stable@FreeBSD.ORG Tue Dec 14 20:43:02 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBBA7106566B for ; Tue, 14 Dec 2010 20:43:02 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [62.231.161.221]) by mx1.freebsd.org (Postfix) with ESMTP id ADF048FC08 for ; Tue, 14 Dec 2010 20:43:01 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.4/8.14.4) with ESMTP id oBEKOlX7058867; Wed, 15 Dec 2010 02:24:47 +0600 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <4D07D28A.8010301@rdtc.ru> Date: Wed, 15 Dec 2010 02:24:42 +0600 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.1.10) Gecko/20100712 Thunderbird/3.0.5 MIME-Version: 1.0 To: Luigi Rizzo References: <20101214193550.GA88466@onelab2.iet.unipi.it> In-Reply-To: <20101214193550.GA88466@onelab2.iet.unipi.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: how to access the SOL (Serial over Lan) port in FreeBSD ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2010 20:43:02 -0000 On 15.12.2010 01:35, Luigi Rizzo wrote: > i recently bought two motherboards with Intel AMT support, > a remote management tool which among other things implements > Serial Over Lan (SOL) -- which seems to be accessible > via TCP port 16994 > > I have enabled the feature in the bios and built a client > (amtterm, see http://dl.bytesex.org/releases/amtterm/ ) > which does connect to the port, but there is no data. > > Especially, on the FreeBSD side i see no "uart" device > associated with the SOL port, only uart0 which is the > physical serial port on board. > > Any idea on how to make the SOL port visible ? > I am using a stock 8.2-beta kernel for amd64, > tried to load ipmi but it makes no difference. Today I successfully tested IPMI 2.0 card integrated within SuperMicro server. For server side, I've got /dev/ttyu0 as first physical port, /dev/ttyu1 as second and /dev/ttyu2 for SOL port automatically at boot time. Open request for /dev/ttyu2 locks waiting for DCD until I use ipmitool shell at remote workstation and command 'sol activate' in the shell. It gave me clean serial channel and I've successfully got getty login prompt, logged in, run Midnight Commander (TERM=xterm) without a problem. Eugene Grosbein