I’ve just built a transmitter for use with LIRC (http://www.lirc.org/improved_transmitter.html) and while I guess I should post on the LIRC list I was hoping that someone out there has gone through the config of this sort of device specifically for use with MythTV.

 

LIRC is working well with the Hauppage remote as detailed in Jarod’s most excellent guide and I have inserted the codes for my STB into /etc/lircd.conf.

 

Unfortunately I get errors when trying to use irsend:

 

#irsend SEND_ONCE stb1 1

Irsend: command failed: SEND_ONCE stb1

Irsend: hardware does not support sending

 

 

stb1 is the name of the remote entry in lircd.conf.

 

Does anyone know how to configure LIRC so that it will be able to send to one remote and still receive the Hauppage remote? I think this is doable but have not been able to find much as yet on the web detailing how the config is done.

 

I’ve attached my lircd.conf in case the problem lays there.

 

 

 

Regards

Marty

 

 

 

 

 

# brand:                       Hauppauge
# model no. of remote control: Grey (PVR-350)

begin remote

  name  hauppaugegrey
  bits           13
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          200000
  min_repeat      4
  toggle_bit      2


      begin codes
          OFF                      0x00000000000017FD
          GO                       0x0000000000001FFB
          1                        0x00000000000017C1
          2                        0x00000000000017C2
          3                        0x00000000000017C3
          4                        0x00000000000017C4
          5                        0x0000000000001FC5
          6                        0x0000000000001FC6
          7                        0x0000000000001FC7
          8                        0x0000000000001FC8
          9                        0x0000000000001FC9
          0                        0x00000000000017C0
          BACK/EXIT                0x00000000000017DF
          MENU                     0x0000000000001FCD
          CH+                      0x00000000000017E0
          OK                       0x00000000000017E5
          CH-                      0x00000000000017E1
          VOL-                     0x0000000000001FD1
          VOL+                     0x00000000000017D0
          RED                      0x0000000000001FCB
          GREEN                    0x0000000000001FEE
          YELLOW                   0x00000000000017F8
          BLUE                     0x0000000000001FE9
          MUTE                     0x00000000000017CF
          BLANK                    0x0000000000001FCC
          FULL                     0x00000000000017FC
          REW                      0x0000000000001FF2
          PLAY                     0x00000000000017F5
          FFW                      0x0000000000001FF4
          RECORD                   0x00000000000017F7
          STOP                     0x0000000000001FF6
          PAUSE                    0x00000000000017F0
          REPLAY                   0x0000000000001FE4
          SKIP                     0x00000000000017DE
      end codes

end remote

#
# brand:                       Foxtel PACE STB
# model no. of remote control: 
# devices being controlled by this remote:
#

begin remote

  name   stb1
  flags CONST_LENGTH|RAW_CODES
  eps            30
  aeps          100

  ptrail          0
  repeat     0     0
  duty_cycle    33
  gap           90985
  frequency     36500

      begin raw_codes
        name 0
                     411     274     164     274     164     603
                     164     274     164     411     164     603
                     164     603     164     274     164     274
                     164     274     164     603     164     411
                     164     603     164     274     164     274
                     164     274     164     274     164   
                
        name 1
                     411     274     164     274     164     603
                     164     274     164     411     164     603
                     164     603     164     274     164     274
                     164     274     164     603     164     411
                     164     603     164     274     164     274
                     164     274     164     411     164
                
        name 2
                     411     274     164     274     164     603
                     164     274     164     411     164     603
                     164     603     164     274     164     274
                     164     274     164     603     164     411
                     164     603     164     274     164     274
                     164     274     164     603     164 
                
        name 3
                     411     274     164     274     164     603
                     164     274     164     411     164     603
                     164     603     164     274     164     274
                     164     274     164     603     164     411
                     164     603     164     274     164     274
                     164     274     164     711     164
                
        name 4
                     411     274     164     274     164     603
                     164     274     164     411     164     603
                     164     603     164     274     164     274
                     164     274     164     603     164     411
                     164     603     164     274     164     274
                     164     411     164     274     164 
                
        name 5
                     411     274     164     274     164     603
                     164     274     164     411     164     603
                     164     603     164     274     164     274
                     164     274     164     603     164     411
                     164     603     164     274     164     274
                     164     411     164     411     164
        name 6
                     411     274     164     274     164     603
                     164     274     164     411     164     603
                     164     603     164     274     164     274
                     164     274     164     603     164     411
                     164     603     164     274     164     274
                     164     411     164     603     164
        name 7
                     411     274     164     274     164     603
                     164     274     164     411     164     603
                     164     603     164     274     164     274
                     164     274     164     603     164     411
                     164     603     164     274     164     274
                     164     411     164     711     164
        name 8
                     411     274     164     274     164     603
                     164     274     164     411     164     603
                     164     603     164     274     164     274
                     164     274     164     603     164     411
                     164     603     164     274     164     274
                     164     603     164     274     164
                
        name 9
                     411     274     164     274     164     603
                     164     274     164     411     164     603
                     164     603     164     274     164     274
                     164     274     164     603     164     411
                     164     603     164     274     164     274
                     164     603     164     411     164

      end raw_codes

end remote


_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to