There are some BIOS issues in your machine:

[    0.728941] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x0000000000000006) 
is beyond end of object (20121018/exoparg2-418)
[    0.728946] ACPI Error: Method parse/execution failed [\_TZ_.GETP] (Node 
ffff880139a31cf8), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.728952] ACPI Error: Method parse/execution failed [\_TZ_.GFXZ._CRT] 
(Node ffff880139a31aa0), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.729042] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x0000000000000005) 
is beyond end of object (20121018/exoparg2-418)
[    0.729046] ACPI Error: Method parse/execution failed [\_TZ_.GETP] (Node 
ffff880139a31cf8), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.729050] ACPI Error: Method parse/execution failed [\_TZ_.GFXZ._AC0] 
(Node ffff880139a31a78), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.729274] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x0000000000000001) 
is beyond end of object (20121018/exoparg2-418)
[    0.729280] ACPI Error: Method parse/execution failed [\_TZ_.PSWT] (Node 
ffff880139a31e38), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.729285] ACPI Error: Method parse/execution failed [\_TZ_.GTTP] (Node 
ffff880139a31de8), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.729290] ACPI Error: Method parse/execution failed [\_TZ_.GFXZ._TMP] 
(Node ffff880139a31ac8), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.729378] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x0000000000000006) 
is beyond end of object (20121018/exoparg2-418)
[    0.729382] ACPI Error: Method parse/execution failed [\_TZ_.GETP] (Node 
ffff880139a31cf8), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.729387] ACPI Error: Method parse/execution failed [\_TZ_.GFXZ._CRT] 
(Node ffff880139a31aa0), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.729474] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x0000000000000005) 
is beyond end of object (20121018/exoparg2-418)
[    0.729477] ACPI Error: Method parse/execution failed [\_TZ_.GETP] (Node 
ffff880139a31cf8), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.729482] ACPI Error: Method parse/execution failed [\_TZ_.GFXZ._AC0] 
(Node ffff880139a31a78), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.729488] [Firmware Bug]: No valid trip found
[    0.731928] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x0000000000000001) 
is beyond end of object (20121018/exoparg2-418)
[    0.731934] ACPI Error: Method parse/execution failed [\_TZ_.PSWT] (Node 
ffff880139a31e38), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.731939] ACPI Error: Method parse/execution failed [\_TZ_.GTTP] (Node 
ffff880139a31de8), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)
[    0.731944] ACPI Error: Method parse/execution failed [\_TZ_.DTSZ._TMP] 
(Node ffff880139a31fc8), AE_AML_PACKAGE_LIMIT (20121018/psparse-537)

For example, the _CRT (critical trip point) for GFXZ tries to index into
\_TZ.TRIP  in the GETP() method and ARG0 in this call references element
6 in a 2 element package, which results in a failure.  So I guess a
bunch of critical trip points are all invalid, which may mean your CPU
is scaled down to the lowest speed.

What does the following output?

 for I in /sys/class/thermal/thermal_zone* ; do echo $I:; cat
$I/trip_point* ; done

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

Title:
  scaling_max_freq is less than highest frequencies in
  scaling_available_frequencies

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to