Bug 697565
Summary: | No i2c device files found | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Joachim Frieben <jfrieben> | ||||
Component: | lm_sensors | Assignee: | Hans de Goede <hdegoede> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 15 | CC: | gansalmon, hdegoede, itamar, jonathan, kernel-maint, madhu.chinakonda, npajkovs, pknirsch, simon, vastone | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | lm_sensors-3.3.0-2.fc15 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-04-28 19:19:57 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
Joachim Frieben
2011-04-18 15:46:28 UTC
Created attachment 492923 [details]
Output of sensors-detect for current F14
I can confirm that this isn't hardware specific - I'm seeing it on a Dell Inspiron 1525n, also running F15. A look in the sensors-detect script tells me that that message is only ever output when sensors-detect hasn't spotted that udev is in use, nor can it find a MAKEDEV script. The relevant block of code is in "sub initialize_conf", at around line 2358 of the script - I don't understand enough about why it's not detecting udev in Fedora 15 to fix it, but I'd speculate that it's something to do with moving the runtime database from /dev/.udev to /run. *** Bug 699145 has been marked as a duplicate of this bug. *** I can confirm this on a rebuild of F15 yesterday... Prior to to the rebuild, i2c worked flawlessly I also have a duplicate F15 - Both Phenom Quad Core and it was updated yesterday with the latest updates and it does not have these issues When running sensors-detect I get the following message No i2c device files found One other note, I am now seeing this k10temp-pci-00c3 when running just sensors, I never did see that before... I have added i2c-tools 3.0.2-5 which in turn added i2c-dev.conf to /etc/modprobe.d but this still results in the same error message I have also updated to the latest kernel today ... 2.6.38.3-18.fc15.x86_64 and did not resolve this Hi, Thanks for the bug report, the problem is that the udevdb has moved to /run/udev, and sensors-detect does not check there and thus thinks F-15 is a pre udev distro. I've prepared an update for the F-15 package fixing this, I've also submitted this upstream. Regards, Hans lm_sensors-3.3.0-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/lm_sensors-3.3.0-2.fc15 Confirmed... Resolved Thank you Hans Package lm_sensors-3.3.0-2.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing lm_sensors-3.3.0-2.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/lm_sensors-3.3.0-2.fc15 then log in and leave karma (feedback). lm_sensors-3.3.0-2.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |