Announcement

Collapse
No announcement yet.

PTS doesn't detect cpu fan speed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PTS doesn't detect cpu fan speed

    Hello! I need some help getting the Phoronix Test Suite to detect the cpu fan speed on my dell laptop. When I run
    Code:
    $ phoronix-test-suite system-sensors
    it says that `CPU Fan Speed` is an unsupported sensor. The cpu fan speed does show up on lm_sensors and under `/sys/class/hwmon`:
    Code:
    $ sensors
    --snip--
    
    dell_smm-virtual-0
    Adapter: Virtual device
    fan1: 3610 RPM
    
    --snip--
    $ cat /sys/class/hwmon/hwmon4/fan1_input
    3614
    How do I get PTS to detect my cpu fan speed? Thanks.

    I'm using Phoronix Test Suite v9.6.1 (Nittedal) on Arch Linux.

  • #2
    Happy update! I've located and fixed the bug and I will submit a PR to the git repo! Will link to the PR after it is created.

    Comment


    • #3
      The PR if anyone is interested. https://github.com/phoronix-test-sui...suite/pull/442

      Comment

      Working...
      X