Sujan Swearingen wrote: > I managed to copy of version.h that I found elsewhere > in the Red Hat Linux 9.0 distribution. I used VI to > modify it so that it knew I was using a custom > compiled kernel (I added custom to the kernel verion). > Running the ./configure script was fine after that. > Running "make install" gave me a new error about > difficulty writing *.o files to the modules directory > (even though I was logged in as root).
The configuration files (version.h, .config etc.) must match your running kernel exactly. Particularly, the version must be the same as output by "uname -r" so that the correct module path can be found. HTH Clemens ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
