Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] LIRC repeats
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: LIRC repeats
28th Apr, 2015, 11:12 PM
Post: #1
makon Offline
Registered
Posts: 1
Joined: Apr 2015
Reputation: 0
LIRC repeats
Hello! I have problem with LIRC:
1) I run irw command
2) I press right button (for example). But in kodi interface I see a jump through one element. For example: 1->3->5->1...etc (in 1-2-3-4-5-6 sequence). But irw displays only one button press!
000000037ff07be1 00 KEY_UP mceusb
3) If i hold down this button, in kodi interface i see one jump through one element, after that jumps occur elementwise. For example: 1->3->4->5->6->1->2->3->4.... etc (in 1-2-3-4-5-6 sequence). irw show me the repetition:
000000037ff07be1 00 KEY_UP mceusb
000000037ff07be1 01 KEY_UP mceusb
000000037ff07be1 02 KEY_UP mceusb
000000037ff07be1 03 KEY_UP mceusb
000000037ff07be1 04 KEY_UP mceusb
000000037ff07be1 05 KEY_UP mceusb
000000037ff07be1 06 KEY_UP mceusb
000000037ff07be1 07 KEY_UP mceusb

etc...
It does not depend from remote control (I tried different RC's). What i am doing wrong?
Find all posts by this user
Quote this message in a reply
10th May, 2015, 03:37 PM
Post: #2
zurdar Offline
Registered
Posts: 11
Joined: Apr 2015
Reputation: 0
RE: LIRC repeats
Same issue here. IRW shows single keypresses and KODI skips two elements. Completely not usable. Reverting to OE.
Find all posts by this user
Quote this message in a reply
11th May, 2015, 06:34 AM
Post: #3
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: LIRC repeats
Did you try stopping lirc altogether?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
11th May, 2015, 02:08 PM
Post: #4
zurdar Offline
Registered
Posts: 11
Joined: Apr 2015
Reputation: 0
RE: LIRC repeats
No. Can you elaborate a bit more? What to do, how and how to check then?
Find all posts by this user
Quote this message in a reply
11th May, 2015, 08:13 PM
Post: #5
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: LIRC repeats
Just stop lirc and check if the problem is gone:
Code:
service lirc stop

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
14th May, 2015, 10:50 PM
Post: #6
zurdar Offline
Registered
Posts: 11
Joined: Apr 2015
Reputation: 0
RE: LIRC repeats
Didn't even think about it, but of course will check. But isn't lirc service necessary for GPIO IR remote to work??
Find all posts by this user
Quote this message in a reply
15th May, 2015, 12:00 AM
Post: #7
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: LIRC repeats
Depends. XBMC has a lirc like implementation itself. If both standalone Lirc and XBMC Lirc are triggered by the same remote you get double keypresses.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
15th May, 2015, 05:20 AM
Post: #8
zurdar Offline
Registered
Posts: 11
Joined: Apr 2015
Reputation: 0
RE: LIRC repeats
Just checked it and as I suspected remote just stopped working. Interesting is that TV remote (via CEC interface) works without any issues.
Find all posts by this user
Quote this message in a reply
16th May, 2015, 12:41 AM
Post: #9
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: LIRC repeats
Did you try the various supress repeat settings? Google for them.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
16th May, 2015, 12:43 AM
Post: #10
zurdar Offline
Registered
Posts: 11
Joined: Apr 2015
Reputation: 0
RE: LIRC repeats
Yest tried them. But in IRW I don't have multiple keypresses even with supress repeat = 2. In KODI on the other hand it always skips to every second item. No issue with CEC remote. I think It's some problem with KODI not LIRC but don't know how to debug this.
Find all posts by this user
Quote this message in a reply
16th May, 2015, 04:08 AM
Post: #11
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: LIRC repeats
Did you try the Kodi supress repeat options.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
16th May, 2015, 05:05 AM
Post: #12
zurdar Offline
Registered
Posts: 11
Joined: Apr 2015
Reputation: 0
RE: LIRC repeats
You mean remoterepeat and remotedelay? They have no effect at all neither in Xbian nor in OpenElec.
Find all posts by this user
Quote this message in a reply
11th Aug, 2015, 11:58 PM
Post: #13
Colin Burton Offline
Registered
Posts: 1
Joined: Aug 2015
Reputation: 0
RE: LIRC repeats
Did you ever find an answer to this? I just setup my remote and encountered the same issue.
Visit this user's website Find all posts by this user
Quote this message in a reply
12th Aug, 2015, 12:25 AM
Post: #14
zurdar Offline
Registered
Posts: 11
Joined: Apr 2015
Reputation: 0
RE: LIRC repeats
No. Gave up on XBian and reverted to OE. Much better support and works flawlessly.
Find all posts by this user
Quote this message in a reply
26th Aug, 2015, 03:13 AM
Post: #15
eauland Offline
Registered
Posts: 3
Joined: Feb 2015
Reputation: 2
RE: LIRC repeats
I resolve this problem:

I add 2 lines in the rc.local (/etc/rc.local)

modprobe lirc_rpi
/etc/init.d/lirc start

Regards
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 11th May, 2025, 03:01 PM Powered By MyBB, © 2002-2025 MyBB Group.