-
-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Globals | G_OBTAIN_CPU_TEMP: Add /sys/devices/platform/coretemp* #3172
Comments
@IV711 Can you please paste the following:
|
Here's what I got:
|
@IV711 Does the following exist and perhaps contain a different file structure?
|
|
@IV711
|
`> do
|
That's it, Okay so the coretemp driver indeed only lists CPU temps and if it exists, it should be read in the first place, skipping the other files. Will implement this later. |
Thx |
Are these changes included in DietPi v6.28.0? Does not work |
@IV711 I'm currently redoing all our images and start new coding and feature implementation afterwards. |
This seems to work in 6.29 beta for Intel N4200 UP-Squared board |
Creating a bug report/issue
Required Information
DietPi version |
cat /DietPi/dietpi/.version
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=26
G_DIETPI_VERSION_RC=3
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
Distro version |
echo $G_DISTRO_NAME
orcat /etc/debian_version
10.1
Kernel version |
uname -a
Linux MDNS 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08) x86_64 GNU/Linux
SBC device |
echo $G_HW_MODEL_DESCRIPTION
or (EG: RPi3)x86 GIGABYTE BRIX GB-XM12-3227
Power supply used | (EG: 5V 1A RAVpower)
This is ok
SDcard used | (EG: SanDisk ultra)
none (SSD M2)
Additional Information (if applicable)
irrelevant
freshly
Yes
Extra details
I'm sorry for my english, it's all google
When connecting via ssh, i see the following information:
That is, the temperature of the CPU is not displayed correctly and I have certain experiences that at prismatic values the cooling fan does not turn on.
If you enter "sensors" to the command line, it displays the following information, which is more like the truth.
`root@MDNS:~# sensors
acpitz-acpi-0
Adapter: ACPI interface
temp1: +27.8°C (crit = +106.0°C)
temp2: +29.8°C (crit = +106.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +58.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +58.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +57.0°C (high = +87.0°C, crit = +105.0°C)
`
So the default information on the temperature he takes is not from the right place?
How can I correct the correct conclusion?
The text was updated successfully, but these errors were encountered: