4

I get the following output when running sensors on my Ubuntu 12.04 server

$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0:        -3.0°C  (crit = +90.0°C)
Core 1:        +5.0°C  (crit = +90.0°C)

nouveau-pci-0100
Adapter: PCI adapter
temp1:        +54.0°C  (high = +100.0°C, crit = +95.0°C)

Obviously its incorrect, how do I fix it?

Zeophlite
  • 221

1 Answers1

-1

You can fix it by unloading that module. It is obviously not available/connected.

I do not know what kind of server you have, but finding ISA adapters is highly unlikely in anything produced the last 10 years.

Wolph
  • 645