Overheats shutting off toshiba

Bug #633612 reported by narnie
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

Fan used to spin up in prior version of Ubuntu, but only stays one speed and have had overheating problems since Intrepid.

Have to have powersave governor in use to prevent overheats and sudden kills.

powersaved gone, can't throttle. Not sure what is replacing it that can be done in userspace(which I prefer)

Found cpufrequency-selector which sets governor, but not throttle.

Wrote:

#! /bin/bash
#

#if ! type promptYesNo > /dev/null 2>&1 ; then . /home/woodnt/scripts/misc.sh ; fi

SPEED=$1

for i in 0 1; do
 cpufreq-selector -c $i -g $SPEED
done

which allows in userspace. Miss powersaved, though where I wrote:

#! /bin/bash
#
#TODO make error checking for arguments

. /home/woodnt/scripts/misc.sh

LEVELS=$((`powersave get-brightness-levels -L|awk '{ print $4 }'|sed 's/\.//'` - 1))
LEVEL=-1

USAGE="
_____________________________________________

throttle [-d DIGIT|u|d]

-d DIGIT is a number between zero and
 $LEVELS or \"u\" for level up or
 \"d\" for level down
_____________________________________________

"

checkLevel () {
LEVEL="$1"
while : ; do
 # Check to see if it is a number and if so between 0 and upper level and if so return
 if [ -n "$(echo "$LEVEL" | sed -n '/[0-9][0-9]*/p')" ] ; then
  if (( $LEVEL >= 0 && $LEVEL <= $LEVELS )) ; then
   #LEVEL="$1"
   return
  fi

 # Check to see if level is either u or d and if so return
 elif [ "$LEVEL" = "u" -o "$LEVEL" = "d" ] ; then
  #LEVEL="$1"
  return
 fi

 clear
 promptQuestion "
___________________________________________________

Level must be between 0 and $LEVELS or

either \"u\" for up or \"d\" for down\n\nPlease enter new level: "
 LEVEL="$ANSWER"
done
}

if [ "$#" = 0 ] ; then echoWhere -k -H 400 -W 600 "$USAGE" ; exit ; fi

case "$1" in
 level) echoWhere "$(powersave --get-brightness -K)"
   exit ;;
 throttle) echoWhere "$(powersave --get-throttling-info -t)"
   exit ;;
 fast) echoWhere "$(powersave --performance-speed -f)"
   exit ;;
 slow) echoWhere "$(powersave --powersave-speed -l)"
   exit ;;
 ondemand) echoWhere "$(powersave --dynamic-speed -A)"
   exit ;;
esac

while getopts d:h OPT ; do
 case $OPT in
  d) checkLevel "$OPTARG"
   ARG="set-brightness -k $LEVEL" ;;
  \?|h) echoWhere "$USAGE" ; exit ;;
 esac
done
if [ -n "$ARG" ] ; then
 powersave $ARG
else
 echoWhere "$USAGE"
fi
exit

Will include hardinfo report and once bug number generated, apport-collect

With thanks,
Narnie

Revision history for this message
narnie (signupnarnie) wrote :
Revision history for this message
narnie (signupnarnie) wrote :

apport-collect 633612
The authorization page:
   (https://edge.launchpad.net/+authorize-token?oauth_token=tDr7lvNPpgS5wtGM49ZW&allow_permission=WRITE_PRIVATE)
should be opening in your browser. After you have authorized
this program to access Launchpad on your behalf you should come
back here and press <Enter> to finish the authentication process.

*** Updating problem report

No additional information collected.

Press any key to continue...

No pending crash reports. Try --help for more information.

Will attach kern.log

Revision history for this message
narnie (signupnarnie) wrote :

Sorry, the "as above" is the kern.log

I'll also include syslog

Revision history for this message
Leo Arias (elopio) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this bug as a bug in linux.

When reporting bugs in the future please use apport by using 'ubuntu-bug' and the name of the package affected. You can learn more about this functionality at https://help.ubuntu.com/community/ReportingBugs.

tags: added: kernel-therm
affects: ubuntu → linux (Ubuntu)
Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

Hi narnie,

This bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? Can you try with the latest development release of Ubuntu? ISO CD images are available from http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you run the following command from a Terminal (Applications->Accessories->Terminal). It will automatically gather and attach updated debug information to this report.

apport-collect -p linux 633612

Also, if you could test the latest upstream kernel available that would be great. It will allow additional upstream developers to examine the issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Once you've tested the upstream kernel, please remove the 'needs-upstream-testing' tag. This can be done by clicking on the yellow pencil icon next to the tag located at the bottom of the bug description and deleting the 'needs-upstream-testing' text. Please let us know your results.

Thanks in advance.

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

tags: added: needs-kernel-logs
tags: added: needs-upstream-testing
tags: added: kj-triage
Changed in linux (Ubuntu):
status: New → Incomplete
Revision history for this message
Leo Arias (elopio) wrote :

We'd like to figure out what's causing this bug for you, but we haven't heard back from you in a while. Could you please provide the requested information? Thanks!

Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

This bug report was marked as Incomplete and has not had any updated comments for quite some time. As a result this bug is being closed. Please reopen if this is still an issue in the current Ubuntu development release http://cdimage.ubuntu.com/daily-live/current/ . Also, please be sure to provide any requested information that may have been missing. To reopen the bug, click on the current status under the Status column and change the status back to "New". Thanks.

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

tags: added: kj-expired
Changed in linux (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.