monitor icon indicating copy to clipboard operation
monitor copied to clipboard

Temp. CPU - NaN

Open sapeg opened this issue 1 year ago • 7 comments

Linux system 4.15.0-213-generic / 22.04-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux CPU: AMD Ryzen 5 (Matisse)

sapeg avatar Feb 18 '24 18:02 sapeg

Monitor is parsing /sys/class/hwmon/* here https://github.com/stsdc/monitor/blob/dev/src/Resources/Hwmon/HwmonPathsParser.vala

It is possible that temperature is on different path? can you check? It would be nice if you could propose a PR too, would help a lot :)

stsdc avatar Feb 23 '24 12:02 stsdc

There is only one: /sys/class/hwmon/hwmon023.02.2024, 15:12, "Stanisław" @.**>: Monitor is parsing /sys/class/hwmon/ here https://github.com/stsdc/monitor/blob/dev/src/Resources/Hwmon/HwmonPathsParser.vala It is possible that temperature is on different path? can you check? It would be nice if you could propose a PR too, would help a lot :)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***> -- С уважением, Павел Макарчук.

sapeg avatar Feb 23 '24 19:02 sapeg

obraz

Works for my Ryzen. Can you post logs? G_MESSAGES_DEBUG=all com.github.stsdc.monitor

stsdc avatar Feb 26 '24 10:02 stsdc

temp1_input - there is no such file. There is only a "name". Logs:

 (com.github.stsdc.monitor:30549): Gtk-DEBUG: 13:56:05.987: Connecting to session manager ** (com.github.stsdc.monitor:30549): DEBUG: 13:56:06.008: CPU.vala:51: Number of cores: 12 ** (com.github.stsdc.monitor:30549): DEBUG: 13:56:06.008: TemperatureSensor.vala:79: Found temp. sensor: asus ** (com.github.stsdc.monitor:30549): DEBUG: 13:56:06.027: ProcessUtils.vala:5: sh ** (com.github.stsdc.monitor:30549): DEBUG: 13:56:06.028: ProcessUtils.vala:5: sh ** (com.github.stsdc.monitor:30549): DEBUG: 13:56:06.075: DBusServer.vala:43: DBus registered! ** (com.github.stsdc.monitor:30549): DEBUG: 13:56:06.083: TreeViewModel.vala:34: add_running_processes ** (com.github.stsdc.monitor:30549): DEBUG: 13:56:06.084: TreeViewModel.vala:43: Add process 948 Parent PID: 1 ** (com.github.stsdc.monitor:30549): DEBUG: 13:56:06.084: TreeViewModel.vala:43: Add process 949 Parent PID: 948 ** (com.github.stsdc.monitor:30549): DEBUG: 13:56:06.084: TreeViewModel.vala:43: Add process 963 Parent PID: 948 etc.

** (com.github.stsdc.monitor:30549): DEBUG: 13:57:58.664: TreeViewModel.vala:79: remove process 30510 from model ** (com.github.stsdc.monitor:30549): DEBUG: 14:01:32.683: TreeViewModel.vala:79: remove process 28995 from model

26.02.2024, 13:54, "Stanisław" @.***>: obraz.png (view on web) Works for my Ryzen. Can you post logs? G_MESSAGES_DEBUG=all com.github.stsdc.monitor

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***> -- С уважением, Павел Макарчук.

sapeg avatar Feb 26 '24 11:02 sapeg

What files do you have?

stsdc avatar Feb 26 '24 11:02 stsdc

device  fan1_input  fan1_label  name  power  pwm1_enable  subsystem  uevent  26.02.2024, 14:14, "Stanisław" @.***>: What files do you have?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***> -- С уважением, Павел Макарчук.

sapeg avatar Feb 26 '24 11:02 sapeg

Interesting. You have to figure out where temperature data are stored for your system.

stsdc avatar Feb 26 '24 12:02 stsdc