Error during startup: intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| linux (Ubuntu) |
Low
|
Unassigned | ||
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.
tags: | added: hwe-blocker |
Changed in linux (Ubuntu): | |
assignee: | nobody → Manoj Iyer (manjo) |
importance: | Undecided → High |
status: | New → In Progress |
Manoj Iyer (manjo) wrote : | #1 |
Dominik Wujastyk (wujastyk) wrote : | #2 |
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.
Andy Whitcroft (apw) wrote : | #3 |
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.
Craig (candrews-integralblue) wrote : | #4 |
There is a very long Ubuntu forums thread about this issue here: http://
One user suggested a workaround: http://
echo "softdep intel_ips pre: i915" > /etc/modprobe.
There is also discussion of a patch: http://
Notably, that patch http://
Craig (candrews-integralblue) wrote : | #5 |
FYI - The "softdep" workaround did not work on my system (Dell E6410 with Nvidia graphics) using linux-image-
Robert Hooker (sarvatt) wrote : | #6 |
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://
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.
Tamas Hornich (hornich) wrote : | #7 |
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://
kaspar hauser (kaspar-hauser) wrote : | #8 |
From the long Ubuntuforums thread: (http://
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?
connor3485 (connor3485) wrote : | #9 |
I can confirm the kernel mentioned on #8 fixes this issue.
EnziM (chromelite) wrote : | #10 |
# dmesg | grep intel
[ 5.716053] intel_idle: MWAIT substates: 0x1120
[ 5.716055] intel_idle: v0.4 model 0x25
[ 5.716056] intel_idle: lapic_timer_
[ 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
ds9 (stephane-lentz) wrote : | #11 |
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.
Markus (sepalot) wrote : | #12 |
Same problem still in Natty Beta2 on my Sony Vajo VPCY2 with [Mobility Radeon HD 4500 Series.
On-The-Fly (onthefly) wrote : | #13 |
I have this error with newly installed Natty Narwhal on my Laptop with Mobility Radeon HD 5650 Series.
Victoid (djvictoid) wrote : | #14 |
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.
http://
Changed in linux (Ubuntu): | |
status: | In Progress → Fix Committed |
status: | Fix Committed → In Progress |
sacapeao (sacapeao) wrote : | #15 |
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.
add line:
blacklist intel_ips
finally reboot
=======
More info:
$modinfo intel_ips
filename: /lib/modules/
description: Intelligent Power Sharing Driver
author: Jesse Barnes <email address hidden>
license: GPL
srcversion: 02AAC1023E86561
alias: pci:v00008086d0
depends:
vermagic: 2.6.38-11-generic SMP mod_unload modversions
Amit Kshirsagar (amit-kshirsagar) wrote : | #16 |
poomit@
[ 1.212450] intel_idle: MWAIT substates: 0x1120
[ 1.212451] intel_idle: v0.4 model 0x25
[ 1.212452] intel_idle: lapic_timer_
[ 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@
filename: /lib/modules/
description: Intelligent Power Sharing Driver
author: Jesse Barnes <email address hidden>
license: GPL
srcversion: 02AAC1023E86561
alias: pci:v00008086d0
depends:
vermagic: 2.6.38-11-generic SMP mod_unload modversions
poomit@
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.
Ryan Daly (daly-ctcnet) wrote : | #17 |
I'm running 12.04 (32bit) w/ kernel 3.2.0-24-
bwat47 (bwat47) wrote : | #18 |
softdep solution works fine here with intel ironlake.
tags: | added: needs-kernel-logs needs-upstream-testing |
no longer affects: | linux (Ubuntu) |
Launchpad Janitor (janitor) wrote : | #19 |
Status changed to 'Confirmed' because the bug affects multiple users.
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://
If it remains an issue, could you please run the following command in the development release from a Terminal (Applications-
apport-collect -p linux <replace-
Also, could you please test the latest upstream kernel available (not the daily folder) following https:/
kernel-
kernel-
where VERSION-NUMBER is the version number of the kernel you tested. For example:
kernel-
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-
If the mainline kernel does not fix this bug, please add the following tags:
kernel-
kernel-
As well, please remove the tag:
needs-upstream-
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.
affects: | linux → linux (Ubuntu) |
Changed in linux (Ubuntu): | |
status: | New → Incomplete |
Changed in linux (Ubuntu): | |
status: | New → Confirmed |
Changed in linux (Ubuntu): | |
importance: | Undecided → Low |
Launchpad Janitor (janitor) wrote : | #21 |
[Expired for linux (Ubuntu) because there has been no activity for 60 days.]
Changed in linux (Ubuntu): | |
status: | Incomplete → Expired |
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.