Bug#684767: kernel: missing support for Ivy Bridge GT2 Server
Hi Maik,
Maik Zumstrull wrote:
> This is on an Ivy Bridge Xeon E3 with GPU.
[...]
> 3.2 crashes as well, but not as hard as 3.4. With 3.2, X doesn't come
> up, but you can switch to a console and reboot.
Sorry for the slow reply. Please test the attached patch, for example
using the following instructions.
0. prerequisites
apt-get install git build-essential
1. get the kernel history, if you don't already have it
cd linux
git remote add stable
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
git fetch stable
3. configure, build, test
git checkout stable/linux-3.2.y
cp /boot/config-$(uname -r) .config; # current configuration
scripts/config --disable DEBUG_INFO
make localmodconfig; # optional: minimize configuration
make deb-pkg; # optionally with -j<num> for parallel build
dpkg -i ../<name of package>; # as root
reboot
... test test test ...
Hopefully it reproduces the bug, so
4. try the patch
cd linux
git cherry-pick -x -s cc22a938fc1d
make deb-pkg; # maybe with -j4
dpkg -i ../<name of package>; # as root
reboot
... test test test ...
Hope that helps,
Jonathan
>From b6d96eed4210b287f3916091e7d07760c442410c Mon Sep 17 00:00:00 2001
From: Eugeni Dodonov <eugeni.dodonov@intel.com>
Date: Thu, 29 Mar 2012 20:55:48 -0300
Subject: [PATCH] drm/i915: add Ivy Bridge GT2 Server entries
Bug#684767: kernel: missing support for Ivy Bridge GT2 Server
On Sun, Sep 30, 2012 at 1:52 AM, Jonathan Nieder <jrnieder@gmail.com> wrote:
> Hi Maik,
>
> Maik Zumstrull wrote:
>
>> This is on an Ivy Bridge Xeon E3 with GPU.
> [...]
>> 3.2 crashes as well, but not as hard as 3.4. With 3.2, X doesn't come
>> up, but you can switch to a console and reboot.
>
> Sorry for the slow reply. Please test the attached patch, for example
> using the following instructions.
With those instructions and with the patch, 3.2.30 can bring up i915
KMS. Without the patch, it cannot. Seems to hit the spot.
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/CAO=zWD+aBgNN3bL8Frvi1pgDhkZKfWUO3B8xt8J3GMha+fmxA g@mail.gmail.com
10-01-2012, 10:30 AM
Jonathan Nieder
Bug#684767: kernel: missing support for Ivy Bridge GT2 Server
> With those instructions and with the patch, 3.2.30 can bring up i915
> KMS. Without the patch, it cannot. Seems to hit the spot.
Passed upstream, thanks.
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20121001103001.GB8959@elie.Belkin