Take a look at our
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message

linux freezing on x61

X60/X61 and X60t/X61t Series
Post Reply
Message
Author
vavet
Sophomore Member
Posts: 233
Joined: Mon Apr 15, 2013 8:32 am
Location: Geneva, Switzerland

linux freezing on x61

#1 Post by vavet » Thu Jul 23, 2015 10:52 am

Hi,
I have installed Ubuntu Mate (15.4) on an x61 along side with W7. Everything went very smooth, all hardware was detected properly. The only problem is that the systems just freezes from time to time and the only thing I can do is force shutdown (with power button). The windows is working fine and stable.
Was wondering if someone is familiar with this issue. And if the problem is in the linux version which alternative would be better for my machine?

Here are the key specs that might matter:

CPU - core 2 duo (T9300) 2.5GHz
Ram - 8GB crucial
SSD - 250GB Samsung 850 Pro
Screen - SXGA+ mod
WiFi - intel 6300

It also has an itergrated touchpad mod and webcam mod. Both worked fine out of the box.
X61 (T9300, 8gb RAM, 120gb SSD, LED SXGA+, integrated webcam, invisible touchpad, modded battery etc.)

Dekks
Senior Member
Senior Member
Posts: 583
Joined: Thu Jun 26, 2014 9:38 am
Location: Birmingham, UK

Re: linux freezing on x61

#2 Post by Dekks » Thu Jul 23, 2015 11:51 am

What does journalctl say? if anything?
Home - Win 10 MSi GF63 Gaming Laptop /Arch GNOME 3/X230 Tablet /X61 [Korean] - Debian 10/T60p - Ubuntu 20.10 Helix 2
Work - Win10/Thinkpad X1 Tablet Gen 2

xiphmont
Junior Member
Junior Member
Posts: 303
Joined: Wed Apr 07, 2010 2:46 pm
Location: Jaffrey, NH
Contact:

Re: linux freezing on x61

#3 Post by xiphmont » Thu Jul 23, 2015 2:57 pm

vavet wrote:Hi,
I have installed Ubuntu Mate (15.4) on an x61 along side with W7. Everything went very smooth, all hardware was detected properly. The only problem is that the systems just freezes from time to time and the only thing I can do is force shutdown (with power button). The windows is working fine and stable.
Was wondering if someone is familiar with this issue. And if the problem is in the linux version which alternative would be better for my machine?
Yes, it's a known problem. Intel 965 support was broken sometime after 3.17. The kernel driver eventually deadlocks the GPU solid. The bug is apparently fixed in the 4.x series.

vavet
Sophomore Member
Posts: 233
Joined: Mon Apr 15, 2013 8:32 am
Location: Geneva, Switzerland

Re: linux freezing on x61

#4 Post by vavet » Fri Jul 24, 2015 7:38 am

xiphmont wrote: Yes, it's a known problem. Intel 965 support was broken sometime after 3.17. The kernel driver eventually deadlocks the GPU solid. The bug is apparently fixed in the 4.x series.
So does it mean there is no way to run a stable linux on x61?
X61 (T9300, 8gb RAM, 120gb SSD, LED SXGA+, integrated webcam, invisible touchpad, modded battery etc.)

xiphmont
Junior Member
Junior Member
Posts: 303
Joined: Wed Apr 07, 2010 2:46 pm
Location: Jaffrey, NH
Contact:

Re: linux freezing on x61

#5 Post by xiphmont » Fri Jul 24, 2015 8:16 am

vavet wrote:
xiphmont wrote: Yes, it's a known problem. Intel 965 support was broken sometime after 3.17. The kernel driver eventually deadlocks the GPU solid. The bug is apparently fixed in the 4.x series.
So does it mean there is no way to run a stable linux on x61?
No, it means avoid Linux kernels 3.18 through (but not including) 4.0, or run graphics without GPU acceleration. Most modern distros are on 4.x already, so the problem is fixed there already.

Dekks
Senior Member
Senior Member
Posts: 583
Joined: Thu Jun 26, 2014 9:38 am
Location: Birmingham, UK

Re: linux freezing on x61

#6 Post by Dekks » Fri Jul 24, 2015 12:08 pm

xiphmont wrote:Yes, it's a known problem. Intel 965 support was broken sometime after 3.17. The kernel driver eventually deadlocks the GPU solid. The bug is apparently fixed in the 4.x series.
I must have been very lucky then, never seen 1 freeze on 3 X61 units running those kernels.
Home - Win 10 MSi GF63 Gaming Laptop /Arch GNOME 3/X230 Tablet /X61 [Korean] - Debian 10/T60p - Ubuntu 20.10 Helix 2
Work - Win10/Thinkpad X1 Tablet Gen 2

xiphmont
Junior Member
Junior Member
Posts: 303
Joined: Wed Apr 07, 2010 2:46 pm
Location: Jaffrey, NH
Contact:

Re: linux freezing on x61

#7 Post by xiphmont » Fri Jul 24, 2015 12:33 pm

Dekks wrote:
xiphmont wrote:Yes, it's a known problem. Intel 965 support was broken sometime after 3.17. The kernel driver eventually deadlocks the GPU solid. The bug is apparently fixed in the 4.x series.
I must have been very lucky then, never seen 1 freeze on 3 X61 units running those kernels.
Could be, or you have backported fixes, or you never used any of the relevant GPU rendering codepaths. All my X61 tablets could be frozen reliably by the F21 installer. It wasn't a phantom problem. IIRC, it had something to do with accidentally mishandling a specific GPU exception after a large code cleanup in the driver. It took folks a while to sort out what was going on as the exception had always been mishandled, but before it had been mishandled in a different way that didn't deadlock things :-)

Bibin
Senior Member
Senior Member
Posts: 516
Joined: Fri Mar 13, 2009 1:07 am

Re: linux freezing on x61

#8 Post by Bibin » Fri Jul 24, 2015 12:46 pm

I do remember this bug as well, so I'm glad it is fixed. Update your kernel.

sudo apt update
sudo apt-get dist-upgrade

flyingfishfinger
Junior Member
Junior Member
Posts: 405
Joined: Sun Nov 18, 2012 5:42 pm
Location: San Francisco Bay Area

Re: linux freezing on x61

#9 Post by flyingfishfinger » Fri Jul 24, 2015 4:30 pm

That won't quite do it I think. I actually checked yesterday for something unrelated (a ~2 minute boot time due to some acpid thing, I believe. Kernel 4.0 didn't solve it but I heard downgrading to 14.04 will)
The current (latest) Ubuntu doesn't include 4.0 yet, but you can install it if you want like this:
http://news.softpedia.com/news/How-to-I ... 8288.shtml

vavet
Sophomore Member
Posts: 233
Joined: Mon Apr 15, 2013 8:32 am
Location: Geneva, Switzerland

Re: linux freezing on x61

#10 Post by vavet » Fri Jul 31, 2015 11:33 am

upgraded the kernel to 4.0.4 version. Seem to be fine now. Thanks for the hints!
X61 (T9300, 8gb RAM, 120gb SSD, LED SXGA+, integrated webcam, invisible touchpad, modded battery etc.)

jaspen-meyer
Senior Member
Senior Member
Posts: 837
Joined: Wed May 19, 2010 11:21 pm
Location: Pardubice, Czech Republic
Contact:

Re: linux freezing on x61

#11 Post by jaspen-meyer » Sun Jan 17, 2016 11:55 pm

If you run out of ram and have no swap space set up you can provoke similar behavior by doing something ram-intensive. (My x21 was crashing in this way the other day when watching youtube videos in a browser - they did run in smtube/mplayer at 360p).
T420 i7 3612QM seabios; T420 i7 3630QM; T400 Q9100 seabios; T61 P9600; T60 libreboot; x62; x60s libreboot, led; x24 xiphmont led

Dekks
Senior Member
Senior Member
Posts: 583
Joined: Thu Jun 26, 2014 9:38 am
Location: Birmingham, UK

Re: linux freezing on x61

#12 Post by Dekks » Mon Jan 18, 2016 4:52 am

jaspen-meyer wrote:If you run out of ram and have no swap space set up you can provoke similar behavior by doing something ram-intensive. (My x21 was crashing in this way the other day when watching youtube videos in a browser - they did run in smtube/mplayer at 360p).
no RAm + no swap could generate any number of fail modes dependant on what software/hardware was upto. GPU lock ups are just one possibility.
Home - Win 10 MSi GF63 Gaming Laptop /Arch GNOME 3/X230 Tablet /X61 [Korean] - Debian 10/T60p - Ubuntu 20.10 Helix 2
Work - Win10/Thinkpad X1 Tablet Gen 2

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Thinkpad X60/X61 Series incl. Tablets”

Who is online

Users browsing this forum: No registered users and 10 guests