From owner-freebsd-questions@FreeBSD.ORG Thu Oct 19 15:28:26 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A040816A4C2 for ; Thu, 19 Oct 2006 15:28:26 +0000 (UTC) (envelope-from leofante@gawab.com) Received: from smtp7.libero.it (smtp7.libero.it [193.70.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E4043D5E for ; Thu, 19 Oct 2006 15:28:17 +0000 (GMT) (envelope-from leofante@gawab.com) Received: from localhost (172.16.1.17) by smtp7.libero.it (7.0.027-DD01) id 451C4E6A01B9F10C for freebsd-questions@FreeBSD.org; Thu, 19 Oct 2006 17:28:15 +0200 Received: from smtp3.libero.it ([172.16.1.53]) by localhost (asav12.libero.it [193.70.192.95]) (amavisd-new, port 10024) with ESMTP id 03866-05-7 for ; Thu, 19 Oct 2006 17:28:15 +0200 (CEST) Received: from [127.0.0.1] (adsl-ull-81-162.44-151.net24.it [151.44.162.81]) by smtp3.libero.it (Postfix) with ESMTP id BFE1AABE11 for ; Thu, 19 Oct 2006 17:28:14 +0200 (MEST) Message-ID: <4537998D.40202@gawab.com> Date: Thu, 19 Oct 2006 17:28:13 +0200 From: leo fante User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0642-3, 10/19/2006), Outbound message X-Antivirus-Status: Clean X-Scanned: with antispam and antivirus automated system at libero.it Cc: Subject: Digitemp on freebsd 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 15:28:26 -0000 Hi I'm trying to use digitemp (http://www.digitemp.com) on freebsd6.1 but my attempt so far is without success. Here what I've done, on a minimal freebsd installation: downloaded the 3.4.0 tgz, installed gmake, then compiled with "gmake ds9097" ( worked without errors) ./digitemp_9097 -i -s /dev/ttyd0 -q -c ./config to initialize the program Digitemp starts and then nothing happens. I'm using a passive circuit and I've verified that it works. Installed linux on the same machine and it works. I've checked that the serial interface on the freebsd machine works correctly connecting a serial modem and issuing ati command from minicom. Used root to avoid problems connected with permissions, chmodded to 777 all /dev/ttyd*, tried ttyd1 the result is always the same, the program starts without errors and just stays there doing (apparently) nothing, to exit I've to interrupt the execution. Since there are no errors I've no other idea of what is wrong. Any help would be greatly appreciated, thanks Leo