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