View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 59 posts ] 
Go to page Previous  1, 2, 3, 4

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Wed Feb 01, 2006 7:25 am 
Offline
Joined: Mon Feb 23, 2004 5:05 pm
Posts: 77
Cecil,
Ok i use the one for all urc-3021b00. I have two. One i use with the hauppage receiver, and one with a serial reciever. The serial reciever lircd.conf is a bit different from the hauppage receiver one. It took a bit to get the serial to work. For some reason the auto script didn't work. I had to manually compile lirc. I also had to remove the /dev/lirc files that knoppmyth had created.

I've attached the two lircd.conf files and the one lircrc file i use, i don't know your email address to email them. If someone could point that out to me i would send them.

hauppauge receiver one:
Code:
#lircd-hauppauge reciever
# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.7.0pre4(hauppauge) on Fri Jul  2 18:31:00 2004
#
# contributed by
#
# brand:                       my
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

  name  my
  bits           13
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  gap          199980
  toggle_bit      2


      begin codes
          1                        0x0000000000001941
          2                        0x0000000000001142
          3                        0x0000000000001943
          4                        0x0000000000001144
          5                        0x0000000000001945
          6                        0x0000000000001146
          7                        0x0000000000001947
          8                        0x0000000000001148
          9                        0x0000000000001949
          0                        0x0000000000001140
     TV/VID         0x000000000000197E
     Enter            0x0000000000001948
     Guide            0x0000000000000145
     Menu            0x000000000000195D
     Info            0x000000000000117C
     Exit            0x0000000000001971
     RightArrow         0x0000000000000156
     LeftArrow         0x0000000000000155
     UpArrow         0x0000000000001960
     DownArrow         0x0000000000001961
     Select         0x000000000000114B
     ChUp            0x0000000000001960
     ChDown         0x0000000000001961
     SubTitle         0x0000000000001163
     Mute            0x000000000000114D
     VolUp            0x0000000000001150
     VolDown         0x0000000000001151
     Rew            0x0000000000001172
     Play            0x0000000000001975
     Fwd            0x0000000000001174
     SkipR            0x0000000000000971
     Pause            0x0000000000001169
     SkipF            0x0000000000000970
           Rec            0x0000000000001177
     Stop            0x0000000000001976
     Sleep            0x0000000000001166
           Last            0x0000000000000019
      end codes

end remote


serial receiver one
Code:

# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.7.0pre4(hauppauge) on Fri Jul  2 18:31:00 2004
#
# contributed by
#
# brand:                       my
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

  name  my
  bits           13
  flags RC5|CONST_LENGTH
  eps            30
  aeps          100

  one             880   889
  zero            880   889
  plead     1008
  gap            113802
  min_repeat     3
  toggle_bit      2


      begin codes
          1                        0x1941
          2                        0x0000000000001142
          3                        0x0000000000001943
          4                        0x0000000000001144
          5                        0x0000000000001945
          6                        0x0000000000001146
          7                        0x0000000000001947
          8                        0x0000000000001148
          9                        0x0000000000001949
          0                        0x0000000000001140
     TV/VID         0x000000000000197E
     Enter            0x0000000000001948
     Guide            0x0000000000000145
     Menu            0x000000000000195D
     Info            0x000000000000117C
     Exit            0x0000000000001971
     RightArrow         0x0000000000000156
     LeftArrow         0x0000000000000155
     UpArrow         0x0000000000001960
     DownArrow         0x0000000000001961
     Select         0x000000000000114B
     ChUp            0x0000000000001960
     ChDown         0x0000000000001961
     SubTitle         0x0000000000001163
     Mute            0x000000000000114D
     VolUp            0x0000000000001150
     VolDown         0x0000000000001151
     Rew            0x0000000000001172
     Play            0x0000000000001975
     Fwd            0x0000000000001174
     SkipR            0x0000000000000971
     Pause            0x0000000000001169
     SkipF            0x0000000000000970
           Rec            0x0000000000001177
     Stop            0x0000000000001976
     Sleep            0x0000000000001166
           Last            0x0000000000000019
      end codes

end remote



now my lircrc file:
Code:
# My lircrc file for a urc-3021b00 remote

begin
    prog = mythtv
    button = Enter
    config = w
end

begin
    prog = mythtv
    button = TV/VID
    config = F
end

begin
    prog = mythtv
    button = 1
    config = 1 
    repeat = 3
end

begin
    prog = mythtv
    button = 2
    config = 2 
    repeat = 3
end

begin
    prog = mythtv
    button = 3
    config = 3 
    repeat = 3
end

begin
    prog = mythtv
    button = 4
    config = 4 
    repeat = 3
end

begin
    prog = mythtv
    button = 5
    config = 5 
    repeat = 3
end

begin
    prog = mythtv
    button = 6
    config = 6 
    repeat = 3
end

begin
    prog = mythtv
    button = 7
    config = 7 
    repeat = 3
end

begin
    prog = mythtv
    button = 8
    config = 8 
    repeat = 3
end

begin
    prog = mythtv
    button = 9
    config = 9 
    repeat = 3
end

begin
    prog = mythtv
    button = Exit
    config = Esc
end

begin
    prog = mythtv
    button = 0
    config = 0 
    repeat = 3
end

begin
    prog = mythtv
    button = Menu
    config = M 
end

begin
   prog = mythtv
   button = Guide
   config = I
end

begin
   prog = mythtv
   button = Info
   config = O 
end

begin
  prog = mythtv
  button = VolDown
  repeat = 3
  config = F10 
end

begin
  prog = mythtv
  button = VolUp
  repeat = 3
  config = F11 
end

begin
    prog = mythtv
    button = ChUp
    repeat = 3
    config = Up
end

begin
     prog = mythtv
     button = UpArrow
     repeat = 3
     config = Up
end

begin
    prog = mythtv
    button = ChDown
    repeat = 3
    config = Down
end

begin
    prog = mythtv
    button = DownArrow
    repeat = 3
    config = Down
end

begin
    prog = mythtv
    button = LeftArrow
    repeat = 3
    config = Left
end

begin
    prog = mythtv
    button = RightArrow
    repeat = 3
    config = Right
end

begin
    prog = mythtv
    button = Select
    config = Space
    repeat = 3
end

begin
    prog = mythtv
    button = Mute
    config = F9 
    repeat = 3
end

begin
   prog = mythtv
   button = Last
   config = H 
end

begin
   prog = mythtv
   button = Subtitle
   config = X
end

begin
    prog = mythtv
    button = Rew
    config = < 
end

begin
    prog = mythtv
    button = Play
    config = P 
end

begin
    prog = mythtv
    button = Fwd
    config = > 
end

begin
  prog = mythtv
  button = Rec
  config = r 
end

begin
   prog = mythtv
# Teletext
   button = Stop
   config = Esc 
