[mythtv] lirc, Motorola DCT2000 and the Actisys IR blaster

Matt Zimmerman mythtv-dev@snowman.net
Sun, 8 Dec 2002 00:44:32 -0500


--Lb0e7rgc7IsuDeGj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Nov 04, 2002 at 11:12:28AM -0600, Carlos Talbot wrote:

> I just finished configuring Mythtv to use the Actisys IR blaster
> ( http://store.yahoo.com/snapstreammedia/irblasbun.html ) along with lirc.
> Channel changing finally works!

I just unpacked mine and have started tinkering with it, with no success so
far.  What configuration are you using for the module and for lircd?  I'm
using a config file that I found for the DCT2000, which is attached.

When lirc_serial loads, it prints this:

lirc_serial: auto-detected active high receiver

is that the same thing that you see?

I've tried building the module both with and without
-DLIRC_SERIAL_SOFTCARRIER (always with -DLIRC_SERIAL_TRANSMITTER of course),
and it doesn't seem to make a difference.

-- 
 - mdz

--Lb0e7rgc7IsuDeGj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=DCT2000

#
# this config file was automatically generated
# using lirc-0.5.5 on Wed Jun  5 07:33:26 2002
#
# contributed by 
#
# brand:             General Instrument/Motorola
# model:             ?
# supported devices: dct2000 settop box
#

begin remote

  name  gi-motorola-dct2000
  bits           16
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       9036  4424
  one           556  2185
  zero          556  4424
  ptrail        556
  gap          100025
  repeat_bit      0

      begin codes
          HELP                     0x000000000000B3F2
          POWER                    0x000000000000AFF9
          MUTE                     0x0000000000000FF7
          EXIT                     0x000000000000B7F4
          PGUP                     0x000000000000A3F3
          LOCK                     0x00000000000097F6
          PGDN                     0x00000000000023FB
          INFO                     0x00000000000033FA
          UP                       0x000000000000D3F6
          DOWN                     0x00000000000053FE
          LEFT                     0x00000000000093F1
          RIGHT                    0x00000000000013F9
          OK                       0x00000000000077F8
          GUIDE                    0x000000000000F3F4
          MENU                     0x00000000000067F9
          VOLUP                    0x0000000000004FF3
          VOLDN                    0x0000000000008FFB
          LAST                     0x00000000000037FC
          FAV                      0x00000000000057FA
          CHUP                     0x0000000000002FF5
          CHDN                     0x000000000000CFFD
          A                        0x00000000000017FE
          B                        0x0000000000001BF1
          C                        0x000000000000EBF9
          1                        0x0000000000007FF0
          2                        0x000000000000BFF8
          3                        0x0000000000003FF4
          4                        0x000000000000DFFC
          5                        0x0000000000005FF2
          6                        0x0000000000009FFA
          7                        0x0000000000001FF6
          8                        0x000000000000EFFE
          9                        0x0000000000006FF1
          0                        0x000000000000FFFF
          BYPASS                   0x000000000000D7F2
          ENTER                    0x000000000000F7F0
          STOP                     0x00000000000063FD
          PAUSE                    0x00000000000007FF
          PLAY                     0x000000000000E3F5
          REW                      0x00000000000087F7
          REC                      0x00000000000073FC
          FWD                      0x00000000000047FB
      end codes

end remote



--Lb0e7rgc7IsuDeGj--