[Bug 1252462] Re: CPU turbo mode frequency issue with Kernel 3.11 under Saucy 13.10 (Intel I7)

2014-01-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1252462

Title:
  CPU turbo mode frequency issue with Kernel 3.11 under Saucy 13.10
  (Intel I7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1252462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1252462] Re: CPU turbo mode frequency issue with Kernel 3.11 under Saucy 13.10 (Intel I7)

2013-11-19 Thread Guilhem Marchand
Some update:

After some search, i discovered that the intel_pstate seems to have to
be enable running default Ubuntu kernel adding :

/etc/default/grub

Add:
GRUB_CMDLINE_LINUX_DEFAULT=quiet splash intel_pstate=enable
 then sudo update-grub

After reboot, i can see the good configuration i was seing it with
kernel 3.12:

cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpuf...@vger.kernel.org, please.
analyzing CPU 0:
  driver: intel_pstate
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 0.97 ms.
  hardware limits: 800 MHz - 3.10 GHz
  available cpufreq governors: performance, powersave
  current policy: frequency should be within 800 MHz and 3.10 GHz.
  The governor powersave may decide which speed to use
  within this range.
  current CPU frequency is 2.18 GHz (asserted by call to hardware).
analyzing CPU 1:
  driver: intel_pstate
  CPUs which run at the same hardware frequency: 1
  CPUs which need to have their frequency coordinated by software: 1
  maximum transition latency: 0.97 ms.
  hardware limits: 800 MHz - 3.10 GHz
  available cpufreq governors: performance, powersave
  current policy: frequency should be within 800 MHz and 3.10 GHz.
  The governor powersave may decide which speed to use
  within this range.
  current CPU frequency is 3.03 GHz (asserted by call to hardware).
analyzing CPU 2:
  driver: intel_pstate
  CPUs which run at the same hardware frequency: 2
  CPUs which need to have their frequency coordinated by software: 2
  maximum transition latency: 0.97 ms.
  hardware limits: 800 MHz - 3.10 GHz
  available cpufreq governors: performance, powersave
  current policy: frequency should be within 800 MHz and 3.10 GHz.
  The governor powersave may decide which speed to use
  within this range.
  current CPU frequency is 2.40 GHz (asserted by call to hardware).
analyzing CPU 3:
  driver: intel_pstate
  CPUs which run at the same hardware frequency: 3
  CPUs which need to have their frequency coordinated by software: 3
  maximum transition latency: 0.97 ms.
  hardware limits: 800 MHz - 3.10 GHz
  available cpufreq governors: performance, powersave
  current policy: frequency should be within 800 MHz and 3.10 GHz.
  The governor powersave may decide which speed to use
  within this range.
  current CPU frequency is 2.55 GHz (asserted by call to hardware).

What does explain the difference between the 2 situations ?
With kernel 3.12 we don't have to manually enable intel_pstate... not sure most 
user would think about that to take all the benefit of last computers...

** Description changed:

  Hi,
  
  I am opening this bug because i'm suspecting my processor not to run
  under good frequencies under 13.10 with default kernel 3.11.
  
  My computer is an Asus UX52VS running in Intel i7: Intel Core i7-3537U
  (See http://www.cpu-world.com/CPUs/Core_i7/Intel-
  Core%20i7-3537U%20Mobile%20processor%20-%20AV8063801119700.html)
  
  It's normal frequency is 2 Ghz with a turbo mode up to 2,9 Ghz in case
  of CPU Load.
  
  When running Kernel 3.11, cpufreq-info gives me following informations:
  
  cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
  Report errors and bugs to cpuf...@vger.kernel.org, please.
  analyzing CPU 0:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.0 us.
hardware limits: 775 MHz - 2.50 GHz
available frequency steps: 2.50 GHz, 2.50 GHz, 2.40 GHz, 2.20 GHz, 2.10 
GHz, 2.00 GHz, 1.90 GHz, 1.70 GHz, 1.60 GHz, 1.50 GHz, 1.30 GHz, 1.20 GHz, 1.10 
GHz, 1000 MHz, 800 MHz, 775 MHz
available cpufreq governors: conservative, ondemand, userspace, powersave, 
performance
current policy: frequency should be within 775 MHz and 2.00 GHz.
The governor ondemand may decide which speed to use
within this range.
current CPU frequency is 2.50 GHz (asserted by call to hardware).
cpufreq stats: 2.50 GHz:-nan%, 2.50 GHz:-nan%, 2.40 GHz:-nan%, 2.20 
GHz:-nan%, 2.10 GHz:-nan%, 2.00 GHz:-nan%, 1.90 GHz:-nan%, 1.70 GHz:-nan%, 1.60 
GHz:-nan%, 1.50 GHz:-nan%, 1.30 GHz:-nan%, 1.20 GHz:-nan%, 1.10 GHz:-nan%, 1000 
MHz:-nan%, 800 MHz:-nan%, 775 MHz:-nan%  (582)
  analyzing CPU 1:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 1
CPUs which need to have their frequency coordinated by software: 1
maximum transition latency: 10.0 us.
hardware limits: 775 MHz - 2.50 GHz
available frequency steps: 2.50 GHz, 2.50 GHz, 2.40 GHz, 2.20 GHz, 2.10 
GHz, 2.00 GHz, 1.90 GHz, 1.70 GHz, 1.60 GHz, 1.50 GHz, 1.30 GHz, 1.20 GHz, 1.10 
GHz, 1000 MHz, 800 MHz, 775 MHz
available cpufreq governors: 

[Bug 1252462] Re: CPU turbo mode frequency issue with Kernel 3.11 under Saucy 13.10 (Intel I7)

2013-11-19 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1252462

Title:
  CPU turbo mode frequency issue with Kernel 3.11 under Saucy 13.10
  (Intel I7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1252462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1252462] Re: CPU turbo mode frequency issue with Kernel 3.11 under Saucy 13.10 (Intel I7)

2013-11-18 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1252462/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1252462

Title:
  CPU turbo mode frequency issue with Kernel 3.11 under Saucy 13.10
  (Intel I7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1252462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1252462] Re: CPU turbo mode frequency issue with Kernel 3.11 under Saucy 13.10 (Intel I7)

