Skip to content

[BUG] Arrow Lake CPU reporting incorrect boost frequency on Debian Trixie #2278

@nexthop0

Description

@nexthop0

Read the FAQ first

  • I have checked the FAQ but the issue is not covered

Description

I believe this to be a firmware bug as lscpu also sees the same bogus frequency of 6.50 GHz.. Filing this in hopes there is some workaround that can be done in Fastfetch other than hardcoding the true boost frequency.

Linux server 6.19.11+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.19.11-1~bpo13+1 (2026-04-13) x86_64

        _,met$$$$$gg.          user@server
     ,g$$$$$$$$$$$$$$$P.       --------------------
   ,g$$P""       """Y$$.".     OS: Debian GNU/Linux 13.4 (trixie) x86_64
  ,$$P'              `$$$.     Host: <redacted>
',$$P       ,ggs.     `$$b:    Kernel: Linux 6.19.11+deb13-amd64
`d$$'     ,$P"'   .    $$$     Uptime: 23 hours, 17 mins
 $$P      d$'     ,    $$P     Packages: 495 (dpkg)
 $$:      $$.   -    ,d$$'     Shell: bash 5.2.37
 $$;      Y$b._   _,d$P'       Terminal: /dev/pts/0
 Y$$.    `.`"Y$$$$P"'          CPU: Intel(R) Core(TM) Ultra 9 285 (24) @ 6.50 GHz
 `$$b      "-.__               GPU: Intel Graphics @ 2.00 GHz [Integrated]
  `Y$$b                        Memory: 3.80 GiB / 125.32 GiB (3%)
   `Y$$.                       Local IP (ens1): <redacted>
     `$$b.
       `Y$$b.
         `"Y$b._
             `""""
lscpu | grep MHz

CPU(s) scaling MHz:                      29%
CPU max MHz:                             6500.0000
CPU min MHz:                             800.0000
grep . /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_max_freq | sort -V

/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq:5400000
/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq:5600000
/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq:5400000
/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq:5400000
/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq:5600000
/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq:5400000
/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq:5400000
/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq:5400000
/sys/devices/system/cpu/cpu8/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu9/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu10/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu11/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu12/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu13/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu14/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu15/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu16/cpufreq/cpuinfo_max_freq:6500000
/sys/devices/system/cpu/cpu17/cpufreq/cpuinfo_max_freq:6500000
/sys/devices/system/cpu/cpu18/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu19/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu20/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu21/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu22/cpufreq/cpuinfo_max_freq:4700000
/sys/devices/system/cpu/cpu23/cpufreq/cpuinfo_max_freq:4700000

Version used

fastfetch 2.61.0 (x86_64)

Bug prevalence

Always

Regression

Not sure

Installation

GitHub Releases

Package manager

No response

Screenshots

No response

Configuration

{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "modules": [
    "title",
    "separator",
    "os",
    "host",
    "kernel",
    "uptime",
    "packages",
    "shell",
    "terminal",
    { "type": "cpu", "format": "{name} ({cores-online}) @ 5.60 GHz" },
    "memory",
    "localip"
  ]
}

System information

