From: Blammo <bla...@gm...> - 2005-02-19 23:28:33
|
On Sat, 19 Feb 2005 15:55:22 -0700, Blammo <bla...@gm...> wrote: > On Sat, 19 Feb 2005 15:51:09 -0700, Blammo <bla...@gm...> wrote: > > Ok, downloaded and compiled and installed.. No diff.. it takes 2-3 > > key presses to get through.. Again I DO see the red light flicker on > > the USB reciever each time I hit the key. This is the part where I answer my own question. irrecord detected too many "bits" making a correct match a random thing. Use the conf in the lirc/remotes/streamzap directory, and be a happy person.. Here's what my old config had: bits 14 here's what the included one had: bits 6 once I got the debug turned up high enough I could see things like this: 00000000000028d4 00 Down Streamzap 00000000000038d4 00 Down Streamzap which told me it was checking bits it didn't need to.. Dropped down to 6, and it's working like it used to be.. Guess I should have just used the one included with the source in the first place.. |