PDA

View Full Version : Firefox/System freeze 12.04 & firefox 21.0



xigen
May 23rd, 2013, 05:02 AM
Firefox 21.0 & Ubuntu 12.04.2 LTS (precise)

I installed system upgrades - and now when I try to use FF for downloads (uploaded.com) they system freezes.

First - I suspected dust in the graphics card, so I cleaned the system. Unfortunately, it did not solve my issues with Firefox.

Suggestions?

xigen
May 23rd, 2013, 11:48 PM
I have reinstalled Firefox. This worked for a few (18+) hrs. Then my system froze again.

Any suggestions as how to figure out what is causing the freeze?

xigen
May 29th, 2013, 08:58 AM
I found a suggestion to upgrade the kernel.

http://partiallysanedeveloper.blogspot.co.uk/2012/05/ivy-bridge-hd4000-linux-freeze.html?m=1

At the time of writing this article the latest stable kernel is 3.3.6

The kernel can be found at kernel.ubuntu.com or you can just ignore this and copy and past the commands below to the terminal depending on you installation

For Ubuntu (i386 / 32-bit) run these commands

cd /tmp && wget -O linux-headers-3.3.6-030300_3.3.6_all.deb http://goo.gl/zNlMy
sudo dpkg -i linux-headers-3.3.6-030300_3.3.6_all.deb
cd /tmp && wget -O linux-headers-3.3.6-generic_i386.deb http://goo.gl/TdBex
sudo dpkg -i linux-headers-3.3.6-generic_i386.deb
cd /tmp && wget -O linux-image-3.3.6-generic_i386.deb http://goo.gl/osZhw
sudo dpkg -i linux-image-3.3.6-generic_i386.deb


For Ubuntu (amd64 / 64-bit) run these commands

cd /tmp && wget -O linux-headers-3.3.6-030300_3.3.6_all.deb http://goo.gl/zNlMy
sudo dpkg -i linux-headers-3.3.6-030300_3.3.6_all.deb
cd /tmp && wget -O linux-headers-3.3.6-generic_amd64.deb http://goo.gl/Z9Ztt
sudo dpkg -i linux-headers-3.3.6-generic_amd64.deb
cd /tmp && wget -O linux-image-3.3.6-generic_amd64.deb http://goo.gl/jji3o
sudo dpkg -i linux-image-3.3.6-generic_amd64.deb


Just reboot your system and done.

... your mileage may vary ... however, so far - so good. I put in the 3.3.6 kernel and pushed the system without issue.