LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   kernel 3.2.x causes system freeze on Intel Ivy Bridge platform(e.g. ThinkPad T430)? (https://www.linuxquestions.org/questions/slackware-14/kernel-3-2-x-causes-system-freeze-on-intel-ivy-bridge-platform-e-g-thinkpad-t430-4175426269/)

vvoody 09-08-2012 12:38 PM

kernel 3.2.x causes system freeze on Intel Ivy Bridge platform(e.g. ThinkPad T430)?
 
Hi :)

I installed Slackware 14.0 x86_64 RC2(kernel 3.2.27) on my new laptop(info listed below) a few weeks ago. Since then, I keep meeting sudden system freeze. Usually, my linux box is opened for 8~10 hours every day. And the freeze issue appears almost at least once per day. In some unlucky days, it will be several times.

The most weird thing is that it's very hard to reproduce such a freeze problem. It shows up when I right-click on desktop, type url in web browser, switch to next song in Amarok and so on.

It seems not a bug of Nvidia graphics(disabed via BIOS), or KDE(xfce freezed as well), or RC's kernel 3.2.27(upgraded to RC4 3.2.28, freezed too). And I disabled Composite extension. When the system freezes, mouse and keyboard doesn't response, and ctrl+alt+backspace/ctrl+alt+fN can't kill X server or switch to console. But mute botton and dvd-rom works.

Then I found something relevant after google, "t430 freeze linux" and "freeze ivy bridge linux". Many user with kernel 3.2.x met crash or freeze issues on Ivy Bridge. It seems that kernel 3.2.x does not work well with Intel Ivy Bridge.

Some users solved this problem by upgrading kernel to higher version, >= 3.3.x. But for me, it may not be a good option. Cuz Slackware 14.0 final will stick with kernel 3.2.x(very likely 3.2.28). And I don't know if higher kernel works stable enough. This is really really annoying :( I can not study and work on Slackware 14.0 now. I really do need help, what am I supposed to do?

Appreciate any helps.

Slackware 14.0 RC4 x86_64, kernel 3.2.28 on
Code:

ThinkPad T430 AU1
Intel Core i5 3210M 2.5GHz
Ivy Bridge HD 4000 graphics
Kingston/Hynix DDR 1600 4GBx2
Hitachi 7200rpm 500GB
Nvidia 5400M 2GB(disabled via BIOS)
14" 1600*900
Intel 6205 wireless


vvoody 09-08-2012 12:56 PM

2 Attachment(s)
Well, freezed again just a few minutes after posting here. Attached Xorg.0.log*.

pcelka 09-08-2012 01:17 PM

Why don't you try to disable the intel chip and use the nvidia driver?

hemp4fuel 09-08-2012 04:08 PM

I am experiencing the same behavior in my new Thinkpad T530 with Ivy Bridge and HD4000 graphics. It is disappointing too because everything else works so well with -current. My laptop doesn't have the Nvidia card, so that is not an option for me. I will attempt to upgrade to a newer kernel and see if things improve. I will report back here with the results. I have gotten spoiled in recent years by not needing to compile my own kernels, because the Slackware included kernels have worked so well. If a newer kernel does solve the problem, it would be nice if 14.0 included at least a config for a newer kernel.

vvoody 09-08-2012 04:35 PM

Quote:

Originally Posted by hemp4fuel (Post 4775803)
I am experiencing the same behavior in my new Thinkpad T530 with Ivy Bridge and HD4000 graphics. It is disappointing too because everything else works so well with -current. My laptop doesn't have the Nvidia card, so that is not an option for me. I will attempt to upgrade to a newer kernel and see if things improve. I will report back here with the results. I have gotten spoiled in recent years by not needing to compile my own kernels, because the Slackware included kernels have worked so well. If a newer kernel does solve the problem, it would be nice if 14.0 included at least a config for a newer kernel.

Indeed. Except this issue, Slackware 14.0 works smoothly with ThinkPad T430. Pat, would you please put your kernel 3.4 config file in the testing/ or somewhere else :D

vvoody 09-08-2012 04:55 PM

Quote:

Originally Posted by pcelka (Post 4775744)
Why don't you try to disable the intel chip and use the nvidia driver?

just tried, slackware could not boot, freezed after 10 seconds on something about nouveau...

dram 09-08-2012 04:59 PM

Quote:

Originally Posted by vvoody (Post 4775810)
Indeed. Except this issue, Slackware 14.0 works smoothly with ThinkPad T430. Pat, would you please put your kernel 3.4 config file in the testing/ or somewhere else :D

Pat has put one some time ago, it resides in /source/k/config-testing-3.4.9/. You can have a try.

T3slider 09-08-2012 05:04 PM

3.4 is the next long-term kernel but 3.4.10 has some possible issues with intel graphics (see here) -- so it may be no better off. You may have to try 3.5.x and see if that works (but 3.5.x is not a long-term kernel so you'd have to follow the latest kernel release after that).

hemp4fuel 09-08-2012 05:16 PM

So far so good with 3.5.3, I used the 3.2.28-generic config and just hit enter at all prompts through 'make oldconfig'. I am now a few minutes into a compile with the 3.4.9-generic config as a starting point with 'make -j5', which would have locked it up almost instantly with 3.2.28, so it seems to be resolved with the latest kernel.

Thanks!

metageek 09-08-2012 05:17 PM

Are you sure this is due to the kernel? I have a Thinkpad X220 table (Sandy Bridge) and I also see these freezes. I am running kernel 3.2.6 (even though it is in Slackware 13.37).

But I think in my case the problem is that I'm using ReiserFS. It seems that ReiserFS causes problems in multi-core CPUs, particularly in kernel 3.2.x. I am going to move to another filesystem as soon as I put Slackware 14 on it, hope that it goes away.

Of course your freezes may be from a different source than mine (since I have Sandy Bridge not Ivy Bridge), but it sure behaves like you described.

vvoody 09-08-2012 05:28 PM

Quote:

Originally Posted by dram (Post 4775822)
Pat has put one some time ago, it resides in /source/k/config-testing-3.4.9/. You can have a try.

Oh, I found it, thank you dram :)

Quote:

Originally Posted by T3slider (Post 4775827)
3.4 is the next long-term kernel but 3.4.10 has some possible issues with intel graphics (see here) -- so it may be no better off. You may have to try 3.5.x and see if that works (but 3.5.x is not a long-term kernel so you'd have to follow the latest kernel release after that).

Thanks for this information.

Quote:

Originally Posted by hemp4fuel (Post 4775833)
So far so good with 3.5.3, I used the 3.2.28-generic config and just hit enter at all prompts through 'make oldconfig'. I am now a few minutes into a compile with the 3.4.9-generic config as a starting point with 'make -j5', which would have locked it up almost instantly with 3.2.28, so it seems to be resolved with the latest kernel.

Thanks!

Thanks for tips.

vvoody 09-08-2012 05:33 PM

Quote:

Originally Posted by metageek (Post 4775837)
Are you sure this is due to the kernel? I have a Thinkpad X220 table (Sandy Bridge) and I also see these freezes. I am running kernel 3.2.6 (even though it is in Slackware 13.37).

But I think in my case the problem is that I'm using ReiserFS. It seems that ReiserFS causes problems in multi-core CPUs, particularly in kernel 3.2.x. I am going to move to another filesystem as soon as I put Slackware 14 on it, hope that it goes away.

Of course your freezes may be from a different source than mine (since I have Sandy Bridge not Ivy Bridge), but it sure behaves like you described.

Well, I can not say 100% sure. And I also have a reiserfs partition.

vvoody 09-09-2012 09:44 AM

Quote:

Originally Posted by metageek (Post 4775837)
Are you sure this is due to the kernel? I have a Thinkpad X220 table (Sandy Bridge) and I also see these freezes. I am running kernel 3.2.6 (even though it is in Slackware 13.37).

But I think in my case the problem is that I'm using ReiserFS. It seems that ReiserFS causes problems in multi-core CPUs, particularly in kernel 3.2.x. I am going to move to another filesystem as soon as I put Slackware 14 on it, hope that it goes away.

Of course your freezes may be from a different source than mine (since I have Sandy Bridge not Ivy Bridge), but it sure behaves like you described.

Hi. Just converted my reiserfs partition to ext4, but freezed as usual :(

hemp4fuel 09-09-2012 10:41 AM

I had freezes before with ext4 as well. Still no freezes with 3.5.3, and I worked it pretty hard yesterday compiling all kinds of stuff.

vvoody 09-09-2012 10:57 AM

Quote:

Originally Posted by hemp4fuel (Post 4776191)
I had freezes before with ext4 as well. Still no freezes with 3.5.3, and I worked it pretty hard yesterday compiling all kinds of stuff.

Nice~ I would triy 3.4.10 first. Which .config did you use? Any modification?


All times are GMT -5. The time now is 07:13 PM.