Newbie - Won't Detect PCI Ethernet Card
I have an HP Pavilion 4450 (few years old), Celeron 366MHz, 192MB RAM.
I try booting and one of the first lines says "PCI: cannot allocate resource region 4 of 00:07.1".
Everything works fine after this (I have display problems, so I type "knoppix xmodule=vesa" at the boot prompt and it's fine), except the ethernet card isn't detected (and I assume the above error is related).
I try installing it, but it won't take. I'm not sure what to do from this point. Suggestions?
Re: Newbie - Won't Detect PCI Ethernet Card
Quote:
Originally Posted by ti83programmer
I try booting and one of the first lines says "PCI: cannot allocate resource region 4 of 00:07.1".
So why can't it allocate that memory? I smell IRQ conflict. Do this in a term:
procinfo -f
That will tell you what is using what IRQ. As will
lspci -v
And let's not forget
dmesg
In your BIOS did you disable IRQ sharing? PCI BUS mastering? Automatic assignment of IRQ's?
Of course I don't know what options your BIOS has so I can't say for sure but you should hopefully see some options as I have posted above.
You could always try removing the card and booting to see if you still get the same error. Also moving the card to another slot might help.