Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • L linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 129
    • Issues 129
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Librem5
  • linux
  • Issues
  • #70

Closed
Open
Created Jul 25, 2019 by Guido Gunther@guido.guntherOwner

cpufreq in 5.2 missing

It seems cpufreq went missing in 5.2:

# librem5-devkit-check 
=============================================================================================== test session starts ===============================================================================================
platform linux -- Python 3.7.3, pytest-3.10.1, py-1.7.0, pluggy-0.8.0

model: Purism Librem 5 devkit
kernel: Linux pureos 5.2.0-gef814e5c7 #1 SMP PREEMPT Sun Jul 14 16:27:34 PDT 2019 aarch64 GNU/Linux
image gitrev: 256fdadfaef7af8cfff128f55719b662fcf284c0

rootdir: /usr/share/librem5-devkit/check, inifile:
collected 11 items                                                                                                                                                                                                

test_audio.py ..                                                                                                                                                                                            [ 18%]
test_battery_charger.py .                                                                                                                                                                                   [ 27%]
test_cpufreq.py F                                                                                                                                                                                           [ 36%]
test_gpio_keys.py .                                                                                                                                                                                         [ 45%]
test_magn.py F                                                                                                                                                                                              [ 54%]
test_modem.py ..                                                                                                                                                                                            [ 72%]
test_panel_brightness.py .                                                                                                                                                                                  [ 81%]
test_touch.py .                                                                                                                                                                                             [ 90%]
test_usb_hub.py .                                                                                                                                                                                           [100%]

==================================================================================================== FAILURES =====================================================================================================
__________________________________________________________________________________________________ test_cpufreq ___________________________________________________________________________________________________

    def test_cpufreq():
>       assert("1000000" in open("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq").read())
E       FileNotFoundError: [Errno 2] No such file or directory: '/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq'

test_cpufreq.py:2: FileNotFoundError
Assignee
Assign to
Time tracking