|
From: Jonathan S. <jon...@gm...> - 2007-05-22 16:52:42
|
Hello list, I have set up lirc using a homebrew serial LIRC receiver. Everything seems to work ok, the kernel module loads, lircd starts and with irw i get an output like this: 000000381e3f807f 00 one RC-ZAT04 000000381e3f807f 00 one RC-ZAT04 000000381e3f40bf 00 two RC-ZAT04 000000381e3f40bf 00 two RC-ZAT04 000000381e3fc03f 00 three RC-ZAT04 000000381e3f20df 00 four RC-ZAT04 000000381e3f20df 00 four RC-ZAT04 000000381e3fa05f 00 five RC-ZAT04 In the majority of cases the signal is transmitted twice. Normally irexec should ignore repeated keys. http://lirc.org/html/configure.html#lircrc_format tells me that this is the default behaviour so it should not be necessary to set it. If i use a .lircrc like this begin button = pause prog = mplayer config = pause end OR like this begin repeat = 0 button = pause prog = mplayer config = pause end i should be able to pause mplayer. This actually works but irexec is ignoring the repeat parameter which results in a split second pause. I don't know what you need to know about my setup so i just give you some information that might be useful. uname -a Linux zapp 2.6.20-gentoo-r8 #1 SMP PREEMPT Thu May 17 20:51:28 CEST 2007 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ AuthenticAMD GNU/Linux lirc version 0.8.1 using gcc 4.1.2 I'd really appreciate any help. English is not my native language so i'd like to apologize for my grammar and spelling mistakes. Greetings from Germany, Jonathan Schmieg |