Bug 665870
| Summary: | kernel 2.6.35.10 does no longer detect lirc dev | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | andreas kriegl <a.kriegl> | ||||
| Component: | kernel | Assignee: | Jarod Wilson <jarodwilson> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 14 | CC: | fernando.laudares.camargos, gansalmon, itamar, jarod, jonathan, kernel-maint, madhu.chinakonda, mchehab | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | kernel-2.6.35.11-83.fc14 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-02-11 02:47:41 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: | |||||||
| Attachments: |
|
||||||
|
Description
andreas kriegl
2010-12-27 15:59:59 UTC
Mauro, do you know of any upstream ir-kbd-i2c changes that would account for this? There are two hauppauge IR's, and only one is supported by rc-hauppauge-new. Maybe that is the problem. Andreas, Could you please modprobe saa7134 with IR debug enabled, and post the results when you type something on the IR to this bugzilla? Sorry, you should be enabling debug at ir-kbd-i2c, as this device uses an I2C IR chip. Hmm... from your logs, it seems that ir-kbd-i2c didn't even detected anything at I2C address 0x71. That's weird. Forget comments #2 and #3. Or there's a regression at ir-kbd-i2c, related to its probe function, or saa7134 is not detecting anything at I2C address 0x71. Could you please modprobe saa7134 with two debug options: modprobe saa7134 i2c_debug=1 i2c_scan=1 This should print a message if something is found at address 0x71. Created attachment 473532 [details]
parts of dmsg concerning saa7134
Hi Mauro, thank you for investigating time into solving this problem. Since I failed to unload the saa7134 module I added the options to /etc/modprobe.d/... The corresponding part of dmesg is in the previous message. I *think* the fix for this was merged upstream (courtesy of Andy Walls), and should be included in F14 kernel build 2.6.35.10-78.fc14. Hello Jason, could you be more specific regarding the fix code from Andy Walls ? I'm having the same error with a Hauppauge HVR-1150 (the successor of the 1120) and would like to try and help fix it. (In reply to comment #8) > Hello Jason, could you be more specific regarding the fix code from Andy Walls > ? I'm having the same error with a Hauppauge HVR-1150 (the successor of the > 1120) and would like to try and help fix it. I meant, *Jarod* - I apologize for the confusion... Actually, there's one additional saa7134 patch that may be necessary that Mauro just authored for upstream. Andy's piece was to add back ir-kbd-i2c accepting 0x71 as a valid receiver address, but there's also something that was broken with the ir_raw_event_store_edge() function, which some saa7134 cards use to store up raw IR events for decode. Fix for the latter, not yet merged in Fedora 14's kernel: https://patchwork.kernel.org/patch/492791/ kernel-2.6.35.11-83.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/kernel-2.6.35.11-83.fc14 kernel-2.6.35.11-83.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |