Thanks for your reply !
info regarding what is mentioned in the FAQ:
- mode2 does not output anything until I press a button
- I tried to change (aeps,eps) from (100,30) to values like (300,60),
(500,80) or even (1000,100); no changes.
LIRC version: 0.8.2
problem description:
* lots of error messages in /var/log/syslog:
- lirc_parallel: timeout
- lirc_parallel: buffer overrun
* lircd.conf generated by irrecord seems wrong, and irw does not
outputs anything
enclosed:
- lircd.conf (config file created by irrecord)
- irrecord.output (output of irrecord in DEBUG mode)
- mode2.outputs (output of mode2)
irrecord.output is nearly 1MB...
Let me know if you need some more info !
Thanks,
Loris
> Re: lirc_parallel problem
> From: <lirc@...> - 2007-09-14 21:40
> Hi!
> Loris Boillet "lb@..." wrote:
> [...]
> > irrecord creates a conf file but says:
> > Suspicious data length: 15
> [...]
> > What should I do ?
> Read the FAQ, which will point you to:
> http://www.lirc.org/html/help.html#new_remote
> Christoph
> On Tue, 2007-09-11 at 17:45 +0200, Loris Boillet wrote:
> Hello,
>
> Hardware: I use an IR receiver, connected to the parallel port, as
> described in in lirc.org/parallel.html: a 65kHz frequency generation
> circuit and a receiver circuit (but no transmitter circuit and without
> the 38 kHz signal part for the frequency generation circuit; I don't
> need them).
>
> Software: LIRC 0.8.2 on a Debian Sarge.
>
> Compilation and installation without problem, but I had to comment out
> this part in irq_handler function of lirc_parallel.c:
>
> if(in(1)&LP_PSELECD)
> {
> return;
> }
>
> With it, lirc was not doing anything.
>
> When I load lirc_parallel module, I have the following messages:
> lirc_dev: IR Remote Control driver registered, at major 61
> lirc_parallel: 62061 Hz timer detected
> lirc_dev: lirc_register_plugin: sample_rate: 0
> lirc_parallel: installed using port 0x0378 irq 7
>
> Frequency varies between 61 kHz and 62,5 kHz. Is it a not precise
> enough ? I tried configuring with this option: --with-timer=61900
>
> Then, when I use irrecord, I have really a lot of these
> in /var/log/syslog:
> lirc_parallel: timeout
> lirc_parallel: buffer overrun
>
> irrecord creates a conf file but says:
> Suspicious data length: 15
>
> When I launch lircd with this conf file, irw does not show anything,
> whatever remote key I try to press.
>
> I changed WBUF_SIZE and RBUF_SIZE to 4096. With this, I don't have
> anymore the 'buffer overrun' message, but same problem still.
>
> I also tried to comment out the 3 others "if(in(1)&LP_PSELECD)"
related
> parts, but no luck.
>
> What should I do ?
>
> Any help would be greatly appreciated.
>
> Thanks,
>
> Loris
|