Error during startup: intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled

Bug #724569 reported by Manoj Iyer
178
This bug affects 29 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Expired
Low
Unassigned
Nominated for Maverick by Ayan George
Nominated for Natty by Ayan George

Bug Description

CPU: Intel
GPU: NVidia

Summary:
The following error flashes onscreen during boot, while the system is still in text mode (plymouth):
intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled

It's onscreen for several seconds during first boot, while we set up the home partition. The error is shown onscreen during subsequent boots too, though for less than a second. The error is also present in dmesg.

I've see the error in dmesg with both the nouveau and nvidia drivers, but it only appears onscreen during boot with the NVidia drivers (presumably because plymouth is in text mode).

Setting priority to 'High' since the error is onscreen during first boot.

Manoj Iyer (manjo)
tags: added: hwe-blocker
Changed in linux (Ubuntu):
assignee: nobody → Manoj Iyer (manjo)
importance: Undecided → High
status: New → In Progress
Revision history for this message
Manoj Iyer (manjo) wrote :

Can you please test the kernel under http://kernel.ubuntu.com/~manjo/maverick/lp651104/ on a T510 (434926U) and report back here. It has the fix to enable intel graphics turbo which is supposed to take care of the message we are seeing.

Revision history for this message
Dominik Wujastyk (wujastyk) wrote :

I tried your kernel, Manoj, but it didn't fix the problem for me on an HP Elitebook 8740w (see bug report 725135). Thanks, though.

Revision history for this message
Andy Whitcroft (apw) wrote :

I am somewhat confused. The message in question is emmitted at KERN_ERR, which should be automatically suppressed during boot when 'quiet' is in effect? Do you have a picture of this being displayed, I am trying to work out if plymouth is transcribing this, or it is a raw output from the kernel.

Revision history for this message
Craig (candrews-integralblue) wrote :

There is a very long Ubuntu forums thread about this issue here: http://ubuntuforums.org/showthread.php?t=1594981

One user suggested a workaround: http://ubuntuforums.org/showpost.php?p=10502147&postcount=94
echo "softdep intel_ips pre: i915" > /etc/modprobe.d/intel-ips-dep-i915.conf

There is also discussion of a patch: http://ubuntuforums.org/showpost.php?p=10467296&postcount=77
Notably, that patch http://lists.freedesktop.org/archives/intel-gfx/2010-December/009017.html has already been applied upstream to the Linux kernel in 2.6.36.3: http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.36.y.git;a=commit;h=63ee41d794d9c555f84205517a68509848988760

Revision history for this message
Craig (candrews-integralblue) wrote :

FYI - The "softdep" workaround did not work on my system (Dell E6410 with Nvidia graphics) using linux-image-2.6.38-4-generic from http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu/

Revision history for this message
Robert Hooker (sarvatt) wrote :

It's raw output from the kernel before plymouth is even loaded. downgrading it from dev_err to dev_info suppresses it as well.

http://sarvatt.com/downloads/patches/0001-intel-ips-demote-graphics-turbo-error-to-dev_info-to.patch

The problem in this bug is that the error is emitted even if i915 isn't used at all and it stays on the screen during a text mode plymouth boot. the patch in manjo's kernel just makes it attempt relinking to i915 again for the people getting the error that are actually using intel graphics, and the actual error still shows up at the beginning too with it.

Revision history for this message
Tamas Hornich (hornich) wrote :

Hi!
The issue is there for me as well on my Lenovo W510, Nvidia Quadro FX 880M and 64bit 10.10. (Kernel: 2.6.35-27-generic)
I tried this workaround ( http://ubuntuforums.org/showpost.php?p=10502147&postcount=94 ) but that didn't help.

Revision history for this message
kaspar hauser (kaspar-hauser) wrote :

From the long Ubuntuforums thread: (http://ubuntuforums.org/showpost.php?p=10613484&postcount=115). Running the 64-bit kernel from http://duopetalflower.blogspot.com/2011/03/custom-kernel-26381-ubuntu-amd64.html seems to have fixed the problem for me.

From dmesg | grep intel:
[ 11.591871] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[ 11.592023] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 11.593485] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[ 11.593662] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 12.912640] fb0: inteldrmfb frame buffer device

Perhaps it can be of use?

Revision history for this message
connor3485 (connor3485) wrote :

I can confirm the kernel mentioned on #8 fixes this issue.

Revision history for this message
EnziM (chromelite) wrote :

# dmesg | grep intel
[ 5.716053] intel_idle: MWAIT substates: 0x1120
[ 5.716055] intel_idle: v0.4 model 0x25
[ 5.716056] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 5.887191] ACPI: acpi_idle yielding to intel_idle
[ 6.028754] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[ 6.028877] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 6.029766] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
[ 6.029916] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 22.828008] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[ 22.828023] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 22.828174] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
[ 22.828334] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[ 23.957484] fb0: inteldrmfb frame buffer device
[ 28.019426] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo

Revision history for this message
ds9 (stephane-lentz) wrote :

On my side, I face this issue with Natty beta2 - booting from a USB stick.
It's one of the last messages I have before my Samsung RF 710 (with an Nvidia GT 330M graphic card) freezes.

Revision history for this message
Markus (sepalot) wrote :

Same problem still in Natty Beta2 on my Sony Vajo VPCY2 with [Mobility Radeon HD 4500 Series.

Revision history for this message
On-The-Fly (onthefly) wrote :

I have this error with newly installed Natty Narwhal on my Laptop with Mobility Radeon HD 5650 Series.

Revision history for this message
Victoid (djvictoid) wrote :

Confirm same error Toshiba Portege R705. As others have noted, this work-around seems to eliminate the error:
sudo echo "softdep intel_ips pre: i915" > /etc/modprobe.d/intel-ips-dep-i915.conf

http://ubuntuforums.org/showpost.php?p=10502147&postcount=94

JARDA001 (jarda001)
Changed in linux (Ubuntu):
status: In Progress → Fix Committed
status: Fix Committed → In Progress
Revision history for this message
sacapeao (sacapeao) wrote :

I got this bug after update to
Linux 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

====================================
The workaround:
boot in recovery mode then
sudo vi /etc/modprobe.d/blacklist.conf
add line:
blacklist intel_ips

finally reboot
====================================

More info:
$modinfo intel_ips
filename: /lib/modules/2.6.38-11-generic/kernel/drivers/platform/x86/intel_ips.ko
description: Intelligent Power Sharing Driver
author: Jesse Barnes <email address hidden>
license: GPL
srcversion: 02AAC1023E865612266D5FA
alias: pci:v00008086d00003B32sv*sd*bc*sc*i*
depends:
vermagic: 2.6.38-11-generic SMP mod_unload modversions

Revision history for this message
Amit Kshirsagar (amit-kshirsagar) wrote :

poomit@poomit-Aspire-7741:~$ dmesg | grep intel
[ 1.212450] intel_idle: MWAIT substates: 0x1120
[ 1.212451] intel_idle: v0.4 model 0x25
[ 1.212452] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.374066] ACPI: acpi_idle yielding to intel_idle
[ 21.635436] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[ 21.635465] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 21.635591] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
[ 21.642919] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[ 22.012289] hda-intel: Enable sync_write for AMD chipset
[ 37.839209] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
[ 460.390934] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.

poomit@poomit-Aspire-7741:~$ modinfo intel_ips
filename: /lib/modules/2.6.38-11-generic/kernel/drivers/platform/x86/intel_ips.ko
description: Intelligent Power Sharing Driver
author: Jesse Barnes <email address hidden>
license: GPL
srcversion: 02AAC1023E865612266D5FA
alias: pci:v00008086d00003B32sv*sd*bc*sc*i*
depends:
vermagic: 2.6.38-11-generic SMP mod_unload modversions

poomit@poomit-Aspire-7741:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
CPU(s): 4
Thread(s) per core: 2
Core(s) per socket: 2
CPU socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 37
Stepping: 5
CPU MHz: 1199.000
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K

Please let me know if you need any further details.

Revision history for this message
Ryan Daly (daly-ctcnet) wrote :

I'm running 12.04 (32bit) w/ kernel 3.2.0-24-generic-pae on a Dell E6510 with NVIDIA Corporation GT218 [NVS 3100M] (rev a2) and I'm hitting this bug. I've blacklisted the intel_ips module (as per comment #15) and the laptop is now booting properly. Before putting this in it seemed to be a crap-shoot as to when the system would come up...

Revision history for this message
bwat47 (bwat47) wrote :

softdep solution works fine here with intel ironlake.

penalvch (penalvch)
tags: added: needs-kernel-logs needs-upstream-testing
no longer affects: linux (Ubuntu)
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Revision history for this message
penalvch (penalvch) wrote :

Manoj Iyer, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in the development release from a Terminal (Applications->Accessories->Terminal), as it will automatically gather and attach updated debug information to this report:

apport-collect -p linux <replace-with-bug-number>

Also, could you please test the latest upstream kernel available (not the daily folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional upstream developers to examine the issue. Once you've tested the upstream kernel, please comment on which kernel version specifically you tested. If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For example:
kernel-fixed-upstream-v3.13-rc5

This can be done by clicking on the yellow circle with a black pencil icon next to the word Tags located at the bottom of the bug description. As well, please remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's Status as Confirmed. Please let us know your results. Thank you for your understanding.

Changed in linux (Ubuntu):
status: New → Confirmed
penalvch (penalvch)
affects: linux → linux (Ubuntu)
Changed in linux (Ubuntu):
status: New → Incomplete
importance: Undecided → Low
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for linux (Ubuntu) because there has been no activity for 60 days.]

Changed in linux (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.