end

begin
    prog = mythtv
    button = Pause
    config = P 
end

begin
   prog = mythtv
   button = SkipR
# Use for backwards commercial skip
    config = PgUp
end

begin
   prog = mythtv
   button = SkipF
# Use for forward commercial skip
    config = PgDown 
end

begin
    prog = mythtv
    button = Sleep
    config = ?
end

#Xine
begin
   prog = xine
   button = Exit
   config = Quit
end

begin
   prog = xine
   button = TV/VID
   config = SaturationControl+
end

begin
   prog = xine
   button = Stop
   config = ContrastControl+
end

begin
   prog = xine
   button = SubTitle
   config = SaturationControl-
end

begin
   prog = xine
   button = Sleep
   config = ContrastControl-
end

begin
   prog = xine
   button = Info
   config = ToggleAspectRatio
end

begin
   prog = xine
   button = Play
   config = Play
end

begin
   prog = xine
   button = Pause
   config = Pause
end

begin
   prog = xine
   button = UpArrow
   config = EventUp
end

begin
   prog = xine
   button = DownArrow
   config = EventDown
end

begin
   prog = xine
   button = LeftArrow
   config = EventLeft
end

begin
   prog = xine
   button = RightArrow
   config = EventRight
end

begin
   prog = xine
   button = Select
   config = EventSelect
end

begin
   prog = xine
   button = Guide
   config = Menu
end

begin
   prog = xine
   button = VolUp
   config = Volume+
end

begin
   prog = xine
   button = VolDown
   config = Volume-
end

begin
   prog = xine
   button = Mute
   config = Mute
end

begin
   prog = xine
   button = 0
   config = Number0
end
begin
   prog = xine
   button = 1
   config = Number1
end
begin
   prog = xine
   button = 2
   config = Number2
end
begin
   prog = xine
   button = 3
   config = Number3
end
begin
   prog = xine
   button = 4
   config = Number4
end
begin
   prog = xine
   button = 5
   config = Number5
end
begin
   prog = xine
   button = 6
   config = Number6
end
begin
   prog = xine
   button = 7
   config = Number7
end
begin
   prog = xine
   button = 8
   config = Number8
end
begin
   prog = xine
   button = 9
   config = Number9
end

begin
   prog = xine
   button = Fwd
   config = SeekRelative+30
end

begin
   prog = xine
   button = Rew
   config = SeekRelative-30
end

begin
   prog = xine
   button = SkipF
   config = EventNext
end

begin
   prog = xine
   button = SkipR
   config = EventPrior
end

begin
   prog = xine
   button = Info
   config = OSDStreamInfos
end

#MPlayer
begin
   prog = mplayer
   button = Exit
   config = quit
end
         
begin
   prog = mplayer
   button = Menu
   config = osd
end
              
begin
   prog = mplayer
   button = Rew
   config = seek -10
   repeat = 1
end
                          
begin
   prog = mplayer
   button = Fwd
   config = seek +10
   repeat = 1
end

begin
   prog = mplayer
   button = SkipR
   config = seek -60
   repeat = 1
end

begin
   prog = mplayer
   button = SkipF
   config = seek +60
   repeat = 1
end

begin
    prog = mplayer
    button = Pause
    config = pause
end

begin
    prog = mplayer
    button = Play
    config = pause
end
                           
begin
   prog = mplayer
   button = BACK
   config = quit
end

begin
   prog = mplayer
   button = VolUp
   config = volume +1
   repeat = 1
end

begin
   prog = mplayer
   button = VolDown
   config = volume -1
   repeat = 1
end

begin
   prog=mplayer
   button=Mute
   config=mute
end


Top
 Profile  
 
PostPosted: Sat Feb 11, 2006 7:06 pm 
Offline
Joined: Sat Dec 03, 2005 5:59 pm
Posts: 111
Location: Sydney, Australia
[EDIT: 4th March 2006] I have now got this remote working, but it still wouldn't surprise me if I'm the only one with this particular remote, so it's probably not worth including. [/EDIT]

I don’t know if this will be of much use to many, as this remote may be rare, but I don’t know for sure. It comes supplied with this commercial mythtv implementation http://www.hmc.com.au called the “HMC.” (There is a better picture of it here, http://www.hmc.com.au/hmc/downloads/APC_review_april04.pdf (1.45MB) but I could take my own pic of it and upload it if anyone’s interested.)

I don’t know if D1 (the manufacturer of the HMC myth box) commissioned its design specially, or if it’s just an adaptation of a commercially available IR remote, but anyway because the remote has been designed for mythtv it has all the ‘right’ keys and is well laid out for the purpose.


Here is lircd.conf:
Code:
# this config file was automatically generated
# using lirc-0.6.6(serial) on Thu Aug 21 15:44:07 2003
#
# contributed by
#
# brand:                       Development One LDO (d1ldo)
# model no. of remote control: LDO
# devices being controlled by this remote:
#                              Home Media Centre
#
# $Id: lircd.conf,v 1.11 2004/07/30 06:30:29 davidc Exp $
#

begin remote

  name  d1ldo
  bits           16
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       9076  4475
  one           593  1647
  zero          593   532
  ptrail        580
  repeat       9074  2224
  pre_data_bits   16
  pre_data       0x10EF
  gap          107808
  toggle_bit      0


      begin codes
          Power                    0x000000000000DA25
          Open                     0x000000000000FA05
          1                        0x000000000000EA15
          2                        0x000000000000F20D
          3                        0x000000000000CA35
          4                        0x0000000000006A95
          5                        0x000000000000728D
          6                        0x0000000000007A85
          7                        0x0000000000002AD5
          8                        0x00000000000032CD
          9                        0x0000000000003AC5
          0                        0x000000000000AA55
          10                       0x000000000000B24D
          Goto                     0x000000000000BA45
          Setup                    0x000000000000E817
          Ps                       0x000000000000F807
          ArrowUp                  0x000000000000F00F
          ArrowDown                0x000000000000629D
          ArrowLeft                0x0000000000006897
          ArrowRight               0x0000000000007887
          OK                       0x000000000000708F
          Title                    0x0000000000005AA5
          Menu                     0x0000000000004AB5
          Band                     0x0000000000009A65
          Feature                  0x0000000000008A75
          ChapterBack              0x000000000000A25D
          FastBack                 0x0000000000001AE5
          FastForward              0x0000000000000AF5
          ChapterForward           0x000000000000E01F
          Play                     0x00000000000022DD
          Subtitle                 0x000000000000D827
          Angle                    0x000000000000C837
          Slow                     0x00000000000050AF
          Repeat                   0x000000000000609F
          Osd                      0x00000000000048B7
          Function                 0x00000000000012ED
          Program                  0x00000000000002FD
          Mute                     0x0000000000009867
          Audio                    0x000000000000C03F
          Channel                  0x000000000000807F
          Mode                     0x00000000000000FF
          VolumeUp                 0x000000000000A857
          VolumeDown               0x00000000000038C7
          ChannelUp                0x000000000000D02F
          ChannelDown              0x00000000000010EF
      end codes

end remote


And here is lircrc:
Code:
#
# $Id: lircrc,v 1.17 2004/07/12 05:44:03 davidc Exp $
#

###############################################################################
#
# irexec: for HMC System
#
###############################################################################

begin
    prog = irexec
    remote = d1ldo
    button = Power
    repeat = 0
    config = systemstandby.pl &
end

begin
    prog = irexec
    remote = d1ldo
    button = Open
    repeat = 0
    config = openclosedrive &
end

###############################################################################
#
# mythtv: for MythTV
#
###############################################################################

begin
    prog = mythtv
    remote = d1ldo
    button = 1
    repeat = 4
    config = 1
end

begin
    prog = mythtv
    remote = d1ldo
    button = 2
    repeat = 4
    config = 2
end

begin
    prog = mythtv
    remote = d1ldo
    button = 3
    repeat = 4
    config = 3
end

begin
    prog = mythtv
    remote = d1ldo
    button = 4
    repeat = 4
    config = 4
end

begin
    prog = mythtv
    remote = d1ldo
    button = 5
    repeat = 4
    config = 5
end

begin
    prog = mythtv
    remote = d1ldo
    button = 6
    repeat = 4
    config = 6
end

begin
    prog = mythtv
    remote = d1ldo
    button = 7
    repeat = 4
    config = 7
end

begin
    prog = mythtv
    remote = d1ldo
    button = 8
    repeat = 4
    config = 8
end

begin
    prog = mythtv
    remote = d1ldo
    button = 9
    repeat = 4
    config = 9
end

begin
    prog = mythtv
    remote = d1ldo
    button = 0
    repeat = 4
    config = 0
end

begin
    prog = mythtv
    remote = d1ldo
    button = 10
    repeat = 2
    config = Backspace
end

begin
    prog = mythtv
    remote = d1ldo
    button = Goto
    repeat = 0
    config = Return
end

begin
    prog = mythtv
    remote = d1ldo
    button = Setup
    repeat = 0
    config = Home
end

begin
    prog = mythtv
    remote = d1ldo
    button = Ps
    repeat = 0
    config = S
end


begin
    prog = mythtv
    remote = d1ldo
    button = ArrowUp
    repeat = 2
    config = Up
end

begin
    prog = mythtv
    remote = d1ldo
    button = ArrowDown
    repeat = 2
    config = Down
end

begin
    prog = mythtv
    remote = d1ldo
    button = ArrowLeft
    repeat = 2
    config = Left
end

begin
    prog = mythtv
    remote = d1ldo
    button = ArrowRight
    repeat = 2
    config = Right
end

begin
    prog = mythtv
    remote = d1ldo
    button = OK
    repeat = 0
    config = Return
end

begin
    prog = mythtv
    remote = d1ldo
    button = Title
    repeat = 0
    config = E
end

begin
    prog = mythtv
    remote = d1ldo
    button = Menu
    repeat = 0
    config = Esc
end

begin
    prog = mythtv
    remote = d1ldo
    button = Band
    repeat = 0
    config = M
end

begin
    prog = mythtv
    remote = d1ldo
    button = Feature
    repeat = 0
    config = I
end

begin
    prog = mythtv
    remote = d1ldo
    button = ChapterBack
    repeat = 2
    config = (
end

begin
    prog = mythtv
    remote = d1ldo
    button = ChapterForward
    repeat = 2
    config = )
end

begin
    prog = mythtv
    remote = d1ldo
    button = FastBack
    repeat = 2
    config = <
end

begin
    prog = mythtv
    remote = d1ldo
    button = FastForward
    repeat = 2
    config = >
end

begin
    prog = mythtv
    remote = d1ldo
    button = Play
    repeat = 0
    config = P
end

begin
    prog = mythtv
    remote = d1ldo
    button = Subtitle
    repeat = 0
    config = R
end

begin
    prog = mythtv
    remote = d1ldo
    button = Angle
    repeat = 0
    config = D
end

begin
    prog = mythtv
    remote = d1ldo
    button = Slow
    repeat = 2
    config = Z
end

begin
    prog = mythtv
    remote = d1ldo
    button = Repeat
    repeat = 0
    config = ?
end

begin
    prog = mythtv
    remote = d1ldo
    button = Osd
    repeat = 2
    config = W
end

begin
    prog = mythtv
    remote = d1ldo
    button = Function
    repeat = 0
    config = C
end

begin
    prog = mythtv
    remote = d1ldo
    button = Program
    repeat = 0
    config = /
end

begin
    prog = mythtv
    remote = d1ldo
    button = Mute
    repeat = 0
    config = |
end

begin
    prog = mythtv
    remote = d1ldo
    button = ChannelUp
    repeat = 2
    config = }
end

begin
    prog = mythtv
    remote = d1ldo
    button = ChannelDown
    repeat = 2
    config = {
end

begin
    prog = mythtv
    remote = d1ldo
    button = VolumeUp
    repeat = 2
    config = ]
end

begin
    prog = mythtv
    remote = d1ldo
    button = VolumeDown
    repeat = 2
    config = [
end

###############################################################################
#
# xine: for DVD & Video playback
#
###############################################################################

begin
    prog = xine
    remote = d1ldo
    button = Open
    repeat = 0
    config = Quit
end

begin
    prog = xine
    remote = d1ldo
    button = ArrowUp
    repeat = 2
    config = EventUp
end

begin
    prog = xine
    remote = d1ldo
    button = ArrowDown
    repeat = 2
    config = EventDown
end

begin
    prog = xine
    remote = d1ldo
    button = ArrowRight
    repeat = 2
    config = EventRight
end

begin
    prog = xine
    remote = d1ldo
    button = ArrowLeft
    repeat = 2
    config = EventLeft
end

begin
    prog = xine
    remote = d1ldo
    button = Band
    repeat = 0
    config = TitleMenu
end

begin
    prog = xine
    remote = d1ldo
    button = OK
    repeat = 0
    config = EventSelect
end

begin
    prog = xine
    remote = d1ldo
    button = 0
    repeat = 4
    config = Number0
end

begin
    prog = xine
    remote = d1ldo
    button = 1
    repeat = 4
    config =  Number1
end

begin
    prog = xine
    remote = d1ldo
    button = 2
    repeat = 4
    config = Number2
end

begin
    prog = xine
    remote = d1ldo
    button = 3
    repeat = 4
    config = Number3
end

begin
    prog = xine
    remote = d1ldo
    button = 4
    repeat = 4
    config = Number4
end

begin
    prog = xine
    remote = d1ldo
    button = 5
    repeat = 4
    config = Number5
end

begin
    prog = xine
    remote = d1ldo
    button = 6
    repeat = 3
    config = Number6
end

begin
    prog = xine
    remote = d1ldo
    button = 7
    repeat = 4
    config = Number7
end

begin
    prog = xine
    remote = d1ldo
    button = 8
    repeat = 4
    config = Number8
end

begin
    prog = xine
    remote = d1ldo
    button = 9
    repeat = 4
    config = Number9
end

begin
    prog = xine
    remote = d1ldo
    button = Play
    repeat = 0
    config = Pause
end

begin
    prog = xine
    remote = d1ldo
    button = Menu
    repeat = 0
    config = Quit
#    config = Stop
end

begin
    prog = xine
    remote = d1ldo
    button = ChapterForward
    repeat = 2
    config = NextMrl
end

begin
    prog = xine
    remote = d1ldo
    button = ChapterBack
    repeat = 2
    config = PriorMrl
end

begin
    prog = xine
    remote = d1ldo
    button = Feature
    repeat = 0
    config = OSDStreamInfos
end

begin
    prog = xine
    remote = d1ldo
    button = VolumeUp
    repeat = 2
    config = Volume+
end

begin
    prog = xine
    remote = d1ldo
    button = VolumeDown
    repeat = 2
    config = Volume-
end

begin
    prog = xine
    remote = d1ldo
    button = Mute
    repeat = 0
    config = Mute
end

begin
    prog = xine
    remote = d1ldo
    button = FastForward
    repeat = 2
    config = SpeedFaster
end

begin
    prog = xine
    remote = d1ldo
    button = FastBack
    repeat = 2
    config = SpeedSlower
end

begin
    prog = xine
    remote = d1ldo
    button = Repeat
    repeat = 2
    config = ZoomIn
end

begin
    prog = xine
    remote = d1ldo
    button = Program
    repeat = 2
    config = ZoomOut
end

begin
    prog = xine
    remote = d1ldo
    button = Osd
    repeat = 2
    config = ToggleAspectRatio
end

begin
    prog = xine
    remote = d1ldo
    button = Channel
    repeat = 2
    config = EventAngleNext
#    config = AngleMenu
end

begin
    prog = xine
    remote = d1ldo
    button = Audio
    repeat = 2
    config = AudioChannelNext
#    config = AudioMenu
end

begin
    prog = xine
    remote = d1ldo
    button = Mode
    repeat = 2
    config = SpuNext
#    config = SubPictureMenu
end


Last edited by Ralph on Sat Mar 04, 2006 4:38 am, edited 1 time in total.


Top
 Profile  
 
 Post subject: Remotes
PostPosted: Thu Feb 16, 2006 2:43 pm 
Offline
Joined: Wed Jul 14, 2004 3:32 pm
Posts: 142
Hi Human/Cecil

I Don't know if you are still taking input to do with remotes, but I am pretty sure a lot of users use a standard ir receiver on COM1 or COM2.....

Any chances of getting these added into the install (lirc-reconfig) script ??

If you need any conf files, let me know

Cheers

Matt Shaw
matt@shagshaw.com

(Thought it was time I gave something back !!!!)

(Loads more to come soon)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 7:54 pm 
Offline
Joined: Sat Mar 26, 2005 3:49 pm
Posts: 290
I believe he'll be taking requests for blaster config files soon. :)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 19, 2006 1:54 pm 
Offline
Joined: Sat Feb 21, 2004 11:54 am
Posts: 48
I use the glorious RadioShack 15-2116. I followed this tutorial to get it working:

http://wilsonet.com/mythtv/remotes.php

Most of that is about programming the hardware, though. Here are the links to the lirc stuff:

http://wilsonet.com/mythtv/lircd-RS.conf.txt

http://wilsonet.com/mythtv/lircrc-RS.txt


Top
 Profile  
 
 Post subject: MCE Remote V2 UK Version
PostPosted: Sun Feb 19, 2006 2:04 pm 
Offline
Joined: Wed Nov 09, 2005 1:21 pm
Posts: 161
Location: Manchester UK
Hi All

Please find attatched an edited lirc file for the UK version P/N X8000683-115 usb MCE Remote.

Code:
#
# RC-6 config file
#
# source: http://home.hccnet.nl/m.majoor/projects__remote_control.htm
#         http://home.hccnet.nl/m.majoor/pronto.pdf
#
# used by: Philips
#
#########
#
# Philips Media Center Edition remote control
# For use with the USB MCE ir receiver
#
# Dan Conti  dconti|acm.wwu.edu
#
# Radio, Print, RecTV are only available on the HP Media Center remote control
#

begin remote

  name mceusb
  bits           16
  flags RC6|CONST_LENGTH
  eps            30
  aeps          100

  header       2667   889
  one           444   444
  zero          444   444
  pre_data_bits 21
  pre_data      0x37FF0
  gap          105000
  toggle_bit     22
  rc6_mask     0x100000000


      begin codes

# starts at af
        Radio    0x00007baf
        Print    0x00007bb1
        Videos   0x00007bb5
        Pictures 0x00007bb6
        RecTV    0x00007bb7
        Music    0x00007bb8
        TV       0x00007bb9
# no ba - d8
        Guide    0x00007bd9
        LiveTV   0x00007bda
        DVD      0x00007bdb
        Back     0x00007bdc
        OK       0x00007bdd
        Right    0x00007bde
        Left     0x00007bdf
        Down     0x00007be0
        Up       0x00007be1
        Star     0x00007be2
        Hash     0x00007be3
        Replay   0x00007be4
        Skip     0x00007be5
        Stop     0x00007be6
        Pause    0x00007be7
        Record   0x00007be8
        Play     0x00007be9
        Rewind   0x00007bea
        Forward  0x00007beb
        ChanDown 0x00007bec
        ChanUp   0x00007bed
        VolDown  0x00007bee
        VolUp    0x00007bef
        More     0x00007bf0
        Mute     0x00007bf1
        Home     0x00007bf2
        Power    0x00007bf3
        Enter    0x00007bf4
        Clear    0x00007bf5
        Nine     0x00007bf6
        Eight    0x00007bf7
        Seven    0x00007bf8
        Six      0x00007bf9
        Five     0x00007bfa
        Four     0x00007bfb
        Three    0x00007bfc
        Two      0x00007bfd
        One      0x00007bfe
        Zero     0x00007bff
        tv       0x00007B9A
        red      0x00007BA4
        green    0x00007BA3
        yellow   0x00007BA2
        blue     0x00007BA1
        teletext 0x00007BA5

      end codes

end remote


Please note the UK version of the remote has red,green,blue,yellow,teletext,star and hash keys extra.


Code:
##############################################################################
# SimonF for MCE Remote
# mythtv: for MythTV
# Mythtv xine and mplayer
###############################################################################

begin
prog = irexec
button = blue
repeat = 4
config = sudo eject &
end

#############################

begin
prog = mythtv
button = One
repeat = 4
config = 1
end

begin
prog = mythtv
button = Two
repeat = 4
config = 2
end

begin
prog = mythtv
button = Three
repeat = 4
config = 3
end

begin
prog = mythtv
button = Four
repeat = 4
config = 4
end

begin
prog = mythtv
button = Five
repeat = 4
config = 5
end

begin
prog = mythtv
button = Six
repeat = 4
config = 6
end

begin
prog = mythtv
button = Seven
repeat = 4
config = 7
end

begin
prog = mythtv 
button = Eight
repeat = 4
config = 8
end

begin
prog = mythtv 
button = Nine
repeat = 4
config = 9
end

begin
prog = mythtv 
button = Zero
repeat = 4
config = 0
end

begin
prog = mythtv
#Clear On Screen Display
button = clear
repeat = 4
config = Backspace
end

begin
prog = mythtv
#Program Guide
button = Guide
repeat = 4
config = S
end


begin
prog = mythtv 
button = Up
repeat = 6
config = Up
end

begin
prog = mythtv 
button = Down
repeat = 6
config = Down
end

begin
prog = mythtv 
button = Left
repeat = 6
config = Left
end

begin
prog = mythtv 
button = Right
repeat = 6
config = Right
end

begin
prog = mythtv
#Select
button = OK
repeat = 6
config = Return
end

begin
prog = mythtv
#enter Edit Mode 
button = tv
repeat = 4
config = E
end

begin
prog = mythtv
# Exit Progam
button = Back
repeat = 4
config = Esc
end

begin
prog = mythtv
#Bring up menu Button Marked DVD Guide
button = DVD
repeat = 4
config = M
end

begin
prog = mythtv
# Bring Up Info
button = Home
repeat = 4
config = W
end

begin
prog = mythtv
# Bring Up Program Info
button = More
repeat = 4
config = U
end

begin
prog = mythtv
button = Replay
repeat = 4
config = Home
end

begin
prog = mythtv 
button = Skip
repeat = 4
config = End
end

begin
prog = mythtv 
button = Rewind
repeat = 4
config = PgUp
end

begin
prog = mythtv 
button = Forward
repeat = 4
config = PgDown
end

begin
prog = mythtv 
button = Play
repeat = 4
config = P
end

begin
prog = mythtv
button = Record
repeat = 4
config = R
end

begin
prog = mythtv 
button = Power
repeat = 4
config = D
end

begin
prog = mythtv 
button = teletext
repeat = 4
config = F4
end

begin
prog = mythtv 
button = LiveTV
repeat = 4
config = F5
end

begin
prog = mythtv 
button = RecTV
repeat = 4
config = F6
end

#begin
#prog = mythtv
#button = Slow
#repeat = 4
#config = Z
#end

#begin
#prog = mythtv
#remote = d1ldo
#button = Repeat
#repeat = 0
#config = ?
#end

#begin
#prog = mythtv
#remote = d1ldo
#button = Osd
#repeat = 2
#config = W
#end

#begin
#prog = mythtv
#remote = d1ldo
#button = Function
#repeat = 0
#config = C
#end

#begin
#prog = mythtv
#remote = d1ldo
#button = Program
#repeat = 0
#config = /
#end

begin
prog = mythtv 
button = Mute
repeat = 0
config = |
end

begin
prog = mythtv 
button = ChanUp
repeat = 2
config = }
end

