Advertisement
arthur-littlepaws

Untitled

Dec 13th, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. maybe this will help you understand a bit better what i have done...
  2. arthur@Iris:~$ sensors
  3. iwlwifi_1-virtual-0
  4. Adapter: Virtual device
  5. temp1: N/A
  6.  
  7. amdgpu-pci-0300
  8. Adapter: PCI adapter
  9. vddgfx: N/A
  10. vddnb: N/A
  11. edge: +61.0°C
  12.  
  13. hidpp_battery_0-hid-3-9
  14. Adapter: HID adapter
  15. in0: 4.19 V
  16.  
  17. k10temp-pci-00c3
  18. Adapter: PCI adapter
  19. Tctl: +61.2°C
  20. -------------------------------------------------------------------------------------
  21. arthur@Iris:~$ sensors -u
  22. iwlwifi_1-virtual-0
  23. Adapter: Virtual device
  24. temp1:
  25. ERROR: Can't get value of subfeature temp1_input: Can't read
  26.  
  27. amdgpu-pci-0300
  28. Adapter: PCI adapter
  29. vddgfx:
  30. ERROR: Can't get value of subfeature in0_input: Can't read
  31. vddnb:
  32. ERROR: Can't get value of subfeature in1_input: Can't read
  33. edge:
  34. temp1_input: 59.000
  35.  
  36. hidpp_battery_0-hid-3-9
  37. Adapter: HID adapter
  38. in0:
  39. in0_input: 4.190
  40.  
  41. k10temp-pci-00c3
  42. Adapter: PCI adapter
  43. Tctl:
  44. temp1_input: 59.000
  45. --------------------------------------------------------------
  46.  
  47. and here's the config file i created in /etc/config.d/sensors.conf
  48. chip "k10temp-pci-00c3"
  49. label temp1_input "Core 0"
  50. compute temp1_input @-53,@-53
  51. ----------------------------------------------------------------
  52.  
  53. i am not sure what i am doing wrong...i may be missing a step....but when i tried rebooting and runnings sensors again i did not see the offset that i had placed in sensors.conf.
  54.  
  55. the good news is i am not getting any strange errrors in logs anymore...so i am close i think?
  56.  
  57. however i am not seeing the temprature offsets i input.
  58.  
  59. any help would be wonderful in making this work right
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement