https://bugzilla.suse.com/show_bug.cgi?id=1231228 Bug ID: 1231228 Summary: jc42 creating temperature alarms with bogus min/max values Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: Kernel:Drivers Assignee: kernel-bugs@suse.de Reporter: jimoe@sma-inc.us QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- opensuse tumbleweed 20240927 linux 6.11.0-1-default x86_64 A recent kernel update (to 6.11.0) brought the awareness of sensor jc42, which monitors the temperature of DIMMs. I discovered it by the following entry in the system journal: 2024-10-01T10:34:40-07:00 sma-station14l sensord[148139]: Sensor alarm: Chip jc42-i2c-6-1b: DIMM Temp: 40.2 C (min = 0.0 C, max = 0.0 C) [ALARM] The min and max values are not appropriate values. I created a conf file for jc42, jc42.conf, since none was standard in sensors3.conf and added it to /etc/sensors.d/. Contents: # Chip: jc42-i2c-6-1b # Adapter: SMBus PIIX4 adapter port 0 at 0b00 # chip "jc42-*" label "temp1" "DIMM Temp" set temp1_min 00 set temp1_max 60 set temp1_max_hyst 56 # The only entry that had an effect is “label.” The set commands do nothing. Am I missing something? -- You are receiving this mail because: You are on the CC list for the bug.