begin
prog = mythtv 
button = ChanDown
repeat = 2
config = {
end

begin
prog = mythtv 
button = VolUp
repeat = 2
config = ]
end

begin
prog = mythtv 
button = VolDown
repeat = 2
config = [
end

begin
prog = mythtv 
button = red
repeat = 2
config = F1
end

###############################################################################
#
# xine: for DVD & Video playback
#
###############################################################################

begin
prog = xine 
button = Back
repeat = 0
config = Quit
end

begin
prog = xine 
button = Up
repeat = 2
config = EventUp
end

begin
prog = xine 
button = Down
repeat = 2
config = EventDown
end

begin
prog = xine 
button = Right
repeat = 2
config = EventRight
end

begin
prog = xine 
button = Left
repeat = 2
config = EventLeft
end

begin
prog = xine 
button = DVD
repeat = 0
config = TitleMenu
end

begin
prog = xine 
button = OK
repeat = 0
config = EventSelect
end

begin
prog = xine 
button = Zero
repeat = 4
config = Number0
end

begin
prog = xine 
button = One
repeat = 4
config = Number1
end

begin
prog = xine 
button = Two
repeat = 4
config = Number2
end

begin
prog = xine 
button = Three
repeat = 4
config = Number3
end

begin
prog = xine 
button = Four
repeat = 4
config = Number4
end

begin
prog = xine 
button = Five
repeat = 4
config = Number5
end

begin
prog = xine 
button = Six
repeat = 3
config = Number6
end

begin
prog = xine 
button = Seven
repeat = 4
config = Number7
end

begin
prog = xine 
button = Eight
repeat = 4
config = Number8
end

begin
prog = xine 
button = Nine
repeat = 4
config = Number9
end

begin
prog = xine 
button = Play
repeat = 0
config = Pause
end

begin
prog = xine 
button = Stop
repeat = 0
config = Quit
# config = Stop
end

begin
prog = xine 
button = Skip
repeat = 2
config = NextMrl
end

begin
prog = xine 
button = Replay
repeat = 2
config = PriorMrl
end

begin
prog = xine 
button = More
repeat = 0
config = OSDStreamInfos
end

begin
prog = xine 
button = VolUp
repeat = 2
config = Volume+
end

begin
prog = xine 
button = VolDown
repeat = 2
config = Volume-
end

begin
prog = xine 
button = Mute
repeat = 0
config = Mute
end

begin
prog = xine 
button = Forward
repeat = 2
config = SpeedFaster
end

begin
prog = xine
remote = d1ldo
button = Rewind
repeat = 2
config = SpeedSlower
end

begin
prog = xine 
button = hash
repeat = 2
config = ZoomIn
end

begin
prog = xine 
button = star
repeat = 2
config = ZoomOut
end

begin
prog = xine 
button = Home
repeat = 2
config = ToggleAspectRatio
end

begin
prog = xine 
button = ChanUp
repeat = 2
config = EventAngleNext
# config = AngleMenu
end

begin
prog = xine 
button = ChanDown
repeat = 2
config = AudioChannelNext
# config = AudioMenu
end

#begin
#prog = xine
#remote = d1ldo
#button = Mode
#repeat = 2
#config = SpuNext
# config = SubPictureMenu
#end

#MPlayer
begin
prog = mplayer
button = Stop
config = quit
end

begin
prog = mplayer
button = DVD
config = osd
end

begin
prog = mplayer
button = Rewind
config = seek -10
repeat = 1
end

begin
prog = mplayer
button = Forward
config = seek +10
repeat = 1
end

begin
prog = mplayer
button = Replay
config = seek -60
repeat = 1
end

begin
prog = mplayer
button = Skip
config = seek +60
repeat = 1
end

begin
prog = mplayer
button = Pause
config = pause
end

begin
prog = mplayer
button = Play
config = pause
end

begin
prog = mplayer
button = Back
config = quit
end

begin
prog = mplayer
button = VolUp
config = volume +1
repeat = 1
end

begin
prog = mplayer
button = VolDown
config = volume -1
repeat = 1
end

begin
prog=mplayer
button=Mute
config=mute
end




I edited some previous posts to get here, tride to add a button to open the drive door with no success, someone may be able to tell me where i went wrong? other than that it works well and seems to be girlfriend proof!. :D

_________________
Running:-
Intel 930 3GHz dual Core
Thermaltake Fanless CPU Cooler
Asus P5GS
Samsung 750G Sata HDD
8400 512m Video Card
2 * jetway DVB-t
1 * Haupage DVB-S2 Card
Samsung Sata 16x DVDRW
2048M Ram
1 * Netop Ion 330


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 28, 2006 10:01 am 
Offline
Joined: Tue Nov 04, 2003 8:29 pm
Posts: 45
Location: London, UK
Cecil, I have just sent my lircd.conf & lircrc to you via email as requested in the top post.

Also, if anybody can help, I have a few questions on getting my serial remote working after upgrading R4V5 to R5A30.2

1) Which of the options in lirc-reconfig.sh might apply to remotes using lirc_serial ?

