xcp-ng / xcp

Entry point for issues and wiki. Also contains some scripts and sources.
https://xcp-ng.org
1.26k stars 74 forks source link

No longer able to load coretemp.ko module in XCP-NG 8.0 #249

Open RMerl opened 5 years ago

RMerl commented 5 years ago

With XCP-NG 7.x, I was using lm-sensors to monitor the CPU temperature of my Qotom server (running on an Intel i5 5250 CPU). This was provided through the coretemp kernel module.

After upgrading to 8.0, I am no longer able to load that module, it returns "No such device", as if it wasn't detecting the CPU.

[02:11 xcphost /]#  modprobe coretemp
modprobe: ERROR: could not insert 'coretemp': No such device

Output from /proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 61
model name  : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
stepping    : 4
microcode   : 0x2d
cpu MHz     : 1596.366
cache size  : 3072 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu de tsc msr pae mce cx8 apic sep mca cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl nonstop_tsc cpuid pni pclmulqdq monitor est ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp fsgsbase bmi1 avx2 bmi2 erms rdseed adx xsaveopt
bugs        : null_seg cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips    : 3192.61
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 61
model name  : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
stepping    : 4
microcode   : 0x2d
cpu MHz     : 1596.366
cache size  : 3072 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu de tsc msr pae mce cx8 apic sep mca cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl nonstop_tsc cpuid pni pclmulqdq monitor est ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ssbd ibrs ibpb stibp fsgsbase bmi1 avx2 bmi2 erms rdseed adx xsaveopt
bugs        : null_seg cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips    : 3192.61
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model       : 61
model name  : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
stepping    : 4
microcode   : 0x2d
cpu MHz     : 1596.366
cache size  : 3072 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu de tsc msr pae mce cx8 apic sep mca cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl nonstop_tsc cpuid pni pclmulqdq monitor est ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ssbd ibrs ibpb stibp fsgsbase bmi1 avx2 bmi2 erms rdseed adx xsaveopt
bugs        : null_seg cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips    : 3192.61
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model       : 61
model name  : Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
stepping    : 4
microcode   : 0x2d
cpu MHz     : 1596.366
cache size  : 3072 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu de tsc msr pae mce cx8 apic sep mca cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl nonstop_tsc cpuid pni pclmulqdq monitor est ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ssbd ibrs ibpb stibp fsgsbase bmi1 avx2 bmi2 erms rdseed adx xsaveopt
bugs        : null_seg cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf
bogomips    : 3192.61
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:
underling3311 commented 4 years ago

@stormi @RMerl

Is there a module for amd processors? or just intel? I have an amd processor.