We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2017-02-14 08:41:13 +0200

"core control" is missing?

Recently, I found one strange thing in "init.qcom.post_boot.sh"

case "$target" in
"msm8909")

   ...

# Enable core control
insmod /system/lib/modules/core_ctl.ko
echo 2 > /sys/devices/system/cpu/cpu0/core_ctl/min_cpus
    max_freq=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
    min_freq=800000

  ...

  esac

To my surprise the path "/system/lib/modules/" and the file "core_ctl.ko" are absent.

What does it mean?

"core control" is missing?

Recently, I found one strange thing in "init.qcom.post_boot.sh"

case "$target" in
"msm8909")

   ...

# Enable core control
insmod /system/lib/modules/core_ctl.ko
echo 2 > /sys/devices/system/cpu/cpu0/core_ctl/min_cpus
    max_freq=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
    min_freq=800000

  ...

  esac

To my surprise the path "/system/lib/modules/" and the file "core_ctl.ko" are absent.

What does it mean?

"core control" is missing?

Recently, I found one strange thing in "init.qcom.post_boot.sh"

case "$target" in
"msm8909")

   ...

# Enable core control
insmod /system/lib/modules/core_ctl.ko
echo 2 > /sys/devices/system/cpu/cpu0/core_ctl/min_cpus
    max_freq=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
    min_freq=800000

  ...

  esac

To my surprise the path "/system/lib/modules/" and the file "core_ctl.ko" are absent.

What does it mean?

"core control" is missing?

Recently, I found one strange thing in "init.qcom.post_boot.sh"

case "$target" in
"msm8909")

   ...

# Enable core control
insmod /system/lib/modules/core_ctl.ko
echo 2 > /sys/devices/system/cpu/cpu0/core_ctl/min_cpus
    max_freq=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
    min_freq=800000

  ...

  esac

To my surprise the path "/system/lib/modules/" and the file "core_ctl.ko" are absent.

What does it mean?

EDIT 2017-03-25: still missing in v2.1.0.10

"core control" is missing?

Recently, I found one strange thing in "init.qcom.post_boot.sh"

case "$target" in
"msm8909")

   ...

# Enable core control
insmod /system/lib/modules/core_ctl.ko
echo 2 > /sys/devices/system/cpu/cpu0/core_ctl/min_cpus
    max_freq=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
    min_freq=800000

  ...

  esac

To my surprise the path "/system/lib/modules/" and the file "core_ctl.ko" are absent.

What does it mean?

EDIT 2017-03-25: still missing absent in v2.1.0.10

"core control" is missing?

Recently, I found one strange thing in "init.qcom.post_boot.sh"

case "$target" in
"msm8909")

   ...

# Enable core control
insmod /system/lib/modules/core_ctl.ko
echo 2 > /sys/devices/system/cpu/cpu0/core_ctl/min_cpus
    max_freq=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
    min_freq=800000

  ...

  esac

To my surprise the path "/system/lib/modules/" and the file "core_ctl.ko" are absent.

What does it mean?

EDIT 2017-03-25: still absent in v2.1.0.10

EDIT 2017-06-19: still absent in v2.1.1.12