2) Where should I put my config files to make then usable by this script ?

3) I can get lircd to run manually and then the remote works ok, but the procedure I did last time to get it to run at boot doesn't seem to work. What's the best place to run lircd at boot ?

Rgds,
Pete[/b]


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 03, 2006 5:42 am 
Offline
Joined: Sat Dec 03, 2005 5:59 pm
Posts: 111
Location: Sydney, Australia
:idea: Pete, I'm also interested in answers to the questions you raised above - perhaps would you repost to either 'KnoppMyth - Usage/HowTo' or 'Linux - MythTV' as this thread isn't really for discussion.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 03, 2006 8:21 am 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
if you are having issues with lirc_serial, you may want to read through this thread. I had issues with lirc_serial and the new kernel. Not sure how wide spread the issues is (maybe specific to my hardware) but several others has the same issue.

Check dmesg for the BUG listed to see if you are tripping over the same issue.

http://mysettopbox.tv/phpBB2/viewtopic.php?t=4743

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 10, 2006 6:59 am 
Offline
Joined: Thu Sep 15, 2005 12:37 pm
Posts: 39
Location: Minnesota
Here are mine for the packard bell remote.
Thanks to mbrennek!


begin remote

name PackBell
bits 15
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100

header 9065 4500
one 597 532
zero 597 1643
ptrail 597
pre_data_bits 16
pre_data 0xF708
post_data_bits 1
post_data 0x0
gap 107000
repeat_bit 0
repeat 9050 2250

begin codes
Help 0x0000000000006F90
Phone 0x0000000000004FB0
Message 0x0000000000006E91
SRS 0x0000000000004EB1
CD 0x0000000000002FD0
Aux1 0x0000000000000FF0
Aux2 0x0000000000002ED1
Aux3 0x0000000000000EF1
LMB 0x00000000000023DC
RMB 0x000000000000639C
Up 0x00000000000037C8
Down 0x00000000000057A8
Left 0x0000000000007788
Right 0x00000000000017E8
Menu 0x0000000000007B84
Mute 0x0000000000003BC4
Enter 0x00000000000047B8
CHUp 0x00000000000027D8
CHDown 0x0000000000006798
VolUp 0x0000000000005BA4
VolDown 0x0000000000001BE4
Display 0x00000000000007F8
One 0x0000000000005EA1
Two 0x0000000000001EE1
Three 0x0000000000000BF4
Four 0x0000000000007E81
Five 0x0000000000003EC1
Six 0x0000000000004BB4
Seven 0x0000000000005FA0
Eight 0x0000000000001FE0
Nine 0x0000000000002BD4
Zero 0x0000000000003FC0
Star 0x0000000000007F80
Hash 0x0000000000006B94
end codes

end remote


********************************


begin
prog = mythtv
button = CHUp
repeat = 3
config = Up
end

begin
prog = mythtv
button = CHDown
repeat = 3
config = Down
end

begin
prog = mythtv
button = VolUp
repeat = 3
config = F11
end

begin
prog = mythtv
button = VolDown
repeat = 3
config = F10
end

begin
prog = mythtv
button = Display
config = Esc
end

begin
prog = mythtv
button = Menu
config = M
end

begin
prog = mythtv
button = Up
config = Up
repeat = 3
end

begin
prog = mythtv
button = Right
config = Right
repeat = 3
end

begin
prog = mythtv
button = Down
config = Down
repeat = 3
end

begin
prog = mythtv
button = Left
config = Left
repeat = 3
end

begin
prog = mythtv
button = Enter
config = Return
end

begin
prog = mythtv
button = Zero
config = 0
end

begin
prog = mythtv
button = One
config = 1
end

begin
prog = mythtv
button = Two
config = 2
end

begin
prog = mythtv
button = Three
config = 3
end

begin
prog = mythtv
button = Four
config = 4
end

begin
prog = mythtv
button = Five
config = 5
end

begin
prog = mythtv
button = Six
config = 6
end

begin
prog = mythtv
button = Seven
config = 7
end

begin
prog = mythtv
button = Eight
config = 8
end

begin
prog = mythtv
button = Nine
config = 9
end

begin
prog = mythtv
button = Star
config = P
end

begin
prog = mythtv
button = Help
config = I
end

begin
prog = mythtv
button = Hash
config = P
end

begin
prog = mythtv
button = Mute
config = F9
end

begin
prog = mythtv
button = LMB
config = Q
end

begin
prog = mythtv
button = RMB
config = Z
end


Top
 Profile  
 
 Post subject: Serial Homebrew Remote
PostPosted: Mon Mar 13, 2006 11:09 pm 
Offline
Joined: Sun Jan 02, 2005 1:45 am
Posts: 5
Hi:

I use the homebrew serial remote with a custom lircd.conf for a re-used DSS remote. I don't expect "default" support for my remote, as it is quite custom. What I would like to ask for is:

1) some way in the init scripts to setserial <serial_port> none so that lirc can open it. I had to modify /etc/init.d/lirc manually and insert the setserial line right before it loaded the modules;

