Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

CPU freq not stepping down

Featured Replies

Is this with new or old BIOS version? Intel had a bit of goofs with their recent microcode patches and had to ask BIOS vendors to take down the latest updates and wait for new microcode fixes. So any possibility some microcode bad mojo have interfered with the support?

  • Replies 155
  • Views 49.2k
  • Created
  • Last Reply
3 hours ago, johnnie.black said:

Output of:


cat /sys/devices/system/cpu/cpuidle/current_driver

and

 


cpufreq-info -d

 

If this last one has no driver see if it loads manually:

 


modprobe acpi-cpufreq

And then run cpufreq-info -d again.


 

# cat /sys/devices/system/cpu/cpuidle/current_driver
none

# cpufreq-info -d
# modprobe acpi-cpufreq
modprobe: ERROR: could not insert 'acpi_cpufreq': No such device
# cpufreq-info -d

 

 

5 hours ago, johnnie.black said:

tree /sys/devices/system/cpu/cpufreq/


 

# tree /sys/devices/system/cpu/cpufreq/

0 directories,  0 files


# tree /sys/devices/system/cpu/
/sys/devices/system/cpu/
├── cpu0
│   ├── cache
│   │   ├── index0
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index1
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index2
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── power
│   │   │   ├── autosuspend_delay_ms
│   │   │   ├── control
│   │   │   ├── runtime_active_time
│   │   │   ├── runtime_status
│   │   │   └── runtime_suspended_time
│   │   └── uevent
│   ├── driver -> ../../../../bus/cpu/drivers/processor
│   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:00
│   ├── hotplug
│   │   ├── fail
│   │   ├── state
│   │   └── target
│   ├── microcode
│   │   ├── processor_flags
│   │   └── version
│   ├── node0 -> ../../node/node0
│   ├── power
│   │   ├── autosuspend_delay_ms
│   │   ├── control
│   │   ├── pm_qos_resume_latency_us
│   │   ├── runtime_active_time
│   │   ├── runtime_status
│   │   └── runtime_suspended_time
│   ├── subsystem -> ../../../../bus/cpu
│   ├── thermal_throttle
│   │   └── core_throttle_count
│   ├── topology
│   │   ├── core_id
│   │   ├── core_siblings
│   │   ├── core_siblings_list
│   │   ├── physical_package_id
│   │   ├── thread_siblings
│   │   └── thread_siblings_list
│   └── uevent
├── cpu1
│   ├── cache
│   │   ├── index0
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index1
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index2
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── power
│   │   │   ├── autosuspend_delay_ms
│   │   │   ├── control
│   │   │   ├── runtime_active_time
│   │   │   ├── runtime_status
│   │   │   └── runtime_suspended_time
│   │   └── uevent
│   ├── driver -> ../../../../bus/cpu/drivers/processor
│   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:01
│   ├── hotplug
│   │   ├── fail
│   │   ├── state
│   │   └── target
│   ├── microcode
│   │   ├── processor_flags
│   │   └── version
│   ├── node0 -> ../../node/node0
│   ├── online
│   ├── power
│   │   ├── autosuspend_delay_ms
│   │   ├── control
│   │   ├── pm_qos_resume_latency_us
│   │   ├── runtime_active_time
│   │   ├── runtime_status
│   │   └── runtime_suspended_time
│   ├── subsystem -> ../../../../bus/cpu
│   ├── thermal_throttle
│   │   └── core_throttle_count
│   ├── topology
│   │   ├── core_id
│   │   ├── core_siblings
│   │   ├── core_siblings_list
│   │   ├── physical_package_id
│   │   ├── thread_siblings
│   │   └── thread_siblings_list
│   └── uevent
├── cpu2
│   ├── cache
│   │   ├── index0
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index1
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index2
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── power
│   │   │   ├── autosuspend_delay_ms
│   │   │   ├── control
│   │   │   ├── runtime_active_time
│   │   │   ├── runtime_status
│   │   │   └── runtime_suspended_time
│   │   └── uevent
│   ├── driver -> ../../../../bus/cpu/drivers/processor
│   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:02
│   ├── hotplug
│   │   ├── fail
│   │   ├── state
│   │   └── target
│   ├── microcode
│   │   ├── processor_flags
│   │   └── version
│   ├── node0 -> ../../node/node0
│   ├── online
│   ├── power
│   │   ├── autosuspend_delay_ms
│   │   ├── control
│   │   ├── pm_qos_resume_latency_us
│   │   ├── runtime_active_time
│   │   ├── runtime_status
│   │   └── runtime_suspended_time
│   ├── subsystem -> ../../../../bus/cpu
│   ├── thermal_throttle
│   │   └── core_throttle_count
│   ├── topology
│   │   ├── core_id
│   │   ├── core_siblings
│   │   ├── core_siblings_list
│   │   ├── physical_package_id
│   │   ├── thread_siblings
│   │   └── thread_siblings_list
│   └── uevent
├── cpu3
│   ├── cache
│   │   ├── index0
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index1
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index2
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── power
│   │   │   ├── autosuspend_delay_ms
│   │   │   ├── control
│   │   │   ├── runtime_active_time
│   │   │   ├── runtime_status
│   │   │   └── runtime_suspended_time
│   │   └── uevent
│   ├── driver -> ../../../../bus/cpu/drivers/processor
│   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:03
│   ├── hotplug
│   │   ├── fail
│   │   ├── state
│   │   └── target
│   ├── microcode
│   │   ├── processor_flags
│   │   └── version
│   ├── node0 -> ../../node/node0
│   ├── online
│   ├── power
│   │   ├── autosuspend_delay_ms
│   │   ├── control
│   │   ├── pm_qos_resume_latency_us
│   │   ├── runtime_active_time
│   │   ├── runtime_status
│   │   └── runtime_suspended_time
│   ├── subsystem -> ../../../../bus/cpu
│   ├── thermal_throttle
│   │   └── core_throttle_count
│   ├── topology
│   │   ├── core_id
│   │   ├── core_siblings
│   │   ├── core_siblings_list
│   │   ├── physical_package_id
│   │   ├── thread_siblings
│   │   └── thread_siblings_list
│   └── uevent
├── cpu4
│   ├── cache
│   │   ├── index0
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index1
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index2
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── power
│   │   │   ├── autosuspend_delay_ms
│   │   │   ├── control
│   │   │   ├── runtime_active_time
│   │   │   ├── runtime_status
│   │   │   └── runtime_suspended_time
│   │   └── uevent
│   ├── driver -> ../../../../bus/cpu/drivers/processor
│   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:04
│   ├── hotplug
│   │   ├── fail
│   │   ├── state
│   │   └── target
│   ├── microcode
│   │   ├── processor_flags
│   │   └── version
│   ├── node0 -> ../../node/node0
│   ├── online
│   ├── power
│   │   ├── autosuspend_delay_ms
│   │   ├── control
│   │   ├── pm_qos_resume_latency_us
│   │   ├── runtime_active_time
│   │   ├── runtime_status
│   │   └── runtime_suspended_time
│   ├── subsystem -> ../../../../bus/cpu
│   ├── thermal_throttle
│   │   └── core_throttle_count
│   ├── topology
│   │   ├── core_id
│   │   ├── core_siblings
│   │   ├── core_siblings_list
│   │   ├── physical_package_id
│   │   ├── thread_siblings
│   │   └── thread_siblings_list
│   └── uevent
├── cpu5
│   ├── cache
│   │   ├── index0
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index1
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index2
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── power
│   │   │   ├── autosuspend_delay_ms
│   │   │   ├── control
│   │   │   ├── runtime_active_time
│   │   │   ├── runtime_status
│   │   │   └── runtime_suspended_time
│   │   └── uevent
│   ├── driver -> ../../../../bus/cpu/drivers/processor
│   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:05
│   ├── hotplug
│   │   ├── fail
│   │   ├── state
│   │   └── target
│   ├── microcode
│   │   ├── processor_flags
│   │   └── version
│   ├── node0 -> ../../node/node0
│   ├── online
│   ├── power
│   │   ├── autosuspend_delay_ms
│   │   ├── control
│   │   ├── pm_qos_resume_latency_us
│   │   ├── runtime_active_time
│   │   ├── runtime_status
│   │   └── runtime_suspended_time
│   ├── subsystem -> ../../../../bus/cpu
│   ├── thermal_throttle
│   │   └── core_throttle_count
│   ├── topology
│   │   ├── core_id
│   │   ├── core_siblings
│   │   ├── core_siblings_list
│   │   ├── physical_package_id
│   │   ├── thread_siblings
│   │   └── thread_siblings_list
│   └── uevent
├── cpu6
│   ├── cache
│   │   ├── index0
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index1
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index2
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── power
│   │   │   ├── autosuspend_delay_ms
│   │   │   ├── control
│   │   │   ├── runtime_active_time
│   │   │   ├── runtime_status
│   │   │   └── runtime_suspended_time
│   │   └── uevent
│   ├── driver -> ../../../../bus/cpu/drivers/processor
│   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:06
│   ├── hotplug
│   │   ├── fail
│   │   ├── state
│   │   └── target
│   ├── microcode
│   │   ├── processor_flags
│   │   └── version
│   ├── node0 -> ../../node/node0
│   ├── online
│   ├── power
│   │   ├── autosuspend_delay_ms
│   │   ├── control
│   │   ├── pm_qos_resume_latency_us
│   │   ├── runtime_active_time
│   │   ├── runtime_status
│   │   └── runtime_suspended_time
│   ├── subsystem -> ../../../../bus/cpu
│   ├── thermal_throttle
│   │   └── core_throttle_count
│   ├── topology
│   │   ├── core_id
│   │   ├── core_siblings
│   │   ├── core_siblings_list
│   │   ├── physical_package_id
│   │   ├── thread_siblings
│   │   └── thread_siblings_list
│   └── uevent
├── cpu7
│   ├── cache
│   │   ├── index0
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index1
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── index2
│   │   │   ├── coherency_line_size
│   │   │   ├── id
│   │   │   ├── level
│   │   │   ├── number_of_sets
│   │   │   ├── physical_line_partition
│   │   │   ├── power
│   │   │   │   ├── autosuspend_delay_ms
│   │   │   │   ├── control
│   │   │   │   ├── runtime_active_time
│   │   │   │   ├── runtime_status
│   │   │   │   └── runtime_suspended_time
│   │   │   ├── shared_cpu_list
│   │   │   ├── shared_cpu_map
│   │   │   ├── size
│   │   │   ├── type
│   │   │   ├── uevent
│   │   │   └── ways_of_associativity
│   │   ├── power
│   │   │   ├── autosuspend_delay_ms
│   │   │   ├── control
│   │   │   ├── runtime_active_time
│   │   │   ├── runtime_status
│   │   │   └── runtime_suspended_time
│   │   └── uevent
│   ├── driver -> ../../../../bus/cpu/drivers/processor
│   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:07
│   ├── hotplug
│   │   ├── fail
│   │   ├── state
│   │   └── target
│   ├── microcode
│   │   ├── processor_flags
│   │   └── version
│   ├── node0 -> ../../node/node0
│   ├── online
│   ├── power
│   │   ├── autosuspend_delay_ms
│   │   ├── control
│   │   ├── pm_qos_resume_latency_us
│   │   ├── runtime_active_time
│   │   ├── runtime_status
│   │   └── runtime_suspended_time
│   ├── subsystem -> ../../../../bus/cpu
│   ├── thermal_throttle
│   │   └── core_throttle_count
│   ├── topology
│   │   ├── core_id
│   │   ├── core_siblings
│   │   ├── core_siblings_list
│   │   ├── physical_package_id
│   │   ├── thread_siblings
│   │   └── thread_siblings_list
│   └── uevent
├── cpufreq
├── cpuidle
│   ├── current_driver
│   └── current_governor_ro
├── hotplug
│   └── states
├── isolated
├── kernel_max
├── microcode
│   └── reload
├── modalias
├── offline
├── online
├── possible
├── power
│   ├── autosuspend_delay_ms
│   ├── control
│   ├── runtime_active_time
│   ├── runtime_status
│   └── runtime_suspended_time
├── present
├── uevent
└── vulnerabilities
    ├── meltdown
    ├── spectre_v1
    └── spectre_v2

150 directories, 611 files

 

3 hours ago, johnnie.black said:

Not sure also, you could try previous unRAID versions or another Linux distro and check if it loads the driver, if it does post a defect report.

 

I'll try an Ubuntu live usb and see.

I should add, I have dual proc's..... dont know If that makes any difference....

 

I've got a couple proc's ready for an upgrade when I get around to it...Maybe should try those!

The cpufreq driver doesn't load in Ubuntu either. I booted from a live usb hopefully that's sufficient, unless a full install would only load the driver? What's interesting though, in Ubuntu the core frequencies are perfectly flat and don't change whatsoever. All cores are exactly the same. Whereas in unRaid the frequencies do fluctuate slightly even if only about a mhz or so.

57 minutes ago, JohnyClassic said:

The cpufreq driver doesn't load in Ubuntu either. I booted from a live usb hopefully that's sufficient, unless a full install would only load the driver? What's interesting though, in Ubuntu the core frequencies are perfectly flat and don't change whatsoever. All cores are exactly the same. Whereas in unRaid the frequencies do fluctuate slightly even if only about a mhz or so.

unRAID probably has newer kernel and you may see some slight differences related to spread spectrum modulation of the CPU frequency to reduce the EMI noise.

  • 2 years later...
On 2/16/2018 at 9:12 AM, clowrym said:

 

Here ya go!!

 


root@Tower:~# cat /sys/devices/system/cpu/cpuidle/current_driver
none
root@Tower:~# cpufreq-info -d
root@Tower:~# modprobe acpi-cpufreq
modprobe: ERROR: could not insert 'acpi_cpufreq': No such device
root@Tower:~# cpufreq-info -d
root@Tower:~#

 

 

Same sort of symptoms for me as well on a virtualized Unraid on ESXi7.0 running on a SuperMicro X10SRH-CF and Xeon 2680v4.

 

Fix common problems plugin is telling me I don't have a CPU Scaling Driver Installed.
Although I can see my CPU is not at 100% and looks pretty normal to me?

image.thumb.png.8e358fe74266fe969343eda9ac10096f.png

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.