Bug 650711
| Summary: | Fedora 14 lirc maps mceusb power button to shutdown system | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Anthony Messina <amessina> |
| Component: | lirc | Assignee: | Jarod Wilson <jarodwilson> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | bnocera, jarodwilson, twiggy2cents |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-16 22:39:07 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Anthony Messina
2010-11-07 20:54:44 UTC
Easily remedied: echo none > /sys/class/rc/rc0/protocols echo +lirc > /sys/class/rc/rc0/protocols I've been considering doing the above automatically in the lirc initscript, probably will when I bump from 0.8.7 to 0.9.0... Thank you for the info. Will those commands "revert" the behavior in a sense--so that I would redefine everything in the .lircrc file? Also, if you're going to put those commands in the upcoming initscript, why then have these commands mapped in the kernel? What's the benefit (I'm asking because I don't understand where you're headed with these changes, not because I disagree)? (In reply to comment #2) > Thank you for the info. Will those commands "revert" the behavior in a > sense--so that I would redefine everything in the .lircrc file? Those will disable in-kernel decoding, and only pass the raw IR out to lircd to be handled as it always was in the past. If you have pre-existing and previously functional lircd.conf and .lircrc, they should Just Work. > Also, if you're going to put those commands in the upcoming initscript, why > then have these commands mapped in the kernel? What's the benefit (I'm asking > because I don't understand where you're headed with these changes, not because > I disagree)? The remotes all work as pure input devices without any lirc userspace installed. The initscript would only fire if lirc gets installed and enabled. Eventually, userspace applications will be able to handle the remotes via pure input layer interaction, and lirc won't be needed at all, at least for bundled remotes and people happy with their default key mappings. The solution in comment #1 worked. Thank you for that and for the explanation in comment #3, which helps me understand where IR is going... This isn't really a bug, then, but something that may need more pre-emptive explanation on the MythTV list, for example, else many Fedora 14 upgraders are in for a surprise ;) lirc-0.9.0-0.1.pre1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/lirc-0.9.0-0.1.pre1.fc14 lirc-0.9.0-0.1.pre1.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update lirc'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/lirc-0.9.0-0.1.pre1.fc14 lirc-0.9.0-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/lirc-0.9.0-1.fc14 lirc-0.9.0-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. Jarod, I'm still using: echo none > /sys/class/rc/rc0/protocols echo +lirc > /sys/class/rc/rc0/protocols in my Fedora 15 mythtv initscript. Do I need that workaround anymore? If not, This can probably be closed. Shouldn't need any work-arounds anymore in the latest f15 packages, no. I can confirm then, that this is fixed and the bug can be closed. Thank you! This message is a notice that Fedora 14 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 14. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '14' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 14 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |