Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- maybe this will help you understand a bit better what i have done...
- arthur@Iris:~$ sensors
- iwlwifi_1-virtual-0
- Adapter: Virtual device
- temp1: N/A
- amdgpu-pci-0300
- Adapter: PCI adapter
- vddgfx: N/A
- vddnb: N/A
- edge: +61.0°C
- hidpp_battery_0-hid-3-9
- Adapter: HID adapter
- in0: 4.19 V
- k10temp-pci-00c3
- Adapter: PCI adapter
- Tctl: +61.2°C
- -------------------------------------------------------------------------------------
- arthur@Iris:~$ sensors -u
- iwlwifi_1-virtual-0
- Adapter: Virtual device
- temp1:
- ERROR: Can't get value of subfeature temp1_input: Can't read
- amdgpu-pci-0300
- Adapter: PCI adapter
- vddgfx:
- ERROR: Can't get value of subfeature in0_input: Can't read
- vddnb:
- ERROR: Can't get value of subfeature in1_input: Can't read
- edge:
- temp1_input: 59.000
- hidpp_battery_0-hid-3-9
- Adapter: HID adapter
- in0:
- in0_input: 4.190
- k10temp-pci-00c3
- Adapter: PCI adapter
- Tctl:
- temp1_input: 59.000
- --------------------------------------------------------------
- and here's the config file i created in /etc/config.d/sensors.conf
- chip "k10temp-pci-00c3"
- label temp1_input "Core 0"
- compute temp1_input @-53,@-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.
- the good news is i am not getting any strange errrors in logs anymore...so i am close i think?
- however i am not seeing the temprature offsets i input.
- any help would be wonderful in making this work right
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement