Don Raikes wrote:
I decided to go back and ensure that my kernel source was fully
configured. I ran linux-2.4/kernel-2.4.9/linux/make mrproper

which is what the README file says to do.

Next I re-extracted the alsa-driver-0.9.0rc6 tarball and ran the
configure script as follows:

./configure --with-cards=all --with-seq=yes --with-oss=yes
--with-debug=all --with-kernel=/usr/src/linux-2.4

I then ran "make install" as the driver INSTALL file says to do, and got
the following output.
SNIP
I must still be doing something wrong. Any ideas?
Yes you are. Running "make mrproper" makes your kernel tree clean for configuring, but it is not configured yet. You need to run "make config" or "make menuconfig" or "make xconfig" or even "make oldconfig" in order to have your kernel source tree configured. Make sure you have a file .config in your tree and that this file matches your current running kernel. With redhat rpms your best guess is to look in $KERNEL_TREE_ROOT/configs and get one of those files and copy it as $KERNEL_TREE_ROOT/.config

Once you have that file don't forget to run any of the "make *config" commands and save the changes in the end.

--
/^^^^^^^^^^^^^^^^^^^^^^^^^^^\/^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
/ Georgi Georgiev (-< / Many husbands go broke on the \
\ [EMAIL PROTECTED] /\ .o)\ money their wives save on sales. /
/ +81(90)6266-1163 V_/_ |(/)/ \
\___________________________/\__________________________________/



-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate is essential in establishing user confidence by providing assurance of authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to