Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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?
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
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.
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.
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.