Hello, i have go a Samsung P55 notebook which is running fine on gentoo with gentoo-sources <=2.6.20-gentoo-r9. I did an upgrade to 2.6.22-gentoo-r5. Compiling worked find but booting does not work. Loading of the new krenel stops after a few seconds with a black screen for a second. after my screen comes back the system is freezed an i see the message: pnp: 00:01: iomem range 0xfed1c000-0xfed1ffff could not be reserved (these message comes 5 times with different numbers) PCI: Failed to allocate mem resource #6:20000@0000000 for 0000:01:00.0 (seemes to be the Nvidia GF 8600M GS) i tried several other kernels > 2.6.20-r9 and different configurations non of these did work. it seemes to me that smoeting has changed between 2.6.20 -> 2.6.21 do not know exactly what en when. Reproducible: Always Steps to Reproduce: 1.install gentoo-sources > 2.6.20-r9 2.boot the system Actual Results: system freezed with error message: pnp: 00:01: iomem range 0xfed1c000-0xfed1ffff could not be reserved (these message comes 5 times with different numbers) PCI: Failed to allocate mem resource #6:20000@0000000 for 0000:01:00.0 Expected Results: boot normaly maybe its a problem of the Nvidia Geforce 8600M GS ?
Does the same problem exist in a kernel built from recent vanilla sources? Are you able to capture the full error via serial or net console? Can you post your kernel config?
(In reply to comment #1) > Does the same problem exist in a kernel built from recent vanilla sources? > Are you able to capture the full error via serial or net console? > Can you post your kernel config? > - Yes, its the same problem with the vanilla sources. kernel-config is the default: run make menuconfig, exit with no changes and save. then run make - how does capture via serial or net console work?
Created attachment 129834 [details] Kernel Config
(In reply to comment #2) > - how does capture via serial or net console work? In the Documentation directory of your kernel source is a file called serial-console.txt that provides the details.
(In reply to comment #2) > - how does capture via serial or net console work? And details on using netconsole are in Documentation/networking/netconsole.txt
i'm getting netconsole working, but the probem is, that the kernel freezes before it loads "netconsole" so no error messages are transfered. so i tried to use serial-conole. i bootet the kernel but im not getting any messages on the other side. i used hyperterminal and a linux box with "cat /dev/ttyS0" any other ideas?
Created attachment 129893 [details] Error Message wit last kerel.org 2.6.22.6 this is the error message
Created attachment 129897 [details] error message with gentoo-soures-2.6.22-r5 same error
i have some news: i disabled acpi. the problem then was me computer powerd off when it startes loading the kernel. so i enabled acpi, but diabled all sub features. now i am able to boot the kernel - without usind acpi.... its not good :-(
i compiled some acpi sub-features as a module. when the system is booted and i load such a module, the screen goes dark for a second. when it comes back it shows me my console a few lines earlier. the system is freezed then.
try booting with kernel option pci=routeirq and please let me know the result.
pci=routeirq makes no difference. system is still freezing...
It seems we will have to send this one upstream. Before doing so can you please try once more with a recent development kernel to make sure that this problem has not already been fixed? vanilla-sources-2.6.23_rc5 is the latest and is in portage. If this kernel does not resolve the problem, please file a bug on http://bugzilla.kernel.org/ and post the upstream bug number here so we can track it. Also, you can reference this bug, but please provide the specific problem and error message upstream so they do not have to come here for it.
still the same problem with the latest vanilla-sources http://bugzilla.kernel.org/show_bug.cgi?id=8973
thanks, will work on upstream bug from this point