Page 8 of 15 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 145

Thread: failed to get i915 symbols, graphics turbo disabled error on boot

  1. #71
    Join Date
    Feb 2011
    Beans
    4

    Re: failed to get i915 symbols, graphics turbo disabled error on boot

    thanks ill check it now... i hope can boot after that

  2. #72
    Join Date
    Feb 2011
    Beans
    4

    Re: failed to get i915 symbols, graphics turbo disabled error on boot

    ok i should post all my problem... i installed with no apci option kubuntu 10.10, after i had win 7, kubuntu installed succesfully and then restart, but when it was starting show this problem... failed to get i915... so i read that i can enter kubuntu by doing in the start some changes linux /boot/vmlinuz... ro quiet splash to linux /boot/vmlinuz... ro nomodeset quiet splash... kubuntu load but no graphical enviroment... so there i am, i see everything like a console, i logged in and i tried sudo sh -c "echo blacklist intel_ips >> /etc/modeprobe.h/blacklist.conf" and i got this error sh: cannot create /etc/modeprobe/blacklis.conf : directory nonexistent i tried to rewrite it i thought i wrote it wrong, so i wrote it whitout space before the sh... sh-c"... and i get this sh: illegal option h... i couldn't put it onto black list =(.... (sorry again for the bad engish)

  3. #73
    Join Date
    Apr 2010
    Beans
    5

    Re: failed to get i915 symbols, graphics turbo disabled error on boot

    Blacklisting it don't solve the problem, it hides it.

    My laptop still gets high temperatures, with windows 7 that doesn't happens

  4. #74
    Join Date
    Dec 2008
    Beans
    11

    Re: failed to get i915 symbols, graphics turbo disabled error on boot

    I've just successfully compiled and booted kernle 2.6.38-rc4. I was disappointed that the intel_ips / i915 symbols error message still appears at boot time.

    HP Elitebook 8740w. Still can't run compiz.

    Dominik

  5. #75
    Join Date
    Feb 2007
    Location
    India
    Beans
    79
    Distro
    Ubuntu 12.04 Precise Pangolin

    Unhappy Re: failed to get i915 symbols, graphics turbo disabled error on boot

    Hi

    I have an Acer Aspire 4740 (Intel Core i3 & running Ubuntu 10.10 Linux 2.6.35-26-generic #46-Ubuntu SMP i686 GNU/Linux, suffer the same problem.
    thanks
    vig

  6. #76
    Join Date
    Feb 2011
    Beans
    4

    Re: failed to get i915 symbols, graphics turbo disabled error on boot

    i get bored of this problem... i installed fedora 14 with kde... and it is not what it can be... but it works...
    thanks

  7. #77
    Join Date
    Sep 2006
    Beans
    42

    Re: failed to get i915 symbols, graphics turbo disabled error on boot

    I managed to get it work by applying the patch that can be found at
    http://lists.freedesktop.org/archive...er/009017.html and then following the steps in http://blog.avirtualhome.com/2010/11...verick-kernel/ before starting the build of the kernel apply the patch and then build the kernel install the deb files and thats it. I am running this on KUbuntu 10.10 on a DELL Latitude E5510 and the kernel that I patched was Ubuntu-2.6.35-25.44 from the ubuntu git repository. So in the manual above when running the command git tag -l | sort -V I checked out the tag Ubuntu-2.6.35-25.44.

    My dmesg after the fix:
    $ dmesg | grep intel
    [ 0.000000] Linux version 2.6.35-25-intelgt (root@LJPC) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #44 SMP Thu Feb 17 12:59:58 CET 2011 (Ubuntu 2.6.35-25.44-intelgt 2.6.35.10)
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-25-intelgt root=UUID=a56802c9-18ce-455f-8db7-014779c24a21 ro crashkernel=384M-2G:64M,2G-:128M
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-25-intelgt root=UUID=a56802c9-18ce-455f-8db7-014779c24a21 ro crashkernel=384M-2G:64M,2G-:128M
    [ 0.902666] intel_idle: MWAIT substates: 0x1120
    [ 0.902668] intel_idle: v0.4 model 0x25
    [ 0.902668] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.905086] ACPI: acpi_idle yielding to intel_idle
    [ 11.259910] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
    [ 11.260910] agpgart-intel 0000:00:00.0: detected 32764K stolen memory
    [ 11.365005] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
    [ 11.365042] intel ips 0000:00:1f.6: Warning: CPU TDP doesn't match expected value (found 25, expected 35)
    [ 11.365063] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 11.365225] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
    [ 11.424083] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 65535
    [ 13.019027] fb0: inteldrmfb frame buffer device
    [ 18.324616] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo
    $ dmesg | grep ips
    [ 11.259910] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
    [ 11.365042] intel ips 0000:00:1f.6: Warning: CPU TDP doesn't match expected value (found 25, expected 35)
    [ 11.365063] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 11.365225] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
    [ 11.424083] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 65535
    [ 18.324616] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo

    I noticed that the start up time might be just a tiny bit longer.
    Last edited by 25an; February 17th, 2011 at 02:23 PM.

  8. #78
    Join Date
    Feb 2011
    Beans
    1

    Re: failed to get i915 symbols, graphics turbo disabled error on boot

    Great, but a bit difficult for me Has your Ubuntu better graphics performance?

  9. #79
    Join Date
    Feb 2011
    Beans
    4

    Re: failed to get i915 symbols, graphics turbo disabled error on boot

    Apologies for what is probably an obvious question (I'm still learning the Linux ropes at the moment), but how do I apply the patch that 25an has shown us?

    That error message each boot-up is eating away at my sanity and I'd very much like to correct it haha.

  10. #80
    Join Date
    Jun 2010
    Beans
    9

    Re: failed to get i915 symbols, graphics turbo disabled error on boot

    Thanks for that 25an! I've compiled a new kernel and it's working perfectly.

    I've uploaded a deb of the kernel for anyone else to download so they don't have to go through the effort of compiling. The link is below:

    http://www.4shared.com/file/HiJd6rdx...eneric_26.html

    I haven't used 4shared before, hopefully they don't have a limit on the no of downloads.

Page 8 of 15 FirstFirst ... 678910 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •