Re: Replacing laptop cpu

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 05/25/2015 02:17 PM, g wrote:

On 05/25/2015 12:13 PM, jd1008 wrote:
On 05/24/2015 10:22 PM, g wrote:
<<>>
.
before replacing or installing newer cpu, do what has already
been mentioned.

clean away old thermal paste, apply fresh _white_ *high temp*
thermal paste.

_do_not_ use a clear paste. clear does not give needed transfer.

as for installing newer type cpu, contact AMD support. who would
know better? ;-)

to find out if cpu is causing problem, use this script;

     #!/bin/sh
     while true ; do
       sensors >> ~/00-check-sensors
       sleep 600 ## set sleep period to an interval of your choice.
     done

when system locks up again, open "00-check-sensors" to see history
for temps and fans.

years back, i had a 586 system locking up. running above script
showed memory fan was slowing down. replaced fan, problem ended.


Good advice.
thank you.

Will try it out.
forget that script. i thought i would expand script with a time stamp
so you can better relate to when things change.

=+=+=+=

#!/bin/sh
#	    fn = log-sensors  v. 2  r. 01
#	  date = 2015-0525-1330
#	author = g e leem - copyleftist g e leem, gnu gpl applies.
#	  path = /home/users/scripts/
##
#	usage:  build a log of sensor readings at 10 minute intervals
#		add a time stamp every hour
##
#	notes:	sleep 600 = 10 minutes delay
#
#		chk-sensors = 6 starts with value of 6 to
#		count down sleep periods of 10 minutes in
#		first loop
#
#		chk-sensors = 7 so that time stamp with have
#		correct value for next loop
#
#		start logging from a terminal with command
#		    log-sensors&
#		to run in background and free terminal

chksensors=6

while true ; do

     sensors >> ~/00-check-sensors

     sleep 600 ## set sleep period to an interval of your choice.

     if $chksensors = 0 ; then

       date >> ~/00-check-sensors

       chksensors=7

     fi

     chksensors=$chksensors - 1

done

=+=+=+=

now, if you are aware of time you are doing whatever, you will be
able to relate to when.

i have been running script to see how it is tracking and i see
changing in cpu and board temps and fans speeds. nothing drastic,
but interesting to see. :-)

Thanx.
most welc. ;-)

if you have not refreshed thermal paste yet, as a bit of curiosity,
run script before and after to also see if there is a change.


I ordered the thermal paste (Arctic silver) online.
Waiting for it's arrival.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux