NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
New Debian 3.1r3 Install Hangs at agpgart with 2.6 kernel (warning: NooB)First off... be advised I am a NooB... so please pardon my lack of grasping the possibly obvious here... I downloaded debian-31r3-i386-netinst.iso and burned the cd. I am installing on a SuperMicro SYS-6010H, dual PIII/1Ghz/133FSB w/1Gig Ram, SCSI HD. It has an ATI Rage XL on board video controller. After the installation is complete (selected the kernel 2.6.8-3-386) it ejects the CD, it begins starting the system. It hangs at: Linux agpgart interface v0.100 (c) Dave Jones I reinstalled with the 2.4.27-3-386 kernel and everything worked fine. I did an apt-get install on the 2.6.8-3-686-smp kernel and on successful completion I did a "shutdown -r now". When GRUB came up I selected to boot from the 2.6.8 kernel, still the same problem. I restarted the 2.4.27 kernel. I went to /etc/modutils/alias and commented out the agpgart line. I did a update-modules. I did another "shutdown -r now" and this time I selected the 2.6.8 kernel. Same problem... What am I missing? This is a server, so I shouldn't need the agpgart, as I understand it? I won't be running X on it. The information on the server hardware can be found at SuperMicro SYS-6010H. TIA! Richard PS: Sorry if I left out any pertinent information, just let me know and I'll post anything required... |
similar problems ...
I had similar problems with 'agpgart' on one computer. In the end I simply deleted that module because I didn't need it either. Text and "VGA" mode should still work fine if you ever needed a display.
Thanks, now sadly back to
Thanks, now sadly back to "NooB" mode...
How do I delete the module?
I tried editing the alias file and running update-modules. That didn't work, or I somehow didn't do it right.
What am I missing?
TIA!
i hope it's compiled as a module ...
1. Boot with the 2.4 kernel
2. Go to /lib/modules/[kernel version]/kernel
3. search for the module: find . -name "*agpgart*"
4. delete the module using "rm"
5. attempt a reboot to 2.6
Doh! Well that was easy, and
Doh!
Well that was easy, and it worked. I guess I was making it too complex?
Thanks! Now I am off to learn more.
Richard