View previous topic :: View next topic |
Author |
Message |
jmja89 Tux's lil' helper

Joined: 11 Jun 2005 Posts: 144
|
Posted: Mon Jul 02, 2007 5:32 pm Post subject: coretemp module |
|
|
I would like to install the coretemp module because I have a Core2 Duo processor, however from what I've been able to find coretemp only exists as a patch directly to the kernel sources and knowing me if I used a patch on the sources I would forget next time I changed kernel versions and then I would just run into problems. Is there another way to get the coretemp module? Perhaps an external build similar to the ipw3945 driver? |
|
Back to top |
|
 |
PaulBredbury Watchman


Joined: 14 Jul 2005 Posts: 7310
|
Posted: Mon Jul 02, 2007 5:49 pm Post subject: |
|
|
I just did a quick check:
Code: | $ grep CORETEMP /usr/src/linux/.config
CONFIG_SENSORS_CORETEMP=y |
Using ubuntu-sources. It's probably in other kernels too. |
|
Back to top |
|
 |
jmja89 Tux's lil' helper

Joined: 11 Jun 2005 Posts: 144
|
Posted: Tue Jul 03, 2007 3:33 pm Post subject: |
|
|
hmm... well it's not in the suspend2 sources which are what I'm using and from what I've read it's not going to be included in the vanilla kernel anytime soon due to the fact that it was developed solely by Intel granting the developers NDAs so they could access the specs and that inclusion in the vanilla kernel would taint it. For this reason I wouldn't think it would be in that many kernels... |
|
Back to top |
|
 |
astaecker Guru

Joined: 28 Apr 2003 Posts: 403 Location: Hamburg / Germany
|
Posted: Thu Jul 05, 2007 6:04 am Post subject: |
|
|
It got included in 2.6.22_rc1. |
|
Back to top |
|
 |
Josuke Veteran


Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Mon Jul 30, 2007 4:59 pm Post subject: |
|
|
i've a problem with the module in kernel 2.6.22, when i launch modprobe coretemp the log says:
Code: |
Jul 30 19:00:31 zeus coretemp coretemp.0: Errata AE18 not fixed, update BIOS or microcode of the CPU!
|
i've a mac mini core duo 2 intel _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
 |
PaulBredbury Watchman


Joined: 14 Jul 2005 Posts: 7310
|
Posted: Mon Jul 30, 2007 5:06 pm Post subject: |
|
|
Code: | emerge sys-apps/microcode-ctl |
|
|
Back to top |
|
 |
Josuke Veteran


Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Mon Jul 30, 2007 7:06 pm Post subject: |
|
|
same error
Code: |
zeus ~ # microcode_ctl -u
microcode_ctl: writing microcode (length: 293888)
microcode_ctl: microcode successfuly written to /dev/cpu/microcode
|
result of modprobe coretemp
Code: | Jul 30 21:07:18 zeus coretemp coretemp.0: Errata AE18 not fixed, update BIOS or microcode of the CPU!
Jul 30 21:07:18 zeus coretemp coretemp.1: Errata AE18 not fixed, update BIOS or microcode of the CPU!
|
_________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
 |
coolsnowmen Veteran


Joined: 30 Jun 2004 Posts: 1479 Location: No.VA
|
Posted: Tue Jul 31, 2007 3:33 am Post subject: |
|
|
I believe there are microcode updates on the site, try the newest
http://urbanmyth.org/microcode/ _________________ emerge: there are no ebuilds to satisfy "moo" |
|
Back to top |
|
 |
Josuke Veteran


Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Tue Jul 31, 2007 8:44 am Post subject: |
|
|
tnx for reply but the error was the same:
Code: | microcode_ctl -f intel-ia32microcode-23April2007.txt
microcode_ctl: writing microcode (length: 293888)
microcode_ctl: microcode successfuly written to /dev/cpu/microcode
|
Code: |
zeus ~ # modprobe coretemp |
log:
Code: |
Jul 31 10:44:00 zeus coretemp coretemp.0: Errata AE18 not fixed, update BIOS or microcode of the CPU!
Jul 31 10:44:00 zeus coretemp coretemp.1: Errata AE18 not fixed, update BIOS or microcode of the CPU!
|
_________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
 |
|