atom feed6 messages in org.freebsd.freebsd-stableInfra-red in FreeBSD... Remote contro...
FromSent OnAttachments
Oleg KoreckySep 27, 2005 5:58 am 
Torfinn IngolfsenSep 27, 2005 8:34 am 
László KárolySep 27, 2005 11:55 am 
Joel WoodSep 27, 2005 4:17 pm 
Daniel O'ConnorSep 27, 2005 6:47 pm 
Z.C.B.Sep 7, 2006 12:13 am 
Subject:Infra-red in FreeBSD... Remote control in XMMS... LIRC ??
From:Joel Wood (jwo@mail.ncircle.com)
Date:Sep 27, 2005 4:17:30 pm
List:org.freebsd.freebsd-stable

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 !