LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   acer aspire 5050 gentoo kernel hangs on agpgart (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/acer-aspire-5050-gentoo-kernel-hangs-on-agpgart-624550/)

namish 02-28-2008 02:05 PM

acer aspire 5050 gentoo kernel hangs on agpgart
 
Hi, I just did a stage3 (kernel is 2.6.23-r9) install on my acer aspire. When I boot gentoo, it hangs on "Linux interface agpgart v0.101" I have my video aperture is set at 256MB, even though I'm sure that's not the problem; I don't even have X yet at this point. My video card is an ATI Radeon Xpress1100. Any suggestions?

Emerson 02-28-2008 10:10 PM

Can you boot if kernel has no AGP support? Did you build agpgart for correct chipset (have no clue what's in Acer)?

namish 02-29-2008 04:17 PM

agp support is required in the kernel configuration. my computer has an AT I Radeon Xpress 1100 chipset.

Emerson 02-29-2008 04:30 PM

AGP is required only for 3D. It can be disabled if nothing else depends on it. ATI Radeon X1100 is your graphics card, not AGP chip. For instance, one of my computers has ATI graphics but VIA chip on motherboard.


Code:

lspci -v
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge
        Subsystem: ASUSTeK Computer Inc. A7V8X motherboard
        Flags: bus master, 66MHz, medium devsel, latency 0
        Memory at f8000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [80] AGP version 3.5
        Capabilities: [c0] Power Management version 2
        Kernel driver in use: agpgart-via
        Kernel modules: via-agp
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R300 ND [Radeon 9700 Pro] (prog-if 00 [VGA controller])
        Subsystem: ATI Technologies Inc Unknown device 0002
        Flags: bus master, stepping, 66MHz, medium devsel, latency 64, IRQ 16
        Memory at f0000000 (32-bit, prefetchable) [size=128M]
        I/O ports at d800 [size=256]
        Memory at df800000 (32-bit, non-prefetchable) [size=64K]
        Expansion ROM at effe0000 [disabled] [size=128K]
        Capabilities: [58] AGP version 3.0
        Capabilities: [50] Power Management version 2
        Kernel driver in use: radeonfb


namish 02-29-2008 08:46 PM

Oh, sorry. I have an ATI RS480 chipset.

Emerson 02-29-2008 09:08 PM

I'd say try BIOS upgrade first. And I'd disable agpgart to see if problem goes away. You didn't build any of those agp modules in submenu?

namish 02-29-2008 10:40 PM

Ok, I did agp=off, and the kernel hangs on "Real Time Clock Driver v1.12ac." This is the entry right before the agpgart entry. Hanging on rtc is strange, since it is not included in my kernel config.

there are three hyphens next to the agp support in my kernel config, and when i view its entry, i get agp=y, so i don't think there is any way to compile my kernel without it.

Emerson 03-01-2008 07:58 AM

So your BIOS is the latest? But when you installed you booted up with some other kernel and it worked. So try to find out what's different with your kernel. Otherwise, boot up with initcall_debug option and post for help in the kernel mailing list. They probably are interested in fixing this.

namish 03-01-2008 09:10 PM

My BIOS is PhoenixBIOS v1.3309, which is pretty new, I believe. I'm not sure why that would be the problem. Phoenix also doesn't provide BIOS upgrades.

A couple of people have downgraded to 3303. Think this would be a good idea?

Edit: Crap... I'm an idiot. acpi=off boots it. Sorry for the waste of time.

Emerson 03-01-2008 09:28 PM

If disabled ACPI boots it then it is a broken BIOS. Nowadays h/w manufacturers are in such rush to unveil new products that a fix a couple of months later is becoming a standard.


All times are GMT -5. The time now is 04:48 AM.