Joseph Chan wrote: > Hi, > I got an ALSA driver problem in SuSE 7.3. (the default driver version is > ALSA 0.5.10) > After uncompressing the "alsa-driver-0.5.12.tar.bz2" , I run "./configure" > , and the error occured. > The system told me, "missfile /usr/src/linux/include/linux/version.h" > And I can't find the file "version.h" at that location. > How/What can I do ?! Any help is appreciated.. Thanks!
OK. The file you need is from the Kernel-Headers. did you install this packet ? if not, you need to do so. As it will be a 2.4 Kernel, it wil install to /usr/src/linux-2.4-whatever and will create a symlink to /usr/src/linux-2.4 ( at least my RedHat does so). All you have to do is create a symlink from /usr/src/linux-2.4 to /usr/src/linux by: # ln -s /usr/src/linux-2.4 /usr/src/linux That should do Regards TE _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
