From owner-freebsd-questions@FreeBSD.ORG Fri Oct 20 03:26:21 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 5E6D616A403 for ; Fri, 20 Oct 2006 03:26:21 +0000 (UTC) (envelope-from juhasaarinen@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC18443D46 for ; Fri, 20 Oct 2006 03:26:20 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: by wx-out-0506.google.com with SMTP id t4so827938wxc for ; Thu, 19 Oct 2006 20:26:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tS2nH8yXCdBM9tXGbmRS9eEMn+ILDcxO4P+R1Rh50Yi2uDRLDEFkCBnvS5fKJ4sivvEcoQVej5vXQx6cUm1tK3lga0o0b/INQjsdrnfHwnQRUsApI+teaAp6G6M2n9J+bIu4Dc7/4nR2qnTvajjR28bfplmhQCpBzicHr1MBncc= Received: by 10.90.52.2 with SMTP id z2mr749247agz; Thu, 19 Oct 2006 20:26:20 -0700 (PDT) Received: by 10.90.63.8 with HTTP; Thu, 19 Oct 2006 20:26:20 -0700 (PDT) Message-ID: Date: Fri, 20 Oct 2006 16:26:20 +1300 From: "Juha Saarinen" To: "leo fante" In-Reply-To: <4537998D.40202@gawab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4537998D.40202@gawab.com> Cc: "freebsd-questions@FreeBSD.org" Subject: Re: 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: Fri, 20 Oct 2006 03:26:21 -0000 On 10/20/06, leo fante wrote: > 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 If I understand it right, digitemp is a Linux program - don't you need to run it under Linux emulation? -- Juha