mschuerig Posted June 3, 2014 Report Share Posted June 3, 2014 I received my Flirc today, so I'm pretty new to this. I'm using Flirc on Linux and I'm trying to control mpd (music player daemon) through a combination of triggerhappy, mpc and a generic remote control. My problem right now is that if I don't immediately release a button on the remote control, I get a series of keydown/keyup events. My remote apparently sends alternating codes, accordingly I have programmed two "button presses" for each event Flirc generates. That seems to work and I don't think it is the cause of my problem. Originally, I did get a sequence of keydown, (repeated) keypressed, keyup events. However, the keys themselves always were a combination of only(!) modifier keys. Tinkering around I did lots of irreproducible stuff in the GUI (Flirc program) and command line tool (flirc_util). Along the way I *may* have updated the firmware. Here's what I currently have: $ ./flirc_util settings flirc_util version v1.2.6 [v1.2.6] Firmware: v2.6 Settings: sleep detection: Disabled noise canceler: Disabled inter-key delay: 3 state: 0 builtin profiles: Disable Memory Info: keys recorded: 12 keys remaining: 157 memory used: 8% Recorded Keys: Index hash key ----- --------- --- 0 9F11E0D7 play/pause 1 5F25EB06 play/pause 2 1FC1F416 stop 3 DF2A8BEF stop 4 DF34F416 rewind 5 9F9E8AEF rewind 6 5FC5F416 fast_forward 7 1F2F8BEF fast_forward 8 808C56CC prev_track 9 40662E24 prev_track 10 5F8C56CC next_track 11 1F662E24 next_track $ ./flirc_util status Last upgrade attempt: Error The latter output is surprising and the "Error" does not disappear when I "force upgrade" from the GUI. Any hints how to solve this? Michael Quote Link to comment Share on other sites More sharing options...
Chris! Posted June 5, 2014 Report Share Posted June 5, 2014 Hmm... you may need to increase the inter key delay: https://flirc.zendesk.com/hc/en-us/articles/201366933-Double-Key-Presses (Not sure how to do it via command line though, apologies) Quote Link to comment Share on other sites More sharing options...
mschuerig Posted June 5, 2014 Author Report Share Posted June 5, 2014 Thanks, that seems to have done the trick. Michael Quote Link to comment Share on other sites More sharing options...
Chris! Posted June 11, 2014 Report Share Posted June 11, 2014 Sweet! :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.