Skip to content
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

Missing Temperature on Snapdragon 8cx Gen 3 #1590

Open
delipunch opened this issue Jan 17, 2025 · 0 comments · May be fixed by #1589
Open

Missing Temperature on Snapdragon 8cx Gen 3 #1590

delipunch opened this issue Jan 17, 2025 · 0 comments · May be fixed by #1589
Labels
enhancement Extension or improvement to existing feature
Milestone

Comments

@delipunch
Copy link

delipunch commented Jan 17, 2025

Htop can't get the CPU temps on my Thinkpad X13s, which uses the Snapdragon mentioned in the title. Output of sensors for the CPU temps is different to that of my Intel Skylake laptop so that's probably why.

$ sensors -j 
 {
    "pm8280_2_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 32.556
       }
    },
    "cpu7_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 34.900
       }
    },
    "cpu5_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 34.900
       }
    },
    "mem_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 33.900
       }
    },
    "cpu3_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 34.200
       }
    },
    "cpu1_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 33.900
       }
    },
    "skin_temp_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 33.808
       }
    },
    "gpu_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 34.100
       }
    },
    "pm8280_1_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 35.164
       }
    },
    "cluster0_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 34.900
       }
    },
    "cpu6_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 34.200
       }
    },
    "qcom_battmgr_bat-virtual-0":{
       "Adapter": "Virtual device",
       "in0":{
          "in0_input": 8.661
       },
       "temp":{
          "temp1_input": 30.000
       },
       "power1":{
          "power1_input": 0.000
       }
    },
    "cpu4_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 34.900
       }
    },
    "cpu2_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 34.500
       }
    },
    "ath11k_hwmon-pci-60100":{
       "Adapter": "PCI adapter",
       "temp1":{
          "temp1_input": 32.000
       }
    },
    "cpu0_thermal-virtual-0":{
       "Adapter": "Virtual device",
       "temp1":{
          "temp1_input": 34.900
       }
    }
 }
@BenBE BenBE linked a pull request Jan 17, 2025 that will close this issue
@BenBE BenBE added the enhancement Extension or improvement to existing feature label Jan 17, 2025
@BenBE BenBE added this to the 3.4.0 milestone Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Extension or improvement to existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants