I have been following the tutorial on this site about compiling your kernel.
Click Here
I came across this when reading,
Quote:
In this section (character devices) you should also pay close attention to the agpgart driver, compile it as module, not into the kernel. Of course if you use a card (Radeon classic, R7500, etc) that requires the DRI drivers, then, by all means, do not forget about this.
|
anyway it turns out it has something to do with my situation as i have mandriva 2006 (2.6.12-12mdk,ATI radeon 9550 agp4x card,pentium 4 1.6ghz with 845 chipset. i downloaded the kernal 2.6.15.6 and;
- cp linux-2.6.15.6.tar.bz2 /usr/src && cd /usr/src && tar -jxvf linux-2.6.15.6.tar.bz2
- cp /boot/config-2.6.12-12mdk /usr/src/linux-2.6.15.6
- make menuconfig
- see the config file
- make modules
- make bzImage
- make modules_install install
- lilo -v
I then rebooted and sure enough there was the new version listed in LILO
- Linux
- Linux-nonfb
- linux-failsafe
- 26156
so i selected 26156 and it booted fine until it got to,
ati (8.x.x.xx) : installing module
........................................................................
........................................................................
......................................
And so on (i think you get the picture) And that is where it stayed.does anyone have any thoughts on this.Or any ideas on how to fix it.
But all the same i have been a dedicated user of windows for ever and have tried linux just recently.I must say that i think i'm getting some sort of bug.
Who'd ever thought you would go from a simple install program that you use in windows to...getting excited about compiling and installing your own programs.
Thanks
Dean