From mboxrd@z Thu Jan 1 00:00:00 1970 From: mds@paradyne.com (Mark D. Studebaker ) Date: Thu, 19 May 2005 06:23:58 +0000 Subject: soloution to tickets 1263 & 1223 Message-Id: <3EE39A6F.9090001@paradyne.com> List-Id: References: <3EE39074.8020804@wolfman.com> In-Reply-To: <3EE39074.8020804@wolfman.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lm-sensors@vger.kernel.org checked in. thank you very much. Jim Morris wrote: > This seems to happen on newer perl versions. It is fatal in as much as > the sensors are not detected. The solution appears to be to simply add & > 0x7f to the pack statement at line 1138 of sensors_detect... > > sub outb > { > my $towrite = pack( "C", $_[1] & 0x7f); > > > hope this helps >