2) a "serial with custom remote" option where the lirc framework and the above option will be activated for serial recievers. This option can either prompt for the filename to copy over as the lircd.conf or just expect the user to copy it over themselves (after all, if they're choosing the "custom" option, they should know how to customize it :) )

3) It would be really, really nice if the knoppmyth backup option would save all the relevant remote information (reguardless of what remote is chosen) to make upgrades smoother.

(somewhat relevant)
4) I also make use of irexec. While the binary is in there, I had to hack around a bit to find the "right" place to set it up to auto-start (and I'm still not sure I did it properly). Maby it makes sese to do something like grep the lircrc file for "irexec" and if found, start it on login/session start.

I really like the idea behind knoppmyth's upgrade method (backup, rewrite everything, restore). It really makes it much easier to maintain, and makes it more livable for me to set up for my parents knowing they have an automated rebuild method avaiable. Unfortunately, I find there's several low-level customizations I have to do to make my system work (mostly with the remote, but also with the volume); on another system, the serial control program for the DSS reciever). It would be really nice if there was some way I could set this up initially such that the backup will backup and restore them with a knoppmyth upgrade.

------------------
Remote specific information:

The remote here is the hmrc-5, the standard remote controll that shipped with second-generation Hughes DSS systems. It is a multi-function remote with "sat" "tv" "vcr" and "aux" accross the top. By default, if sat is selected, the normal sat menu buttons, chan up/down, and the number keys map to the Sat function, volume and mute will map to TV (without changing modes), and the play/stop/ff/rw/etc buttons at the bottom will map to the "vcr" option without changing modes manually.

Since this is a programmable remote, I programmed all modes to "008" -- INCLUDING SAT. This makes sure that I don't accidentally start controlling the sat system, and that a partially-configured remote doesn't control the myth system "half way". To program the remote, hold down the mode button and press "mute". The mode button should lite solid. Now type in the 3-digit code ("008"), then press the mode button again. Repeat for other modes. (note: AUX is not used, as it overides all keys, but is not defined for all keys so its pretty useless generally speaking).

Code:
# brand:                       hrmc5-008.conf
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

  name  hrmc5-008.conf
  bits           32
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       9032  4427
  one           620  1634
  zero          620   489
  ptrail        621
  repeat       9033  2180
  gap          108287
  toggle_bit      0


      begin codes
          Power                    0x00000000A2A0A956
          Action                   0x00000000A2A0718E
          Info                     0x00000000A2A0C936
          Guide                    0x00000000A2A049B6
          Exit                     0x00000000A2A0F10E
          Fav                      0x00000000A2A08976
          Up                       0x00000000A2A09966
          Down                     0x00000000A2A009F6
          Left                     0x00000000A2A029D6
          Right                    0x00000000A2A0E916
          Select                   0x00000000A2A019E6
          ChUp                     0x00000000A2A041BE
          ChDown                   0x00000000A2A0C13E
          PrevCh                   0x00000000A2A06996
          VolUp                    0x0000000008F748B7
          VolDown                  0x0000000008F750AF
          Mute                     0x0000000008F7906F
          1                        0x00000000A2A0A15E
          2                        0x00000000A2A0619E
          3                        0x00000000A2A0E11E
          4                        0x00000000A2A011EE
          5                        0x00000000A2A0916E
          6                        0x00000000A2A051AE
          7                        0x00000000A2A0D12E
          8                        0x00000000A2A031CE
          9                        0x00000000A2A0B14E
          0                        0x00000000A2A021DE
          Input                    0x00000000A2A0817E
          Alpha                    0x00000000A2A0AF50
          Rew                      0x000000009669906F
          Play                     0x00000000966900FF
          FF                       0x00000000966910EF
          Rec                      0x000000009669807F
          Stop                     0x00000000966950AF
          Pause                    0x000000009669D02F
      end codes

end remote


And my .lircrc:
Code:
# Save this file in ~/.mythtv/lircrc

begin
    prog = mythtv
    button = Exit
    config = Esc
end

begin
    prog = mythtv
    button = 1
    config = 1
end

begin
    prog = mythtv
    button = 2
    config = 2
end

begin
    prog = mythtv
    button = 3
    config = 3
end

begin
    prog = mythtv
    button = 4
    config = 4
end

begin
    prog = mythtv
    button = 5
    config = 5
end

begin
    prog = mythtv
    button = 6
    config = 6
end

begin
    prog = mythtv
    button = 7
    config = 7
end

begin
    prog = mythtv
    button = 8
    config = 8
end

begin
    prog = mythtv
    button = 9
    config = 9
end

begin
    prog = mythtv
    button = 0
    config = 0
end

begin
    prog = mythtv
    # "action then guide"; labled on remote as "menu"
    button = Action
    button = Guide
    config = M
end

begin
    prog = mythtv
    button = Guide
    config = S
    #Jumps directly to guide while watching tv
end

# Below are keys used with the Hauppauge Grey remote

begin
   prog = mythtv
# Action then "stop".  Not labled as delete but nothing else seems reasonable...   button = Action
   button = Stop
   config = D
end

begin
   prog = mythtv
# This is the Info key
# We'll use it for "Information"
   button = Info
   config = I
end

# Note the "repeat =" strings in the volume and channel.
# This means that if you hold down the key, every nth instance will be
# passed.  This depends on your system, so you may want to increase or
# decrease this and see what happens.  repeat = 1 is probably too
# fast.

begin
  prog = irexec
# Use it as a volume key
  button = VolDown
  repeat = 3
  config =  /usr/bin/volume.sh down &
end

begin
  prog = irexec
# Use it as a volume key
  button = VolUp
  repeat = 3
  config = /usr/bin/volume.sh up &
end

begin
    prog = mythtv
    button = ChUp
# This is the "up" on the central diamond
    repeat = 3
    config = PgUp
end

begin
    prog = mythtv
    button = ChDown
# This is the "down" on the central diamond
    repeat = 3
    config = PgDown
end

begin
    prog = mythtv
    button = Left
    repeat = 3
    config = Left
end

begin
    prog = mythtv
    button = Right
    repeat = 3
    config = Right
end

begin
    prog = mythtv
    button = Up
    repeat = 3
    config = Up
end

begin
    prog = mythtv
    button = Down
    repeat = 3
    config = Down
end

begin
    prog = mythtv
    button = Select
    config = Return
end

begin
    prog = mythtv
    button = Mute
    config = F9
end

begin
    prog = mythtv
    button = Play
    config = P
end

begin
  prog = mythtv
  button = Rec
  config = R
end

begin
    prog = mythtv
    button = Pause
    config = P
end

begin
   prog = mythtv
   button = Rew
   repeat = 3
   config = Left
end

