You are not logged in.
Pages: 1
Hello all!
So I compiled a new kernel just now, and it seems I forgot to include coretemp (modprobe yields "FATAL: Module coretemp not found). Is it possible to compile the module for the kernel. Or rather, since I assume it is, how exactly would I go about doing it?
Last edited by rune0077 (2009-09-18 15:05:13)
Offline
solve:
recompile entire kernel with coretemp as module or static, as you need...
+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome
Offline
Yeah, I was kinda hoping you would tell me I could simply compile the coretemp module by itself, without having to recompile the entire kernel.
Offline
cd back into wherever your kernel source is, make menuconfig, set coretemp to m, make modules, cp coretemp.ko to your installed system.
Offline
That worked. Thanks a bunch and marking as solved.
Offline
Pages: 1