On Friday 26 January 2001 08:10 pm, you wrote:
> I am trying to recompile my kernel so it will have sound support as Y
> instead of M. This option is the only one that I change (using make
> xconfig) and I cannot get my kernel to compile without errors (the last
> one being maile: command not found) I need to do this because my aztech
> a3d card drivers will not work without sound being Y.
>
> I am using mandrake 7.2 kernel 2.2.17 using the command
>
> make dep && make bzImage && make modules && make modules_install
> with instructions straight out of the manual. Can someone help me out
> and help me find out what I am doing wrong?
>
> ....Laurie
The first step in a recompile is make mrproper, (then the rest is the way I
do it, it can vary a little from person to person), then make xconfig, make
dep, make clean, make bzImage, make modules, make modules_install, make
install, lilo.
hth,
-s