It's been 1 year since I am dual-booting Ubuntu with Windows 10. Learned many beautiful things of Ubuntu yet I am weak in hardware related side. Though in other OS my computer works quiet, fan is always on when using Ubuntu. I just read almost all posts in the forum about this. Installed lm-sensors
, psensor
, tlp
, thinkfan
. Changed every single BIOS setting to prefer battery life rather than performance. Tried solutions in this but did not work out, as well. Nothing solved problem. I think I need a hand this time. Just hesitated doing this to prevent causing damage:
See the answer part
An observation which might make sense: When I plug out charging cable fan stops generally but I don't know what to do to connect the dots. I can provide any additional detail if you can tell me what to write into terminal or so. Thanks, in advance.
Edit: output of lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
Subsystem: Toshiba America Info Systems Haswell-ULT Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
What I've tried so far:
$ sudo tlp bat
TLP started in battery mode.
$ sudo pm-powersave true
$ sudo gedit /etc/default/grub # Added GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=!Windows 2012"
Answers in this:
lspci -k | grep -EA3 'VGA|3D|Display'
terminal command. – Pilot6 Mar 08 '17 at 20:09/etc/default/grub
? thank you – Elder Geek Mar 08 '17 at 22:27uname -a
Thank you! – Elder Geek Mar 08 '17 at 22:39