On 11/12/07, Steven Mestdagh <[EMAIL PROTECTED]> wrote:
> Richard Storm [2007-11-11, 00:03:37]:
> > Hello!
> > I have macbook:
> > hw.model=Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz
> > hw.vendor=Apple Inc.
> > hw.product=MacBook2,1
> > hw.version=1.0
> >
> > On http://wiki.freebsd.org/AppleMacbook "IR receiver" section there is
> > tool available at http://fnop.net/~rpaulo/priv/freebsd/aird.tgz.
> >
> > Here is patch that makes it compile/work under openbsd with my macbook
> > and remote control.
> >
> > Ignore manpage, run like this:
> > ./aird -vd -f /dev/uhid1 -M "echo menu" -P "echo play" -F "echo
> > forward" -B "echo backward" -U "echo volumeup" -D "echo volumedown"
>
> works nicely on my macbook.  maybe this can be added to the ports tree?
>

Don't know if ports is good idea, because it is hacked up version which supports
only macbook remotes (it seems), since macbook pro remotes needs pairing(!?) and
can do key repeats (like in original aird.c).
Don't have any macbook pro remote to test with. I assume this diff
breaks macbook pro remotes...

btw: look at my cool config :))

#!/bin/sh
aird -vd -f /dev/uhid1 -M "audacious --show-main-window" -P "audacious
-t" -F "audacious -f" -B "audacious -r" -U "mixerctl
outputs.master=+5,+5" -D "mixerctl outputs.master=-5,-5"

Reply via email to