2013-11-18 Thread Brian Murray
** Package changed: ubuntu = linux (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1252462

Title:
  CPU turbo mode frequency issue with Kernel 3.11 under Saucy 13.10
  (Intel I7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1252462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1252462] Re: CPU turbo mode frequency issue with Kernel 3.11 under Saucy 13.10 (Intel I7)

2013-11-18 Thread Guilhem Marchand
apport information

** Tags added: apport-collected

** Description changed:

  Hi,
  
  I am opening this bug because i'm suspecting my processor not to run
  under good frequencies under 13.10 with default kernel 3.11.
  
  My computer is an Asus UX52VS running in Intel i7: Intel Core i7-3537U
  (See http://www.cpu-world.com/CPUs/Core_i7/Intel-
  Core%20i7-3537U%20Mobile%20processor%20-%20AV8063801119700.html)
  
  It's normal frequency is 2 Ghz with a turbo mode up to 2,9 Ghz in case
  of CPU Load.
  
  When running Kernel 3.11, cpufreq-info gives me following informations:
  
  cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
  Report errors and bugs to cpuf...@vger.kernel.org, please.
  analyzing CPU 0:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.0 us.
hardware limits: 775 MHz - 2.50 GHz
available frequency steps: 2.50 GHz, 2.50 GHz, 2.40 GHz, 2.20 GHz, 2.10 
GHz, 2.00 GHz, 1.90 GHz, 1.70 GHz, 1.60 GHz, 1.50 GHz, 1.30 GHz, 1.20 GHz, 1.10 
GHz, 1000 MHz, 800 MHz, 775 MHz
available cpufreq governors: conservative, ondemand, userspace, powersave, 
performance
current policy: frequency should be within 775 MHz and 2.00 GHz.
The governor ondemand may decide which speed to use
within this range.
current CPU frequency is 2.50 GHz (asserted by call to hardware).
cpufreq stats: 2.50 GHz:-nan%, 2.50 GHz:-nan%, 2.40 GHz:-nan%, 2.20 
GHz:-nan%, 2.10 GHz:-nan%, 2.00 GHz:-nan%, 1.90 GHz:-nan%, 1.70 GHz:-nan%, 1.60 
GHz:-nan%, 1.50 GHz:-nan%, 1.30 GHz:-nan%, 1.20 GHz:-nan%, 1.10 GHz:-nan%, 1000 
MHz:-nan%, 800 MHz:-nan%, 775 MHz:-nan%  (582)
  analyzing CPU 1:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 1
CPUs which need to have their frequency coordinated by software: 1
maximum transition latency: 10.0 us.
hardware limits: 775 MHz - 2.50 GHz
available frequency steps: 2.50 GHz, 2.50 GHz, 2.40 GHz, 2.20 GHz, 2.10 
GHz, 2.00 GHz, 1.90 GHz, 1.70 GHz, 1.60 GHz, 1.50 GHz, 1.30 GHz, 1.20 GHz, 1.10 
GHz, 1000 MHz, 800 MHz, 775 MHz
available cpufreq governors: conservative, ondemand, userspace, powersave, 
performance
current policy: frequency should be within 775 MHz and 2.00 GHz.
The governor ondemand may decide which speed to use
within this range.
current CPU frequency is 2.50 GHz (asserted by call to hardware).
cpufreq stats: 2.50 GHz:-nan%, 2.50 GHz:-nan%, 2.40 GHz:-nan%, 2.20 
GHz:-nan%, 2.10 GHz:-nan%, 2.00 GHz:-nan%, 1.90 GHz:-nan%, 1.70 GHz:-nan%, 1.60 
GHz:-nan%, 1.50 GHz:-nan%, 1.30 GHz:-nan%, 1.20 GHz:-nan%, 1.10 GHz:-nan%, 1000 
MHz:-nan%, 800 MHz:-nan%, 775 MHz:-nan%  (958)
  analyzing CPU 2:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 2
CPUs which need to have their frequency coordinated by software: 2
maximum transition latency: 10.0 us.
hardware limits: 775 MHz - 2.50 GHz
available frequency steps: 2.50 GHz, 2.50 GHz, 2.40 GHz, 2.20 GHz, 2.10 
GHz, 2.00 GHz, 1.90 GHz, 1.70 GHz, 1.60 GHz, 1.50 GHz, 1.30 GHz, 1.20 GHz, 1.10 
GHz, 1000 MHz, 800 MHz, 775 MHz
available cpufreq governors: conservative, ondemand, userspace, powersave, 
performance
current policy: frequency should be within 775 MHz and 2.00 GHz.
The governor ondemand may decide which speed to use
within this range.
current CPU frequency is 2.50 GHz (asserted by call to hardware).
cpufreq stats: 2.50 GHz:-nan%, 2.50 GHz:-nan%, 2.40 GHz:-nan%, 2.20 
GHz:-nan%, 2.10 GHz:-nan%, 2.00 GHz:-nan%, 1.90 GHz:-nan%, 1.70 GHz:-nan%, 1.60 
GHz:-nan%, 1.50 GHz:-nan%, 1.30 GHz:-nan%, 1.20 GHz:-nan%, 1.10 GHz:-nan%, 1000 
MHz:-nan%, 800 MHz:-nan%, 775 MHz:-nan%  (439)
  analyzing CPU 3:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 3
CPUs which need to have their frequency coordinated by software: 3
maximum transition latency: 10.0 us.
hardware limits: 775 MHz - 2.50 GHz
available frequency steps: 2.50 GHz, 2.50 GHz, 2.40 GHz, 2.20 GHz, 2.10 
GHz, 2.00 GHz, 1.90 GHz, 1.70 GHz, 1.60 GHz, 1.50 GHz, 1.30 GHz, 1.20 GHz, 1.10 
GHz, 1000 MHz, 800 MHz, 775 MHz
available cpufreq governors: conservative, ondemand, userspace, powersave, 
performance
current policy: frequency should be within 775 MHz and 2.00 GHz.
The governor ondemand may decide which speed to use
within this range.
current CPU frequency is 2.00 GHz (asserted by call to hardware).
cpufreq stats: 2.50 GHz:-nan%, 2.50 GHz:-nan%, 2.40 GHz:-nan%, 2.20 
GHz:-nan%, 2.10 GHz:-nan%, 2.00 GHz:-nan%, 1.90 GHz:-nan%, 1.70 GHz:-nan%, 1.60 
GHz:-nan%, 1.50 GHz:-nan%, 1.30 GHz:-nan%, 1.20 GHz:-nan%, 1.10 GHz:-nan%, 1000 
MHz:-nan%, 800 MHz:-nan%, 

  I don't understand why frequency should be