home Forums # Technical Support Cpu performance

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2100
    Unknown
    Member

    how can i check the porfarmance of each cpu?
    i use the sudo cpufreq-set -g performance command line but give error.
    inam@inam-Lenovo-G50-70:~$ sudo cpufreq-set -g perfromance
    [sudo] password for inam:
    Error setting new values. Common errors:
    – Do you have proper administration rights? (super-user?)
    – Is the governor you requested available and modprobed?
    – Trying to set an invalid policy?
    – Trying to set a specific frequency, but userspace governor is not available,
    for example because of hardware which cannot be set to a specific frequency
    or because the userspace governor isn’t loaded?

    root@inam-Lenovo-G50-70:/home/inam# sudo cpufreq-set -g perfromance
    Error setting new values. Common errors:
    – Do you have proper administration rights? (super-user?)
    – Is the governor you requested available and modprobed?
    – Trying to set an invalid policy?
    – Trying to set a specific frequency, but userspace governor is not available,
    for example because of hardware which cannot be set to a specific frequency
    or because the userspace governor isn’t loaded?

    #2101

    Hi, this is not related to fuzzylite, but your problem might be that you are misspelling performance:

    sudo cpufreq-set -g perf[ro]mance

    sudo cpufreq-set -g performance

    #2102
    Unknown
    Member

    again same error..
    root@inam-Lenovo-G50-70:/home/inam# sudo cpufreq-set -g perfromance
    Error setting new values. Common errors:
    – Do you have proper administration rights? (super-user?)
    – Is the governor you requested available and modprobed?
    – Trying to set an invalid policy?
    – Trying to set a specific frequency, but userspace governor is not available,
    for example because of hardware which cannot be set to a specific frequency
    or because the userspace governor isn’t loaded?

    #2103

    Hi,

    this is not the right forum for your issue because it is not related to fuzzylite. However, you are still making the same mistake misspelling performance. You are writing perfromance!. Please, look at the difference. You: perfROmance, me: perfORmance.

    You are doing: sudo cpufreq-set -g perfromance
    and it should be: sudo cpufreq-set -g perfORmance (all in lower case).

    If you still have issues, I suggest you look into google or another forum more appropriate for the issues you are experiencing.

    Cheers.

    #2104
    Unknown
    Member

    thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.