Bug#687442: linux-image-3.2.0-3-686-pae: Add Intel Ivy Bridge support
Package: src:linux
Version: 3.2.23-1
Severity: normal
Dear Maintainer,
please add support for Intel Ivy Bridge processors to the Debian
standard kernel.
The current Debian kernel 3.2.0 doesn't support the new Intel processors
with built-in GPU.
The kernel 3.2.0 has booted the system successfully after the processor has been replaced by a new
Intel Ivy Bridge i5-3570K. Unfortunately neither X nor audio were working. An update to kernel 3.5
from experimental tree solved all issues.
0a:02.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI
Controller [1106:3044] (rev c0) (prog-if 10 [OHCI])
Subsystem: ASRock Incorporation Device [1849:3044]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
INTx-
Latency: 32 (8000ns max), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at f7800000 (32-bit, non-prefetchable) [size=2K]
Region 1: I/O ports at d000 [size=128]
Capabilities: <access denied>
Kernel driver in use: firewire_ohci
** USB devices:
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 005 Device 002: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse (M-BT58)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Kernel: Linux 3.5-trunk-686-pae (SMP w/4 CPU cores)
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages linux-image-3.2.0-3-686-pae depends on:
ii debconf [debconf-2.0] 1.5.46
ii initramfs-tools [linux-initramfs-tool] 0.107
ii kmod 9-1
ii linux-base 3.5
ii module-init-tools 9-1
Versions of packages linux-image-3.2.0-3-686-pae recommends:
ii firmware-linux-free 3.1
ii libc6-i686 2.13-35
Versions of packages linux-image-3.2.0-3-686-pae suggests:
pn debian-kernel-handbook <none>
ii grub-pc 1.99-22.1
pn linux-doc-3.2 <none>
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 201209122121.41510.carstengrohmann@gmx.de">http://lists.debian.org/201209122121.41510.carstengrohmann@gmx.de
09-16-2012, 04:36 AM
Ben Hutchings
Bug#687442: linux-image-3.2.0-3-686-pae: Add Intel Ivy Bridge support
On Wed, 2012-09-12 at 21:21 +0200, Carsten Grohmann wrote:
> Package: src:linux
> Version: 3.2.23-1
> Severity: normal
>
> Dear Maintainer,
>
> please add support for Intel Ivy Bridge processors to the Debian
> standard kernel.
>
> The current Debian kernel 3.2.0 doesn't support the new Intel processors
> with built-in GPU.
Sure it does. Certainly the driver has an entry for your GPU's device
ID:
Now, there may be *bugs*, but that's another matter.
> The kernel 3.2.0 has booted the system successfully after the processor has been replaced by a new
> Intel Ivy Bridge i5-3570K. Unfortunately neither X nor audio were working. An update to kernel 3.5
> from experimental tree solved all issues.
But audio has nothing to do with the processor... unless you are talking
about audio over HDMI?
We are *considering* updating some or all of the graphics drivers to the
versions found in Linux 3.4, which might fix this. I don't know if
packages are available for test yet.
Ben.
--
Ben Hutchings
Experience is what causes a person to make new mistakes instead of old ones.
09-20-2012, 04:04 PM
Julien Cristau
Bug#687442: linux-image-3.2.0-3-686-pae: Add Intel Ivy Bridge support
On Sun, Sep 16, 2012 at 05:36:19 +0100, Ben Hutchings wrote:
> We are *considering* updating some or all of the graphics drivers to the
> versions found in Linux 3.4, which might fix this. I don't know if
> packages are available for test yet.
>
My current diff against svn is
http://people.debian.org/~jcristau/drm-3.4-backport.diff
Test package at
http://people.debian.org/~jcristau/linux-image-3.2.0-4-amd64_3.2.30-1_amd64.deb
(the version number is wrong, and the ABI is most likely incompatible
with the official 3.2.29-1 package, but I forgot to change those :/).
sha1sum is 9e68d152e88464b57518bf3514b7bddb6ed0365b.
Cheers,
Julien
09-26-2012, 06:16 PM
Carsten Grohmann
Bug#687442: linux-image-3.2.0-3-686-pae: Add Intel Ivy Bridge support
Am Sonntag, 16. September 2012 schrieben Sie:
> > The current Debian kernel 3.2.0 doesn't support the new Intel processors
> > with built-in GPU.
>
> Sure it does. Certainly the driver has an entry for your GPU's device
> ID:
>
> INTEL_VGA_DEVICE(0x0162, &intel_ivybridge_d_info), /* GT2 desktop */
>
> Now, there may be *bugs*, but that's another matter.
>
> > The kernel 3.2.0 has booted the system successfully after the processor
> > has been replaced by a new Intel Ivy Bridge i5-3570K. Unfortunately
> > neither X nor audio were working. An update to kernel 3.5 from
> > experimental tree solved all issues.
>
> But audio has nothing to do with the processor... unless you are talking
> about audio over HDMI?
I'm sorry my bug report was a little bit incorrect. The mainboard uses the
Intel chipset for audio too and the sound driver is part of the kernel.
I just use analog audio and not audio over HDMI. I tried audio over HDMI, but
it doesn't work and I didn't spent time to fix it because the analog audio
works fine.
> We are *considering* updating some or all of the graphics drivers to the
> versions found in Linux 3.4, which might fix this. I don't know if
> packages are available for test yet.
Great, I'll test the package soon.
Regards,
Carsten
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 201209262016.03651.carstengrohmann@gmx.de">http://lists.debian.org/201209262016.03651.carstengrohmann@gmx.de
09-27-2012, 08:22 PM
Carsten Grohmann
Bug#687442: linux-image-3.2.0-3-686-pae: Add Intel Ivy Bridge support
Hi Julien,
Am Donnerstag, 20. September 2012 schrieb Julien Cristau:
> Test package at
> http://people.debian.org/~jcristau/linux-image-3.2.0-4-amd64_3.2.30-1_amd64
> .deb (the version number is wrong, and the ABI is most likely incompatible
> with the official 3.2.29-1 package, but I forgot to change those :/).
> sha1sum is 9e68d152e88464b57518bf3514b7bddb6ed0365b.
I'd like to test the new package. I've installed a 32-bit system currently.
# uname -a
Linux max 3.5-trunk-686-pae #1 SMP Thu Aug 2 17:56:18 UTC 2012 i686 GNU/Linux
Could you provide proper package, please?
Regards,
Carsten
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 201209272222.23311.carstengrohmann@gmx.de">http://lists.debian.org/201209272222.23311.carstengrohmann@gmx.de
09-28-2012, 03:24 AM
Jonathan Nieder
Bug#687442: linux-image-3.2.0-3-686-pae: Add Intel Ivy Bridge support
Hi Carsten,
Carsten Grohmann wrote:
> Am Donnerstag, 20. September 2012 schrieb Julien Cristau:
>> Test package at
>> http://people.debian.org/~jcristau/linux-image-3.2.0-4-amd64_3.2.30-1_amd64
>> .deb (the version number is wrong, and the ABI is most likely incompatible
>> with the official 3.2.29-1 package, but I forgot to change those :/).
>> sha1sum is 9e68d152e88464b57518bf3514b7bddb6ed0365b.
>
> I'd like to test the new package. I've installed a 32-bit system currently.
--
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/20120928032412.GA2830@elie.Belkin
09-30-2012, 10:41 AM
Carsten Grohmann
Bug#687442: linux-image-3.2.0-3-686-pae: Add Intel Ivy Bridge support
Hi,
Am Freitag, 28. September 2012 schrieb Jonathan Nieder:
> If you have a 64-bit CPU, one possibility is
>
> sha1sum linux-image-3.2.0-4-amd64_3.2.30-1_amd64.deb
> dpkg --force-architecture --install
> linux-image-3.2.0-4-amd64_3.2.20-1_amd64.deb
>
> The magic of multi-arch (well, sort of).
Thanks Jonathan, it helped. I installed and bootet the kernel today.
During the boot process the singnal to my DVI connected monitor disappears.
I've created a video of the boot process. The last lines are:
input: PC Speaker as /devices/platform/pcspkr/input/input4
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
Unfortunately I could not provide anymore output.
With the disabled KMS ("i915.modeset=0") the boot was successful.
Once I disabled KMS at boottime (i915.modeset=0). This boot process has been
completed. Audio and network is working. The dmesg output is attached.
Regards,
Carsten
10-13-2012, 10:07 AM
Carsten Grohmann
Bug#687442: linux-image-3.2.0-3-686-pae: Add Intel Ivy Bridge support
Hi,
Am Sonntag, 30. September 2012 schrieb Carsten Grohmann:
> During the boot process the singnal to my DVI connected monitor disappears.
> I've created a video of the boot process. The last lines are:
>
> input: PC Speaker as /devices/platform/pcspkr/input/input4
> iTCO_vendor_support: vendor-support=0
> iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
> iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
> iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
>
> Unfortunately I could not provide anymore output.
I did some further tests today. The driver of the USB serial device has been loaded to late. Thereby I didn't get a serial
log. But pressing the power button the system shutdown gracefully after many many seconds.
That's the log of this boot: