From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 15 08:43:42 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50BE016A401 for ; Thu, 15 Mar 2007 08:43:42 +0000 (UTC) (envelope-from anton.stamenov@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.236]) by mx1.freebsd.org (Postfix) with ESMTP id C431413C468 for ; Thu, 15 Mar 2007 08:43:41 +0000 (UTC) (envelope-from anton.stamenov@gmail.com) Received: by hu-out-0506.google.com with SMTP id 38so705175huc for ; Thu, 15 Mar 2007 01:43:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:organization:user-agent:from; b=QdLSHQocmWMZvH0buvJ0JFBU1RxPdMUI3Ax9GKBABbmf5naHY/1vHX8wIAzcnWhnNFfjBr1Ui8YF5Q+y8p3yclWcu5mUu7U3rNxlQz25YKHodSN6brFBEPSXtnKYZkPvyhS8LLHZbJxTc79MpPXfLhMjFQ9vx35z3WZDe8p1Wdo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:organization:user-agent:from; b=r8h6h84W9lhQ9a2Cv58epS1Sie23jyFuH+GmmyZLs+6LLrxMFwihbg3hjxW1Dm5pHQ73ekamiEXVzvDGtUj7GpbyuufnfzSUnxb91eyQLW2jIN8UsVLz7NowUDED+0CiyPIxdQarKBIOCxeX3GF1rkUJ1s5f+Fc9s12QMd12QNw= Received: by 10.82.138.6 with SMTP id l6mr195606bud.1173948219450; Thu, 15 Mar 2007 01:43:39 -0700 (PDT) Received: from gmail.com ( [212.39.72.25]) by mx.google.com with ESMTP id i5sm1124724mue.2007.03.15.01.43.37; Thu, 15 Mar 2007 01:43:38 -0700 (PDT) Received: by gmail.com (sSMTP sendmail emulation); Thu, 15 Mar 2007 10:43:35 +0200 Date: Thu, 15 Mar 2007 10:43:35 +0200 To: freebsd-multimedia@freebsd.org Message-ID: <20070315084335.GB1124@gmail.com> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <45F77267.9080403@netmusician.org> <20070314054117.GB6688@wantadilla.lemis.com> <7BADB2D8968E702424EAE969@ganymede.hub.org> <45F88A52.7000809@netmusician.org> <20070315080854.5232bb9b.torfinn.ingolfsen@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070315080854.5232bb9b.torfinn.ingolfsen@broadpark.no> Organization: Accenture User-Agent: Mutt/1.5.13 (2006-08-11) From: Anton Stamenov Subject: Re: LIRC guide for FreeBSD X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2007 08:43:42 -0000 I don't have deep knowledge about remotes and infrared and lirc, what I can help is to show my success story. My dongle, is also serial, and there is a serial driver for lirc under freebsd. I'm using it. My setup is little bit oposite, I have a FreeBSD box which is setup as media box and I controll different multimedia (not only) stuff on this box using my remote. I'm watching TV, using one old Pinncle PCTV Pro card which is well supported under FreeBSD. On Thu, 15 Mar 2007, Torfinn Ingolfsen wrote: > On Wed, 14 Mar 2007 19:50:42 -0400 > Joe Auty wrote: > > > The piece I'm missing is getting LIRC listening on a device node so > > that it can communicate with my IR Blaster connected to my serial > > port. > > I *think* that the problem is related to the fact that IR Blasters are > using the serial port in a non-standard way. > Instead of using the Tx signal to transmit data, they are using the DTR > signal. This page seems to support that view: > http://www.lirc.org/transmitters.html > > Thus, you need a special driver for the serial port which allows it to > work in this way. It is probably a year or two since I looked at it, > but the problem then was that LIRC's "driver" for serial ports was > totally Linux-specific, not very clean code, and not easy to port over > to FreeBSD. So nobody did make a LIRC serial port driver for FreeBSD . > > See also /usr/ports/comms/lirc/pkg-message > > So, either you need to write a "LIRC driver" for serial piorts under > FreeBSD, or you need to get a "IR Blaster" type device that doesn't use > the serial port, AND is spported both by FreeBSD and LIRC, if such > devices exists. > > HTH -- ___________ anton