[mythtv-users] lircrc problem-> button: command not found

source.code source.code at web.de
Thu May 3 06:16:33 UTC 2007


Hello ich have mythtv and it runs quit good.
> 
> My configuration for myt lircrc file is:
> /home/mythtv/.mythtv/lircrc
> The remote is a Medion USB X10 and it works.
> problems:
> 1. The reaction from the remote is much slower then from the keyboard
> 2. My error messages on the console locks like this:
> *Code:*
> /home/mythtv/.mythtv/lircrc: line 15: begin: command not found
> /home/mythtv/.mythtv/lircrc: line 16: button: command not found
> /home/mythtv/.mythtv/lircrc: line 17: prog: command not found
> /home/mythtv/.mythtv/lircrc: line 18: config: command not found
> /home/mythtv/.mythtv/lircrc: line 19: repeat: command not found
> /home/mythtv/.mythtv/lircrc: line 20: end: command not found
> 
> 
> 
> BUT the lines in the lircrc file are right or NOT???:
> *Code:*
> 13 ########### NAVIGATION #######################################
> 14 # Up
> 15 begin
> 16 button = up
> 17 prog = mythtv
> 18 config = Up
> 19 repeat = 1
> 20 end
> 
> 
> 
> Has anyone an idea?
> 

What's on the previous lines?  It may be that's what's causing it to try
to interpret these lines incorrectly.

Hello this is the header of the file:

# ~/.mythtv/lircrc
#
# MythTV native LIRC config file for
# Medion USB X10
#
# by Daniel Kämtner, 2007/03/19
# created by Jarod Wilson, 2003/12/21
# Amalgamated from Jeff Campbell's,
# .lircrc, the mythtv.org docs, and
# a few touches of my own.
#

########### NAVIGATION #######################################
# Up
begin
button= up
prog= mythtv
config = Up
repeat = 1
end

Daniel




More information about the mythtv-users mailing list