Changes between Version 14 and Version 15 of FAQ/Chapter3
- Timestamp:
- 09/04/10 20:42:09 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/Chapter3
v14 v15 726 726 727 727 2) Some distributions have made this change earlier (e.g. Fedora has this change since kernel 2.6.29) 728 729 730 == AMD K8 support in 2.6.33 and 2.6.34 kernels == 731 732 Support for some rev. G desktop models of AMD K8 processor (driver k8temp) is broken on kernels 2.6.33 and 2.6.34. Unfortunately these kernels won't see any further stable updates, so you have to fix the problem yourself. Affected processors are models 108, 124 and 193 in AM2 socket format. If you are building your own kernel, simply add [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=a05e93f3b3fc2f53c1d0de3b17019e207c482349 the missing fix]. If not, you have to add the following to your libsensors configuration file as a workaround: 733 734 {{{ 735 chip "k8temp-*" 736 737 compute temp1 @+21, @-21 738 compute temp2 @+21, @-21 739 compute temp3 @+21, @-21 740 compute temp4 @+21, @-21 741 }}} 742 743 Don't forget to remove this once you upgrade to kernel 2.6.35 or later!