begin
   prog = mythtv
   button = FF
   repeat = 3
   config = Right
end

begin
   prog = mythtv
   button = Action
   button = Rew
# Use for backwards commercial skip
    config = Q
end

begin
   prog = mythtv
   button = Action
   button = FF
# Use for forward commercial skip
    config = Z
end

begin
   prog = mythtv
   button = Stop
   config = O
end

# There's no good way to deal with these buttons....

begin
   prog = mythtv
   button = Action
   button = Left
   repeat = 3
   config = Del
end

begin
   prog = mythtv
   button = Action
   button = Right
   config = Tab
end

# Power Button (resets frontend; recovers from frozen)
begin
   prog = irexec
   button = Power
   config = /usr/bin/mythpowerbutton.sh
end

#####
##### Media Players Setup
#####

### MPlayer lirc setup

# Show OSD
begin
prog = mplayer
button = Menu
config = osd
end

# Pause playback
begin
prog = mplayer
button = Pause
config = pause
end

# Skip ahead a minute if playing
# If paused, resume playing
begin
prog = mplayer
button = Play

config = seek +1
end

# Stop playback and exit
begin
prog = mplayer
button = Stop
config = quit
end

# Mute
begin
prog = mplayer
button = Mute
config = mute
end

# Seek back 10 seconds
begin
prog = mplayer
button = Rew
config = seek -10
end

# Seek forward 30 seconds
begin
prog = mplayer
button = FF
config = seek +30
end

# Quit
begin
prog = mplayer
button = Exit
config = quit
end

# Seek forward 10 minutes
#begin
#prog = mplayer
#button = ????
#
#config = seek +600
#end

# Seek backward 10 minutes
#begin
#prog = mplayer
#button = ????
#
#config = seek -600
#end

# Toggle full-screen
#begin
#prog = mplayer
#button = FULL
#
#config = vo_fullscreen
#end

### Xine lirc setup

begin
prog = xine
button = Play
config = Play
end

begin
prog = xine
button = Stop
config = Stop
end

begin
prog = xine
button = Exit
config = Quit
end

begin
prog = xine
button = Pause
config = Pause
end

begin
prog = xine
button = Up
config = EventUp
end

begin
prog = xine
button = Down
config = EventDown
end

begin
prog = xine
button = Left
config = EventLeft
end

begin
prog = xine
button = Right
config = EventRight
end

begin
prog = xine
button = Select
config = EventSelect
end

begin
prog = xine
button = Guide
config = Menu
end

begin
prog = xine
button = Action
button = Guide
config = RootMenu
end

begin
prog = xine
button = FF
config = SpeedFaster
end

begin
prog = xine
button = Rew
config = SpeedSlower
end

begin
prog = xine
button = VolUp
config = Volume+
end

begin
prog = xine
button = VolDown
config = Volume-
end

begin
prog = xine
button = Mute
config = Mute
end

begin
prog = xine
button = Action
button = FF
config = EventNext
end

begin
prog = xine
button = Action
button = Rew
config = EventPrior
end

begin
prog = xine
button = Info
config = OSDStreamInfos
end

# enter the number 0
begin
        button = 0
        prog   = xine
        repeat = 0
        config = Number0
end

# enter the number 1
begin
        button = 1
        prog   = xine
        repeat = 0
        config = Number1
end

# enter the number 2
begin
        button = 2
        prog   = xine
        repeat = 0
        config = Number2
end

# enter the number 3
begin
        button = 3
        prog   = xine
        repeat = 0
        config = Number3
end

# enter the number 4
begin
        button = 4
        prog   = xine
        repeat = 0
        config = Number4
end

# enter the number 5
begin
        button = 5
        prog   = xine
        repeat = 0
        config = Number5
end

# enter the number 6
begin
        button = 6
        prog   = xine
        repeat = 0
        config = Number6
end

# enter the number 7
begin
        button = 7
        prog   = xine
        repeat = 0
        config = Number7
end

# enter the number 8
begin
        button = 8
        prog   = xine
        repeat = 0
        config = Number8
end

# enter the number 9
begin
        button = 9
        prog   = xine
        repeat = 0
        config = Number9
end


Top
 Profile  
 
PostPosted: Tue Mar 21, 2006 3:40 pm 
Offline
Joined: Fri Nov 18, 2005 9:22 am
Posts: 777
Location: spencerport, ny (USA)
Just FYI. I had added a streamzap remote to an existing R5B26 installation. I followed the write-ups, to no avail. Wasn't working at all, and irw wasn't showing me anything. Seemed to be a familiar story, as I wound through various discussions.

I updated to R5B7, and it is now working like a champ.

I taught it to my Sony RM-AV3000, and it's having trouble with the codes. The Sony has a bug where it freaks out with some "dirty codes", usually on Marantz equipment. It'll keep transmitting over and over, can't shut it down without pulling the batteries (which you need to leave out for 20 secs or you'll hard-reset the whole unit, erasing all programming!). It seems to really dislike the streamzap codes. I had originally programmed them all with "long burst" (hold key down on sending unit until the Sony unit beeps) but re-programming with "short burst" (just a tap, then release) seems to do the trick. So I spent about an hour re-learning some of the codes that had trouble, and now it seems to be pretty stable (knock on wood).
I started with a TiVo layout for the soft buttons on the Sony, and instead of the regular << >> buttons, I'm substituting the left/right arrows for the superior "skip" in Myth instead of the FF, FFF speedup. I added some label buttons for "Commercial skip" and "TV Listing", which took a little work in the lircrc file to remap some buttons that I wasn't using (vol up/down) to be "jump points".
ex:
Code:
begin
   prog = mythtv
   button = VOL_DOWN
   config = ALT+T   //TV "Now Playing" list, from anywhere.
end


It's all coming together very nicely...


Top
 Profile  
 
PostPosted: Thu May 03, 2007 2:58 pm 
Offline
Joined: Sun Jul 24, 2005 4:15 pm
Posts: 170
1. Diagnose which event number controls my remote, usually it is 1 or 2 and will change if I plug in USB devices.

Code:
cat /dev/input/eventX


2. edit...
Code:
/etc/lirc/hardware.conf

change the following lines... X being the correct event number

Code:
   DEVICE="/dev/input/eventX"
   DRIVER="dev/input"

3. restart lirc:
Code:
/etc/init.d/lirc restart


4. replace
Code:
/etc/lirc/lircd.conf

and
Code:
/home/mythtv/.mythtv/lircrc

with the examples posted by mad_paddler here...

http://mysettopbox.tv/phpBB2/viewtopic.php?t=6089

I would be very happy if this tweaking was no longer required.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 24, 2008 10:57 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
I am using an old IR wireless keyboard and I "learned" my keys into a universal remote.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 59 posts ] 
Go to page Previous  1, 2, 3, 4



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu