Thanks for the quick reply.
Still no joy.

Here is home/kevin/.lircrc/mythtv

begin
    remote = Apple_A1156
    prog = mythtv
    button = PLUS Apple_A1156
    config = Up
    repeat = 2
    delay = 0
end

begin
    remote = Apple_A1156
    prog = mythtv
    button = MINUS Apple_A1156
    config = Down
    repeat = 2
    delay = 0
end

begin
    remote = Apple_A1156
    prog = mythtv
    button = MENU Apple_A1156
    config = Escape
    repeat = 2
    delay = 0
end

begin
    remote = Apple_A1156
    prog = mythtv
    button = PLAY Apple_A1156
    config = Space
    repeat = 2
    delay = 0
end

begin
    remote = Apple_A1156
    prog = mythtv
    button = NEXT Apple_A1156
    config = Right
    repeat = 2
    delay = 0
end

begin
    remote = Apple_A1156
    prog = mythtv
    button = PREV Apple_A1156
    config = Left
    repeat = 2
    delay = 0
end

The same setup is in /home/kevin/mythtv/lircrc

Here is /etc/lirc/lircd.conf

#Configuration for the Apple Mac mini USB IR Receiver remote:
#include "/usr/share/lirc/remotes/apple/lircd.conf.macmini"

begin remote

  name  Apple_A1156
  bits            8
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  pre_data_bits   24
  pre_data       0x87EE81
  gap          211982
  toggle_bit_mask 0x0
  ignore_mask 0x0000ff01

      begin codes
          PLUS                    0x0B
          MINUS                  0x0D
          PREV                0x08
          NEXT                  0x07
          PLAY                     0x04
          MENU                     0x02
      end codes

end remote

Any other ideas???


On Jun 7, 8:52 pm, Will Koehler <[email protected]> wrote:
> The remote name in lircrc has to match the name defined in /etc/lirc/
> lircd.conf. irw reports the name defined in lircd.conf. In your case  
> this is "Apple_A1156".
>
> Change the lines in lircrc from "remote = Apple_IR" to "remote =  
> Apple_A1156" and it should work (or at least it will be closer to  
> working :)
>
> On Jun 7, 2009, at 11:41 PM, iitywygms wrote:
>
>
>
> > Following the guides.  Everything seems cool.
> > Here is a test
> > ke...@mythbed:~$ irw /dev/lircd
> > 0000000087ee810d 00 MINUS Apple_A1156
> > 0000000087ee810d 01 MINUS Apple_A1156
> > 0000000087ee810b 00 PLUS Apple_A1156
> > 0000000087ee810b 01 PLUS Apple_A1156
>
> > That seems okay.
>
> > Here is part of my lircrc
>
> > ke...@mythbed:~/.mythtv$ tail -n30 ~/.mythtv/lircrc
>
> > begin
> >    remote = Apple_IR
> >    prog = mythtv
> >    button = PLAY
> >    config = Space
> >    repeat = 2
> >    delay = 0
> > end
>
> > begin
> >    remote = Apple_IR
> >    prog = mythtv
> >    button = NEXT
> >    config = Right
> >    repeat = 2
> >    delay = 0
> > end
>
> > begin
> >    remote = Apple_IR
> >    prog = mythtv
> >    button = PREV
> >    config = Left
> >    repeat = 2
> >    delay = 0
> > end
> > ke...@mythbed:~/.mythtv$
>
> > But NOTHING happens in mythtv??
> > Any ideas?
> > mythbuntu 9.04
>
>
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
For more options, visit this group at
http://groups.google.com/group/atv-bootloader?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to