Ticket #2138 (closed defect: fixed)
Patch needed for lm_sensors-2.10.1 on FC3/amd64 2.6.16.20
| Reported by: | ticket | Owned by: | khali |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | interface | Version: | 2.10.1 |
| Keywords: | sensors-detect | Cc: |
Description
To work on FC3/AMD64 with kernel 2.6.16.20 you need to change sensors-detect this way.
The problem is that the return put into $funcs can be bigger than what perl allocates for . For a related discussion see: http://www.mail-archive.com/fedora-perl-devel-list@redhat.com/msg00591.html
This is probably a 64 bit problem only and/or might only happen with that old perl. Still, you probably want to do what I do below.
Also, FC3 on a mainboard Intel d975xbx (socket 775) will panic a 2.6.16.20 smp kernel when probing i2c_i801 some time after "Client found at address 0x4c" [varying number of "Probing for"] Skipping this client makes things work flawlessly, though. Excellent work overall :-)

