Hello,
On March 25, 2015, I installed several updates for python3. Since than, computer goes unusually hot when booting, on the Internet on some pages but also when downloading 2 or 3 files in the same time, when using dolphin to transfer files to an external HD. Before this update computer was running cold, even if downloading 10 files in the same time (mp3 and/or mp4). Why do I suspect python3? Opening the System Activity window (ctrl+esc), every time python3 runs, temperatures are boosting unusually high (for graphical card and at least one core, first).
My machine: i3-2350M with intel 3000 graphics, Kubuntu 14.04.1 with the latest updates installed.
A deeper explanation could be the 3D accelerator, who become "unknown" after upgrading to kernel 3.13.0-48, on March 23. If I recall well, when installed 14.04.1, I had an intel 3D accelerator. Actually, this was the difference between my laptop with i3, and my netbook (Acer Aspire One) with Celeron, because Celerons have the 3D accelerators inhabited for power saving. But strangely, my netbook does not heat after the same python3 updates and kernel upgrade. The question becomes now: could python3 heat the i3 machine in absence of a 3D accelerator? Because, what's for sure is that python3 causes the heating right now.
with latest kernel 3.13.0-48, came up with:
Should I wait for several days, maybe a hardware support update will be available for the new kernel? Also, does anybody else experience these same recent issue?
Thanks,
On March 25, 2015, I installed several updates for python3. Since than, computer goes unusually hot when booting, on the Internet on some pages but also when downloading 2 or 3 files in the same time, when using dolphin to transfer files to an external HD. Before this update computer was running cold, even if downloading 10 files in the same time (mp3 and/or mp4). Why do I suspect python3? Opening the System Activity window (ctrl+esc), every time python3 runs, temperatures are boosting unusually high (for graphical card and at least one core, first).
My machine: i3-2350M with intel 3000 graphics, Kubuntu 14.04.1 with the latest updates installed.
A deeper explanation could be the 3D accelerator, who become "unknown" after upgrading to kernel 3.13.0-48, on March 23. If I recall well, when installed 14.04.1, I had an intel 3D accelerator. Actually, this was the difference between my laptop with i3, and my netbook (Acer Aspire One) with Celeron, because Celerons have the 3D accelerators inhabited for power saving. But strangely, my netbook does not heat after the same python3 updates and kernel upgrade. The question becomes now: could python3 heat the i3 machine in absence of a 3D accelerator? Because, what's for sure is that python3 causes the heating right now.
Code:
lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
Thanks,
Comment