[
  {
    "type": "Title",
    "result": {
      "userId": 1000,
      "userName": "user",
      "fullUserName": ",,,",
      "hostName": "server",
      "homeDir": "/home/user/",
      "exePath": "/usr/bin/fastfetch",
      "userShell": "/bin/bash",
      "pid": 168527,
      "cwd": "/home/user/"
    },
    "stat": 0.007523000240325928
  },
  {
    "type": "Separator",
    "error": "Unsupported for JSON format",
    "stat": 0.000863000750541687
  },
  {
    "type": "OS",
    "result": {
      "buildID": "",
      "codename": "trixie",
      "id": "debian",
      "idLike": "",
      "name": "Debian GNU/Linux",
      "prettyName": "Debian GNU/Linux 13.4 (trixie)",
      "variant": "",
      "variantID": "",
      "version": "13 (trixie)",
      "versionID": "13.4"
    },
    "stat": 0.06695999205112457
  },
  {
    "type": "Host",
    "result": {
      "family": "Dell Pro Max Desktops",
      "name": "Dell Pro Max Slim FCS1250",
      "version": "",
      "sku": "0CFD",
      "vendor": "Dell Inc.",
      "serial": "",
      "uuid": ""
    },
    "stat": 0.10496899485588074
  },
  {
    "type": "BIOS",
    "result": {
      "date": "02/25/2026",
      "release": "1.13",
      "vendor": "Dell Inc.",
      "version": "1.13.1",
      "type": "UEFI"
    },
    "stat": 0.046024009585380554
  },
  {
    "type": "Bootmgr",
    "result": {
      "name": "debian",
      "firmware": "\\EFI\\debian\\shimx64.efi",
      "order": 1,
      "secureBoot": true
    },
    "stat": 9.246546000242233
  },
  {
    "type": "Board",
    "result": {
      "name": "0HR3HW",
      "vendor": "Dell Inc.",
      "version": "A01",
      "serial": ""
    },
    "stat": 0.10718700289726257
  },
  {
    "type": "Chassis",
    "result": {
      "type": "Desktop",
      "vendor": "Dell Inc.",
      "version": "",
      "serial": ""
    },
    "stat": 0.14087700843811035
  },
  {
    "type": "Kernel",
    "result": {
      "architecture": "x86_64",
      "name": "Linux",
      "release": "6.19.11+deb13-amd64",
      "version": "#1 SMP PREEMPT_DYNAMIC Debian 6.19.11-1~bpo13+1 (2026-04-13)",
      "pageSize": 4096
    },
    "stat": 0.022835999727249146
  },
  {
    "type": "InitSystem",
    "result": {
      "name": "systemd",
      "exe": "/usr/lib/systemd/systemd",
      "version": "257.9-1~deb13u1",
      "pid": 1
    },
    "stat": 0.698295995593071
  },
  {
    "type": "Uptime",
    "result": {
      "uptime": 85017850,
      "bootTime": "2026-04-20T23:58:25.907-0700"
    },
    "stat": 0.09036299586296082
  },
  {
    "type": "Loadavg",
    "result": [
      0.0,
      0.0,
      0.0
    ],
    "stat": 0.03287099301815033
  },
  {
    "type": "Processes",
    "result": 388,
    "stat": 0.8222229927778244
  },
  {
    "type": "Packages",
    "result": {
      "all": 495,
      "amSystem": 0,
      "amUser": 0,
      "apk": 0,
      "brew": 0,
      "brewCask": 0,
      "choco": 0,
      "dpkg": 495,
      "emerge": 0,
      "eopkg": 0,
      "flatpakSystem": 0,
      "flatpakUser": 0,
      "guixSystem": 0,
      "guixUser": 0,
      "guixHome": 0,
      "hpkgSystem": 0,
      "hpkgUser": 0,
      "kiss": 0,
      "linglong": 0,
      "macports": 0,
      "mport": 0,
      "moss": 0,
      "nixDefault": 0,
      "nixSystem": 0,
      "nixUser": 0,
      "opkg": 0,
      "pacman": 0,
      "pacstall": 0,
      "paludis": 0,
      "pisi": 0,
      "pkg": 0,
      "pkgtool": 0,
      "pkgsrc": 0,
      "rpm": 0,
      "scoopUser": 0,
      "scoopGlobal": 0,
      "snap": 0,
      "soar": 0,
      "sorcery": 0,
      "winget": 0,
      "xbps": 0,
      "pacmanBranch": ""
    },
    "stat": 0.42870400846004486
  },
  {
    "type": "Shell",
    "result": {
      "exe": "bash",
      "exeName": "bash",
      "exePath": "/usr/bin/bash",
      "pid": 166191,
      "ppid": 166190,
      "processName": "bash",
      "prettyName": "bash",
      "version": "5.2.37",
      "tty": 0
    },
    "stat": 0.30976200103759766
  },
  {
    "type": "Editor",
    "error": "$VISUAL or $EDITOR not set",
    "stat": 0.0017610043287277222
  },
  {
    "type": "Display",
    "error": "Couldn't detect display",
    "stat": 0.8483119904994965
  },
  {
    "type": "Brightness",
    "result": [],
    "stat": 0.013392999768257141
  },
  {
    "type": "Monitor",
    "error": "Monitor module is an alias of Display module",
    "stat": 0.0019690096378326416
  },
  {
    "type": "LM",
    "result": {
      "service": "sshd",
      "type": "TTY",
      "version": ""
    },
    "stat": 0.5519679933786392
  },
  {
    "type": "DE",
    "error": "No DE found",
    "stat": 0.0021809935569763184
  },
  {
    "type": "WM",
    "error": "No WM found",
    "stat": 0.0016469955444335938
  },
  {
    "type": "WMTheme",
    "error": "WM Theme needs successful WM detection",
    "stat": 0.00193101167678833
  },
  {
    "type": "Theme",
    "error": "Theme isn't supported in TTY",
    "stat": 0.0020470023155212402
  },
  {
    "type": "Icons",
    "error": "Icons aren't supported in TTY",
    "stat": 0.0010960102081298828
  },
  {
    "type": "Font",
    "error": "Font isn't supported in TTY",
    "stat": 0.0012440085411071777
  },
  {
    "type": "Cursor",
    "error": "Cursor isn't supported in TTY",
    "stat": 0.0022650063037872314
  },
  {
    "type": "Wallpaper",
    "error": "Failed to detect the current wallpaper path",
    "stat": 0.10262599587440491
  },
  {
    "type": "Terminal",
    "result": {
      "processName": "sshd-session",
      "exe": "sshd-session: user@pts/0",
      "exeName": "0",
      "exePath": "/proc/166190/exe",
      "pid": 166190,
      "ppid": 166181,
      "prettyName": "/dev/pts/0",
      "version": "",
      "tty": "/dev/pts/0"
    },
    "stat": 0.43610499799251556
  },
  {
    "type": "TerminalFont",
    "error": "Unknown terminal: sshd-session",
    "stat": 0.0063619911670684814
  },
  {
    "type": "TerminalSize",
    "result": {
      "columns": 310,
      "rows": 58,
      "width": 3458,
      "height": 1398
    },
    "stat": 1.2678219974040985
  },
  {
    "type": "TerminalTheme",
    "error": "Failed to detect terminal theme",
    "stat": 100.28744399547577
  },
  {
    "type": "CPU",
    "result": {
      "cpu": "Intel(R) Core(TM) Ultra 9 285",
      "vendor": "GenuineIntel",
      "packages": 1,
      "cores": {
        "physical": 24,
        "logical": 24,
        "online": 24
      },
      "frequency": {
        "base": 2700,
        "max": 6500
      },
      "coreTypes": [
        {
          "count": 14,
          "freq": 1900
        },
        {
          "count": 8,
          "freq": 2500
        },
        {
          "count": 2,
          "freq": 2700
        }
      ],
      "temperature": 36.0,
      "march": "x86_64-v3",
      "numaNodes": 1
    },
    "stat": 6.614838004112244
  },
  {
    "type": "CPUCache",
    "result": {
      "l1": [
        {
          "size": 32768,
          "num": 16,
          "lineSize": 64,
          "type": "data"
        },
        {
          "size": 65536,
          "num": 24,
          "lineSize": 64,
          "type": "instruction"
        },
        {
          "size": 49152,
          "num": 8,
          "lineSize": 64,
          "type": "data"
        }
      ],
      "l2": [
        {
          "size": 4194304,
          "num": 4,
          "lineSize": 64,
          "type": "unified"
        },
        {
          "size": 3145728,
          "num": 8,
          "lineSize": 64,
          "type": "unified"
        }
      ],
      "l3": [
        {
          "size": 37748736,
          "num": 1,
          "lineSize": 64,
          "type": "unified"
        }
      ]
    },
    "stat": 3.4766709953546524
  },
  {
    "type": "CPUUsage",
    "result": [
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0
    ],
    "stat": 200.5905840098858
  },
  {
    "type": "GPU",
    "result": [
      {
        "index": null,
        "coreCount": 64,
        "coreUsage": null,
        "memory": {
          "dedicated": {
            "total": 0,
            "used": 0
          },
          "shared": {
            "total": 134559129600,
            "used": 0
          },
          "type": null
        },
        "driver": "i915",
        "name": "Intel Graphics",
        "temperature": null,
        "type": "Integrated",
        "vendor": "Intel",
        "platformApi": "DRM (card0)",
        "frequency": 2000,
        "deviceId": 16
      }
    ],
    "stat": 47.43555000424385
  },
  {
    "type": "Memory",
    "result": {
      "total": 134559129600,
      "used": 4093169664
    },
    "stat": 0.04122799634933472
  },
  {
    "type": "PhysicalMemory",
    "error": "Failed to get SMBIOS data",
    "stat": 0.03139901161193848
  },
  {
    "type": "Swap",
    "result": [
      {
        "name": "/dev/nvme0n1p3",
        "used": 0,
        "total": 103123251200
      }
    ],
    "stat": 0.029554009437561035
  },
  {
    "type": "Disk",
    "result": [
      {
        "bytes": {
          "available": 1759959080960,
          "free": 1854788411392,
          "total": 1865334013952,
          "used": 10545602560
        },
        "files": {
          "total": 115744768,
          "used": 108171
        },
        "filesystem": "ext4",
        "mountpoint": "/",
        "mountFrom": "/dev/nvme0n1p2",
        "name": "",
        "volumeType": [
          "Regular"
        ],
        "createTime": "2026-03-27T20:39:34.000-0700"
      }
    ],
    "stat": 0.5534130036830902
  },
  {
    "type": "Btrfs",
    "error": "opendir(\"/sys/fs/btrfs\") == NULL",
    "stat": 0.010702013969421387
  },
  {
    "type": "Zpool",
    "error": "dlopen(libzfs.so) failed",
    "stat": 0.4170289933681488
  },
  {
    "type": "Battery",
    "result": [],
    "stat": 0.04520599544048309
  },
  {
    "type": "PowerAdapter",
    "result": [],
    "stat": 0.024007007479667664
  },
  {
    "type": "Player",
    "error": "Player module is an alias of Media module",
    "stat": 0.0007500052452087402
  },
  {
    "type": "Media",
    "error": "No media found",
    "stat": 53.648126006126404
  },
  {
    "type": "PublicIp",
    "result": {
      "ip": "redacted",
      "location": "redacted"
    },
    "stat": 0.1542550027370453
  },
  {
    "type": "LocalIp",
    "result": [
      {
        "name": "ens1",
        "defaultRoute": {
          "ipv4": true,
          "ipv6": false
        },
        "ipv4": "redacted",
        "ipv6": "",
        "mac": "redacted",
        "mtu": 1500,
        "speed": 2500,
        "flags": "UP,BROADCAST,RUNNING,MULTICAST,LOWER_UP"
      }
    ],
    "stat": 0.8145869970321655
  },
  {
    "type": "DNS",
    "result": [
      "1.1.1.1",
      "1.0.0.1"
    ],
    "stat": 0.03151899576187134
  },
  {
    "type": "Wifi",
    "result": [],
    "stat": 0.49971699714660645
  },
  {
    "type": "DateTime",
    "result": "2026-04-21T23:35:24.177-0700",
    "stat": 0.015902996063232422
  },
  {
    "type": "Locale",
    "result": "en_US.UTF-8",
    "stat": 0.002485990524291992
  },
  {
    "type": "Vulkan",
    "error": "dlopen(libvulkan.so) failed",
    "stat": 0.17792199552059174
  },
  {
    "type": "OpenGL",
    "error": "dlopen(libGLX.so) failed",
    "stat": 0.1945119947195053
  },
  {
    "type": "OpenCL",
    "error": "dlopen(libOpenCL.so) failed",
    "stat": 0.09494099020957947
  },
  {
    "type": "Users",
    "result": [
      {
        "name": "user",
        "hostName": "redacted",
        "sessionName": "sshd",
        "clientIp": "",
        "loginTime": "2026-04-21T23:15:44.440-0700"
      }
    ],
    "stat": 0.0709030032157898
  },
  {
    "type": "Bluetooth",
    "result": [],
    "stat": 0.00887499749660492
  },
  {
    "type": "BluetoothRadio",
    "error": "Failed to open /sys/class/bluetooth",
    "stat": 0.0036740005016326904
  },
  {
    "type": "Sound",
    "error": "dlopen(libpulse.so) failed",
    "stat": 0.07149900496006012
  },
  {
    "type": "Camera",
    "result": [],
    "stat": 0.0058159977197647095
  },
  {
    "type": "Gamepad",
    "result": [],
    "stat": 0.03181600570678711
  },
  {
    "type": "Mouse",
    "result": [
      {
        "serial": "",
        "name": "2.4G Composite Devic Mouse",
        "ignored": false
      }
    ],
    "stat": 0.08054499328136444
  },
  {
    "type": "Keyboard",
    "result": [
      {
        "serial": "",
        "name": "2.4G Composite Devic",
        "ignored": false
      }
    ],
    "stat": 0.12362800538539886
  },
  {
    "type": "Weather",
    "result": "redacted",
    "stat": 0.032686010003089905
  },
  {
    "type": "NetIO",
    "result": [
      {
        "name": "ens1",
        "defaultRoute": true,
        "txBytes": 810,
        "rxBytes": 900,
        "txPackets": 9,
        "rxPackets": 9,
        "rxErrors": 0,
        "txErrors": 0,
        "rxDrops": 0,
        "txDrops": 0
      }
    ],
    "stat": 569.6500609964132
  },
  {
    "type": "DiskIO",
    "result": [
      {
        "name": "WD_BLACK SN850X 2000GB",
        "devPath": "/dev/nvme0n1",
        "bytesRead": 57344,
        "bytesWritten": 0,
        "readCount": 7,
        "writeCount": 0
      },
      {
        "name": "BG7 KIOXIA 256GB",
        "devPath": "/dev/nvme1n1",
        "bytesRead": 0,
        "bytesWritten": 0,
        "readCount": 0,
        "writeCount": 0
      }
    ],
    "stat": 0.1527329981327057
  },
  {
    "type": "PhysicalDisk",
    "result": [
      {
        "name": "WD_BLACK SN850X 2000GB",
        "devPath": "/dev/nvme0n1",
        "interconnect": "NVMe",
        "kind": "SSD",
        "size": 2000398934016,
        "serial": "25523X801867",
        "removable": false,
        "readOnly": false,
        "revision": "620381WD",
        "temperature": 31.85
      },
      {
        "name": "BG7 KIOXIA 256GB",
        "devPath": "/dev/nvme1n1",
        "interconnect": "NVMe",
        "kind": "SSD",
        "size": 256060514304,
        "serial": "ZFWCTGARZ438",
        "removable": false,
        "readOnly": false,
        "revision": "12300102",
        "temperature": 27.85
      }
    ],
    "stat": 3.5931520015001297
  },
  {
    "type": "TPM",
    "result": {
      "version": "2.0",
      "description": "TPM 2.0 Device"
    },
    "stat": 0.10293498635292053
  },
  {
    "type": "Version",
    "result": {
      "projectName": "fastfetch",
      "sysName": "Linux",
      "architecture": "x86_64",
      "version": "2.61.0",
      "versionGit": "",
      "cmakeBuiltType": "RelWithDebInfo",
      "compileTime": "Mar 28 2026, 06:12:21",
      "compiler": "gcc 13.4.0",
      "debugMode": false,
      "libc": "glibc 2.35"
    },
    "stat": 0.003363996744155884
  },
  {
    "type": "Break",
    "error": "Unsupported for JSON format",
    "stat": 0.0021850019693374634
  },
  {
    "type": "Colors",
    "error": "Unsupported for JSON format",
    "stat": 0.001332998275756836
  }
]

Features built-in

threads
vulkan
wayland
xcb-randr
xrandr
drm
drm_amdgpu
gio
dconf
dbus
imagemagick7
imagemagick6
chafa
zlib
sqlite3
rpm
egl
glx
opencl
libpulse
libddcutil
libelf
libzfs
linux/videodev2
linux/wireless
Embedded pciids

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions