Bug 2388757 - Partial output with '--side-by-side' and obsolete URLs with '--format'
Summary: Partial output with '--side-by-side' and obsolete URLs with '--format'
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: i2c-tools
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-08-15 10:11 UTC by ricky.tigg
Modified: 2026-05-29 21:20 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

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!


Note You need to log in before you can comment on or make changes to this bug.