Bug 4978
Summary: | Failed to allocate mem resource for AGP bridge | ||
---|---|---|---|
Product: | Drivers | Reporter: | Ortwin Glück (odi) |
Component: | PCI | Assignee: | Greg Kroah-Hartman (greg) |
Status: | REJECTED INVALID | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.13-rc2, 2.6.13-rc3, 2.6.13-rc4, 2.6.13-rc5, 2.6.13-rc6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
dmesg
lspci dmesg-2.6.13-rc5 |
Description
Ortwin Glück
2005-08-01 08:41:21 UTC
Created attachment 5453 [details]
dmesg
Created attachment 5454 [details]
lspci
Can you test 2.6.13-rc5 and see if this is fixed there? Same effect with 2.6.13-rc5 Created attachment 5508 [details]
dmesg-2.6.13-rc5
Okay, I tried all 2.6.13-rc releases. All but rc1 show the mem resource failure. So the problem came in between rc1 and rc2. The nVidia driver does not work with rc1 either, so I suppose this has nothing (or not much) to do with each other. I'll try and isolate the patch that causes the problem. Backing out this patch http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blobdiff;h=70bcd53451f68873a9bfaa14a07ecf6142ea94f9;hp=87325263cd4fbcdeb29994e69e96550b39981621;hb=299de0343c7d18448a69c635378342e9214b14af;f=arch/i386/pci/common.c removes the warning. Maybe Ivan has a clue what is going on here. nVidia now complains it can not find the device... There's nothing we can do if the binary nvidia driver breaks, sorry. Please contact them. Greg, I don't care about the nV driver. The original problem is the warning issued by the kernel. I want to know if this warning is serious and points to a hardware support problem that needs to be resolved. Or is it rather an informational message that does not cause any harm. Please clarify. Ortwin I'd like to say it's just informational, and can be safely ignored, but I'm not really sure. Some machines need that patch and don't work without it. Others (like yours and bug #4965) seem to not like it at all. But, as you are dealing with the binary nvidia driver, there's really nothing I can do to help out, sorry. Try asking nvidia if this is an issue or not. Never mind, the nvidia driver issue is something else (EXPORT_SYMBOL_GPL in sysfs). See http://bugs.gentoo.org/show_bug.cgi?id=104369 |