Installation of Alsa sound Drivers for RH v7.2. This is from my terminal. This is me trying to configure my alsa driver before moving onto to libs and utils. Dont laugh, please.
note to reader: if you dont know that the alsa drivers are sound related you should leave, as you will not get your moneys worth. You were warned.
[root@psyklopsbox alsa-driver-0.5.12a]# ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for linux/fs.h... yes
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for directory with kernel source... /usr/src/linux
checking for kernel version... expr: syntax error
expr: syntax error
expr: syntax error
failed (probably missing /usr/src/linux/include/linux/version.h)
[root@psyklopsbox alsa-driver-0.5.12a]#
The error says that version.h is probably missing. I checked in /usr/src/linux/include/linux/ and found this snipet from the dir:
usb.h
user.h
utime.h
uts.h
utsname.h
version.h
vfs.h
video_decoder.h
videodev.h
video_encoder.h
videotext.h
vmalloc.h
vt_buffer.h
vt.h
vt_kern.h
wait.h
wanpipe.h
wanrouter.h
watchdog.h
wavefront.h
wireless.h
wrapper.h
x25.h
yam.h
zftape.h
zorro.h
zorro_ids.h
Notice the version.h file? Why in the heck would I get an error for a missing file when its right there.
And this is a picture of my /usr/src dir:
[psyklops@psyklopsbox src]$ lsalsa-driver-0.5.12a
alsa-driver-0.5.12a.tar
alsa-lib-0.5.10b
alsa-lib-0.5.10b.tar
alsa-utils-0.5.10.tar.bz2
aterm-0.4.2.tar.gz
blackbox-0.61.1-2.i386.rpm
linux-2.4
linux-2.4.7-10
[psyklops@psyklopsbox src]$
Ive put all necessary info for your viewing pleasure. Please help this

if you can?