Bug 2388757

Summary: Partial output with '--side-by-side' and obsolete URLs with '--format'
Product: [Fedora] Fedora Reporter: ricky.tigg
Component: i2c-toolsAssignee: Adam Jackson <ajax>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: ajax, jorton, pzacik, suraj.ghimire7, wsa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ricky.tigg 2025-08-15 10:11:45 UTC
Hello. Despite that I did not compile my kernel from scratch I am probably in the wrong i place because those issues are probably to be reported at bugzilla.kernel.org instead.

decode-dimms v. 4.4
---

Issue 1
No path to the component displayed; occurs with '--format' too.

$ decode-dimms --side-by-side
Decoding EEPROM                                  6-0050

For comparison | Full path to the component displayed

$ decode-dimms
Decoding EEPROM: /sys/bus/i2c/drivers/ee1004/6-0050

Which is likely to be the intended bahaviour.
---

Issue 2
Link pages served as HTTPS, not HTTP.

$ decode-dimms --format
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

Comment 1 Wolfram Sang 2026-05-29 21:20:20 UTC
i2c-tools maintainer here.

Issue 1 is not an issue. For multiple DIMMs, there is simply not enough space for the whole path if you put them side by side. You only had 1 DIMM, so this was maybe not obvious. Check [1] for an example with multiple DIMMS.

[1] https://damieng.com/blog/2020/ddr4-information-in-linux/

Issue 2 is an issue and I sent patches to fix it upstream. Thank you for the report!