You need to upgrade to Linux kernel 3.3.6-030300.
I had a similar problem and I contacted System76. Mark Hoffart reported that some Lemur Ultra Thin customers still experienced random system freezes after applying the Linux kernel 3.2.0-27 generic update. He said that this is a workaround that solves the problem.
Hi Welly
Below are some steps to try a different Kernel that people used as a work around when the first bug initially developed. Some people actually stuck with this because it seemed the patched didn't cure their individual situations fully.
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
Bookmarks