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 Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1253734 Title: scaling_max_freq is less than highest frequencies in scaling_available_frequencies Status in “linux” package in Ubuntu: In Progress Bug description: brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat scaling_max_freq 1520400 brendand@brendand-6930p:/sys/devices/system/cpu/cpu0/cpufreq$ cat scaling_available_frequencies 2534000 2533000 1600000 800000 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253734/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp