I installed lm-sensors on a fresh squeeze install, with a 2.6.32 kernel.
sensors-detect tells me the following:
Driver `f71882fg':
* ISA bus, address 0xa00
Chip `Fintek F71889FG Super IO Sensors' (confidence: 9)
To load everything that is needed, add this to /etc/modules:
#----cut here----
# Chip drivers
f71882fg
#----cut here----
Unfortunately, loading the given driver fails:
[ 6.699840] f71882fg: Unsupported Fintek device
Looking at the linux kernel source, it appears the device support was
added to the kernel between 2.6.32 and 2.6.33, and thus is not
supported by the debian stock kernel.
It would be useful if sensors-detect would try to load the module
already and issue a message when it doesn't work.
Mike