I have been trying to compile the kernel for the past few days and get everything in order. Now that I have everything in order, I thought of putting up this post. I am basically putting up various links to guides that I used ( will save you a lot of searching).
For the compilation process this guide is the best.
For alsa drivers, install the alsa-source package extract the archive and then give the following commands as root.
ALSA wiki
Other guide
- Packages
For the compilation process this guide is the best.
- ALSA
For alsa drivers, install the alsa-source package extract the archive and then give the following commands as root.
# ./configure --with-kernel=dir #where dir = your kernel source directory# make
# make install-modules
If for some reason this fails, check these pages.ALSA wiki
Other guide
- nVidia
- ATI
EDIT :: It looks like master_kernel at ubuntuforums thought that his thread was not enough. He has made a GUI app which follows the steps in the thread and does everything for you. All though I still prefer the CLI way I thought this was a good thing for very new users. Plus it installs the nvidia and ati drivers all by itself. Go here for more info.
Happy compiling.A few screenshots follow::




2 comments:
i think this will help me...
i needed it..
also put sum post on hw to write Kernel modules..
hmmm...
Post a Comment