You are not logged in.

#1 2012-02-11 16:18:16

blno
Member
Registered: 2011-12-11
Posts: 35

"failed to get i915 symbols" at boot (wiki solution don't work)

Hello,

I've just installed Arch on a Dell XPS with a Intel i5(with an ATI card). It's a raw netinstall, I haven't installed anything else yet (only base and base-devel). A previous install of Arch used to run well on it a few months ago BTW.

I get a "failed to get i915 symbols, graphics turbo disabled" warning at boot. As the wiki says, I tried adding "i915" to the MODULES section of mkinitcpio.conf, and I get "*ERROR* drm/i915 can't work without intel_agp module!" at boot.

I've also tried to put "i915 intel_agp", "intel_agp i915", or even "intel_agp" alone as well. I've also tried to add "i915.modeset=1" to the kernel line in grub's menu.lst file.
Nothing works.

Of course I run "mkinitcpio -p linux" after each change.

What did I do wrong?

Thanks in advance.

Last edited by blno (2012-02-11 16:19:46)

Offline

#2 2012-02-11 16:51:47

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

If you have an ati card, then why are you playing with i915. There should be some setting in the bios to disable the intel graphics, and activate the ati one.

Offline

#3 2012-02-11 17:05:20

blno
Member
Registered: 2011-12-11
Posts: 35

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

I'm not really sure. Windows works well in dual-boot, so I doubt the bios has something to do with it.

You're saying I shouldn't have to use i915 at all?

I've just tried to install xf86-video-ati (which used to work on an older install as well), and it doesn't change the error at boot.

Offline

#4 2012-02-11 17:05:45

meph
Member
Registered: 2011-06-06
Posts: 160

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

Yep, if you're actively using the ATI card, then there's no reason to fiddle with integrated graphics. Either disable it in BIOS or blacklist the i915 module and your problem will be gone.


Running arch is like raising a puppy - if you spend a bit of time with it each day and do just a bit of training you'll end up with the most loyal partner you could want; if you lock it in a room and don't check on if for several days, it'll tear apart your stuff and poop everywhere.

Offline

#5 2012-02-11 17:23:11

blno
Member
Registered: 2011-12-11
Posts: 35

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

Ok, so I've tried to blacklist it without results.

I tried adding "blacklist i915" to /etc/modprobe.d/modprobe.conf. I also tried doing it with both i915 and intel_agp, and finally I've tried "install i915 /bin/false".

Offline

#6 2012-02-11 18:23:57

Unia
Member
From: Stockholm, Sweden
Registered: 2010-03-30
Posts: 2,486
Website

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

I have the same "issue". I put it between "'s, because it's not really an issue. At least, for as far as I can tell. I'm happily using my ATi Mobility Radeon with Catalyst without problems and the warning (cause that's what it is) doesn't slow down my boot.

I don't know where it comes from, cause AFAIK my laptop (Acer Aspire 5740G) doesn't even have an integrated GPU. Also, none of the Wiki solutions have worked for me, so it's not something in your setup that is failing.

I'll be watching this topic!


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#7 2012-02-11 20:54:16

meph
Member
Registered: 2011-06-06
Posts: 160

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

That is strange, from my understanding if you blacklist a module, then udev should just forget that it exists and never load it, and therefore you shouldn't recieve any errors about it. Are you sure you don't have it set in modules array in rc.conf?


Running arch is like raising a puppy - if you spend a bit of time with it each day and do just a bit of training you'll end up with the most loyal partner you could want; if you lock it in a room and don't check on if for several days, it'll tear apart your stuff and poop everywhere.

Offline

#8 2012-02-11 22:41:03

blno
Member
Registered: 2011-12-11
Posts: 35

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

I've just checked, and I don't have any module set in rc.conf.

Maybe Unia can try to blacklist it as well, to make sure I didn't make a mistake.

Offline

#9 2012-02-11 23:44:09

meph
Member
Registered: 2011-06-06
Posts: 160

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

From wiki:

Note: If you have a first generation Core i{3,5,7} series processor with an integrated GPU, failure to add i915 to the MODULES array in /etc/mkinitcpio.conf will likely cause the error kernel: intel ips [...]: failed to get i915 symbols, graphics turbo disabled.
Note: You may need to add the intel_agp module too if the system complains at boot time.

Last edited by meph (2012-02-11 23:44:28)


Running arch is like raising a puppy - if you spend a bit of time with it each day and do just a bit of training you'll end up with the most loyal partner you could want; if you lock it in a room and don't check on if for several days, it'll tear apart your stuff and poop everywhere.

Offline

#10 2012-02-11 23:50:21

blno
Member
Registered: 2011-12-11
Posts: 35

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

Indeed, I've done that (see my first post).

I've tried "i915", "i915 intel_agp", "intel_agp i915" and "intel_agp".

Last edited by blno (2012-02-11 23:51:06)

Offline

#11 2012-02-12 00:18:07

meph
Member
Registered: 2011-06-06
Posts: 160

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

Ah sorry, misread that now.

One last idea I got after a bit of googling is to blacklist intel_ips as well. No harm done in trying that, not sure if it's going to help though, but it really is the last thing I could come up with.


Running arch is like raising a puppy - if you spend a bit of time with it each day and do just a bit of training you'll end up with the most loyal partner you could want; if you lock it in a room and don't check on if for several days, it'll tear apart your stuff and poop everywhere.

Offline

#12 2012-02-15 02:54:13

jonnybel
Member
Registered: 2011-11-21
Posts: 20

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

I have the very same "issue", although it doesn't really seem to affect any performance at all. I already tried the same things that the OP did. However, it is a weird and ugly warning to appear always during boot and if someone else has already found out about a solution, please share.

Last edited by jonnybel (2012-02-15 03:00:15)

Offline

#13 2012-02-29 16:37:36

beetlejuice7
Member
Registered: 2012-02-28
Posts: 49

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

Hi -- I have the same issue although my thinkpad does *not* have a discrete graphics card.  It's just the i915.

Offline

#14 2012-02-29 21:47:48

bwat47
Member
Registered: 2009-10-07
Posts: 638

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

beetlejuice7 wrote:

Hi -- I have the same issue although my thinkpad does *not* have a discrete graphics card.  It's just the i915.


Did you regenerate the initramfs after adding i915 to the modules? (using the "mkinitcpio -p linux" command in the terminal) if you don't run that command  after adding i915 to that config file, it have no effect. Works fine here with intel graphics.

Last edited by bwat47 (2012-02-29 21:49:54)

Offline

#15 2012-02-29 22:06:10

Starfall
Member
From: /home/
Registered: 2011-05-24
Posts: 209
Website

Re: "failed to get i915 symbols" at boot (wiki solution don't work)

Hello smile

I've just got Arch up and running on my Dell XPS 15z (has a discrete NVidia card)

Not sure if this'll help, but here's my kernel's bootline:

kernel /boot/vmlinuz-linux root=/dev/sda1 ro logon.nologo quiet fastboot i915.semaphores=1 pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 acpi=noirq

I hope some of that might help!


Visit my blog and my DeviatArt page

Offline

Board footer

Powered by FluxBB