Opened 16 years ago
Closed 16 years ago
#7023 closed enhancement (fixed)
Modification to change-channel-lirc.pl for Motorola 0 (zero) problem
Reported by: | matthew dot shannon at comcast dot net | Owned by: | Jarod Wilson |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | unknown |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Some IR transmitters have difficulty with the Mototola 0 (zero) ideal IR code (0x0000). This modification to the existing change-channel-lirc.pl script allows for the ideal codes for everything except the troublesome Motorola 0 button.
Attachments (2)
Change History (8)
by , 16 years ago
Attachment: | change-channel-lirc_2009083101.pl added |
---|
by , 16 years ago
Attachment: | lircd.conf added |
---|
associated lircd.conf with RAW Motorola 0 (zero) IR code
comment:1 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Doing It Wrong(tm). Just add 'min_repeat 2' to your lircd.conf in the non-raw section, and 0 works just fine. Known issue, addressed on the lirc list on more than one occasion now.
follow-up: 3 comment:2 by , 16 years ago
Thanks for the comment jarod. Unfortunately, I have read the same suggestions, and the 'min_repeat 2' didn't address the problem for me, and others if I have read the comment boards correctly. In fact - the zero still didn't work, and I received repeats of the other IR codes.
In the end, I offered this as a help... My problem is resolved, and the code has been provided to the community.
Best of Luck! Matt
comment:3 by , 16 years ago
Resolution: | worksforme |
---|---|
Status: | closed → new |
Replying to anonymous:
Thanks for the comment jarod. Unfortunately, I have read the same suggestions, and the 'min_repeat 2' didn't address the problem for me, and others if I have read the comment boards correctly. In fact - the zero still didn't work, and I received repeats of the other IR codes.
Hrm. Perhaps my memory sucks... I'm now vaguely recalling that you (or someone else) may have indeed brought this up on the lirc list and said the min_repeat setting still didn't help...
In the end, I offered this as a help... My problem is resolved, and the code has been provided to the community.
I'll reopen this for now...
comment:4 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 16 years ago
This is the thread I was thinking of:
http://news.gmane.org/find-root.php?group=gmane.comp.hardware.lirc&article=8362
The last post from Christoph never got a reply, that could be the missing piece in your setup, Matt.
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems resolved (and if not, please feel free to add this to the channel change script category on the wiki).
modified 'change-channel-lirc.pl' script for Motorola 0 (zero)