From owner-freebsd-stable@FreeBSD.ORG Tue Sep 27 23:17:48 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 384A016A41F for ; Tue, 27 Sep 2005 23:17:48 +0000 (GMT) (envelope-from jwood@mail.ncircle.com) Received: from mail.ncircle.com (mail.ncircle.com [64.84.9.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 112C743D48 for ; Tue, 27 Sep 2005 23:17:43 +0000 (GMT) (envelope-from jwood@mail.ncircle.com) Received: from mail.ncircle.com (localhost [127.0.0.1]) by mail.ncircle.com (8.13.1/8.12.8) with ESMTP id j8RNHdIl070681; Tue, 27 Sep 2005 16:17:39 -0700 (PDT) (envelope-from jwood@mail.ncircle.com) Received: from localhost (jwood@localhost) by mail.ncircle.com (8.13.1/8.12.8/Submit) with ESMTP id j8RNHdg3070030; Tue, 27 Sep 2005 16:17:39 -0700 (PDT) Date: Tue, 27 Sep 2005 16:17:39 -0700 (PDT) From: Joel Wood To: Oleg Korecky In-Reply-To: <43394274.3030203@dnepr.net> Message-ID: <20050927161156.Q31161@mail.ncircle.com> References: <43394274.3030203@dnepr.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.52 on 64.84.9.150 Cc: freebsd-stable@freebsd.org Subject: Re: Infra-red in FreeBSD... Remote control in XMMS... LIRC ?? 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, 27 Sep 2005 23:17:48 -0000 I wrote a simple python program that interfaces directly with /dev/ugen0.1 to work with the usb rf ati remote wonder plus. Rather then interfacing through lircd, I just output stuff in the format that lircd uses so that programs like mplayer just work. The format is something like: hexcode repeat-count keybinding configfile or: '00000040151f0a00 00 MUTE /home/jwood/remotewonderplus.conf\n' '00000040151f0a00 01 MUTE /home/jwood/remotewonderplus.conf\n' '00000040151f0a00 02 MUTE /home/jwood/remotewonderplus.conf\n' '00000040151f0a00 03 MUTE /home/jwood/remotewonderplus.conf\n' if I were to hold the mute key down. If anyone would like the code, reply to me off list, as I am not on the list. -Joel On Tue, 27 Sep 2005, Oleg Korecky wrote: > Did somebody use LIRC on the FreeBSD ? Or what you can recommend instead LIRC > ? > Thanks ! > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >