LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel
User Name
Password
Linux - Kernel This forum is for all discussion relating to the Linux kernel.

Notices


Reply
  Search this Thread
Old 05-20-2013, 11:49 PM   #1
r41d3n
Member
 
Registered: Mar 2013
Distribution: Debian
Posts: 42

Rep: Reputation: Disabled
Slackware boot using kernel 3.2.45 ends up in black screen


Hi,

I upgraded the kernel-* packages from my Slackware64 14.0 system to version 3.2.45 and tried to boot it, but the system freezes into a black screen after loading the kernel. I was searching the logs and found this:

Code:
May 21 01:07:41 sniperwolf kernel: [    1.897305] kernel BUG at drivers/gpu/drm/i915/i915_gem.c:3432!
May 21 01:07:41 sniperwolf kernel: [    1.897386] invalid opcode: 0000 [#1] PREEMPT SMP 
May 21 01:07:41 sniperwolf kernel: [    1.897594] CPU 0 
May 21 01:07:41 sniperwolf kernel: [    1.897640] Modules linked in: i915(+) video button i2c_a
lgo_bit intel_agp intel_gtt drm_kms_helper drm agpgart thermal_sys hwmon i2c_core uhci_hcd ehci
_hcd usbhid hid
May 21 01:07:41 sniperwolf kernel: [    1.898001] 
May 21 01:07:41 sniperwolf kernel: [    1.898001] Pid: 961, comm: modprobe Not tainted 3.2.45-s
niperwolf #3 Dell Inc. Inspiron 1525                   /0D109D
May 21 01:07:41 sniperwolf kernel: [    1.898001] RIP: 0010:[<ffffffffa00d3d7b>]  [<ffffffffa00
d3d7b>] i915_gem_object_unpin+0xab/0xb0 [i915]
When using i915.modeset=0 on the kernel command line, it boots normaly, but the X server crashes. Then I returned to my custom 3.2.44 kernel and things came back to normal.
 
Old 05-21-2013, 03:15 AM   #2
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
This might be the answer:

Code:
May 21 01:07:41 sniperwolf kernel: [    1.897305] kernel BUG at drivers/gpu/drm/i915/i915_gem.c:3432!
I think the i915 driver is just too old and buggy on 3.2.x.
 
Old 05-21-2013, 06:39 AM   #3
r41d3n
Member
 
Registered: Mar 2013
Distribution: Debian
Posts: 42

Original Poster
Rep: Reputation: Disabled
Quote:
I think the i915 driver is just too old and buggy on 3.2.x.
Yes, you're right. I'm using right now the latest stable 3.9.3 kernel without any problems during the system boot.
I think this is an important issue, because even the huge and generic kernels are hanging at the black screen.
 
Old 05-21-2013, 07:46 AM   #4
pv_
LQ Newbie
 
Registered: Feb 2008
Location: Praha, CZ
Distribution: Slackware
Posts: 1

Rep: Reputation: 0
I agree, i'm running Slackware 14.0 32b with custom kernel with -rt patch. After upgrading from 3.2.44-rt64 to 3.2.45-rt66, i have blank screen. Unfortunatelly, i can't switch to 3.9, because there is no realtime patch yet. 3.8.11-rt8 is unstable (Oops), so i have to run 3.2.x

It is Slackware-only problem?

Petr
 
Old 05-22-2013, 08:19 AM   #5
piacentini
LQ Newbie
 
Registered: May 2013
Posts: 12

Rep: Reputation: Disabled
Same issue here with i915, whole system freezes randomly on X in both KDE and XFCE, with or without OpenGL acceleration. Reverted to the default 14.0 kernels for now.
 
Old 05-22-2013, 03:13 PM   #6
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
There are updated updated 3.2.45 packages on the primary mirror.
 
Old 05-25-2013, 03:09 AM   #7
corstar
Member
 
Registered: Feb 2005
Location: Perth, Western Australia
Distribution: Manjaro Linux
Posts: 30

Rep: Reputation: 2
So, Is this this problem avoidable at all for a newbie slacker who wants to run slackpkg -upgrade-all on a fresh install?
(I also had a borked laptop due to this..acer aspire s3 391 (intelhd-3000))
 
Old 05-25-2013, 03:49 AM   #8
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
Depends which problem you are talking about. The issue that started this thread is fixed.

Quote:
Originally Posted by ruario View Post
There are updated updated 3.2.45 packages on the primary mirror.
Two of us seem to have another problem, though this appears not to be as widespread. In any case it is possible to work around by using another kernel.

Whilst slackpkg is a fantastic utility I don't think people should expect to be able to be totally reliant on it and never have to manage anything more manually. Slackware is not Ubuntu and slackpkg is not apt. A slacker should know how to work around issues like this. Other kernels are available, either the 3.8.x from current or the 3.4.x via the config provided in testing (or you could manually compile any other kernel you like). That is not to say that the problem should not be fixed. If we can get to the bottom of it, it might be nice to have another update.

Last edited by ruario; 05-25-2013 at 03:56 AM. Reason: added link to other thread
 
Old 05-25-2013, 07:38 PM   #9
r41d3n
Member
 
Registered: Mar 2013
Distribution: Debian
Posts: 42

Original Poster
Rep: Reputation: Disabled
Quote:
There are updated updated 3.2.45 packages on the primary mirror.
Yes, there's the updated entry on slackware 14.0 Changelog:

Code:
Wed May 22 14:11:13 UTC 2013
patches/packages/linux-3.2.45/*: Rebuilt.
       It appears a bad commit slipped into 3.2.45 and it's causing problems on
       systems that use Intel graphics. The commit has been reverted in the kernel
       source packages and the kernels and modules have been rebuilt. If you ran
       into the black screen problem before, this should fix it up.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Upgrading Slackware 14 to Kernel 3.2.45 resulted in black screen on boot. Eldarby Slackware 107 06-28-2013 09:59 AM
[SOLVED] Laptop with via chrome9 slackware black screen on boot splintercdo Linux - Laptop and Netbook 14 02-05-2011 08:07 AM
Mandrake 9.2 secure boot ends with black screen twbutler Mandriva 15 06-25-2004 05:11 PM
Slackware 9.1 new kernel compile displays black screen on boot. Krenn Slackware 3 03-29-2004 02:33 PM
Black screen during boot up after new 2.6.1 kernel cjdock Slackware 17 02-01-2004 03:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel

All times are GMT -5. The time now is 12:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration