LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernal Question (https://www.linuxquestions.org/questions/linux-newbie-8/kernal-question-16622/)

HoRrIdPrObLeMs 03-19-2002 03:14 PM

Kernal Question
 
How do you compile you your kernal? My sound will not work, when trying to run something that requires sound, It says you have not compiled your kernal for sound support.

taz.devil 03-19-2002 03:37 PM

okee dokee...from start to finish for Slack....

cd /usr/src/linux
make mrproper
make menuconfig
make dep
make bzImage
make modules
make modules_install
make bzlilo (optional but nice for a newbie compiler)
reboot

Make sure you read the help files on the options in the menuconfig. There are a few strings attached to things.


All times are GMT -5. The time now is 05:28 AM.