
Originally Posted by
vi3wts!ck
mga bro, nag install kog ubuntu 13.04 sa asus x401u notebook. My system is working perfectly, ang concern nako kay akong cpu temp. Nag install kog lm-sensors, para akong ma monitor iyang heat, normal temp niya is 56 degrees, gamay nga process kay mu reach og 60-70 degrees, normal rani sa notebook? kay sa uban forums akong na basahan is 45 degrees raman ilang normal temp.
btw, bago lang ko nag switch to Linux, I'm tired of Windows... ari ta sa complicated nga OS ky challenging.
try installing TLP
Add to repository
Code:
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
Installing package
Code:
sudo apt-get install tlp tlp-rdw
For Thinkpad users need to install this additional packages
Code:
sudo apt-get install tp-smapi-dkms acpi-call-tools
linrunner.de: TLP – Linux Advanced Power Management
also try checking kung unsa imo current kernel if in case wala paka nag update
Code:
dpkg --list | grep linux-image
Code:
dpkg --list | grep linux-headers
the current linux kernel is 3.9.0 if you did a software update chances are 3.9.0 RC8 ang na install ana... for me what i did is remove all old unused kernel gibilin ra nako ang latest (3.9.0)
if not current do this
32bit
Code:
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900-generic_3.9.0-030900.201304291257_i386.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900_3.9.0-030900.201304291257_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-image-3.9.0-030900-generic_3.9.0-030900.201304291257_i386.deb
$ sudo dpkg -i *.deb
$ sudo update-grub
64bit
Code:
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900-generic_3.9.0-030900.201304291257_amd64.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900_3.9.0-030900.201304291257_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-image-3.9.0-030900-generic_3.9.0-030900.201304291257_amd64.deb
$ sudo dpkg -i *.deb
$ sudo update-grub
did you experience network-issue sa 13.04?