[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

modversions.h



Hi all

I have a look around and cant seem to find an answer to this wee problem.
I'm trying to compile the Alsa drivers, ran into a few problems, got the
kernel image (2.2.19) uncompressed it and put it in /usr/src/ sym-linked to
it, copied a couple of files about (version.h) and everything seemed to be
fine, but when I go to make, it complains about not finding modversions.h.
I've searched but all the responses seem to claim that modversions.h is part
of the kernel-source and I should be able to find/point to it.
I couldn't find anything in the Alsa forum about it (but did find all my
previous issues either here or there or geocrawler).
Anyone got any thoughts ?
Do I need a newer kernel image ? 
Does that mean I'll have to recompile my kernel (disaster last time).
Attached is the output from the make.
Also I keep seeing rumours of a debian way to compile the Alsa drivers, but
cant find anything about it.

TIA

Tim

bloomdido:/usr/src/alsa-driver-0.9.2# make
make dep
make[1]: Entering directory `/usr/src/alsa-driver-0.9.2'
make[2]: Entering directory `/usr/src/alsa-driver-0.9.2/acore'
make  -C ioctl32 fastdep
make[3]: Entering directory `/usr/src/alsa-driver-0.9.2/acore/ioctl32'
gcc -M -D__KERNEL__ -DMODULE=1 -I/usr/src/alsa-driver-0.9.2/include  -I/usr/src/linux/include -O2  -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD  hwdep32.c ioctl32.c pcm32.c rawmidi32.c seq32.c timer32.c > .depend
In file included from /usr/src/alsa-driver-0.9.2/include/sound/driver.h:43,
                 from ../../alsa-kernel/core/ioctl32/hwdep32.c:21,
                 from hwdep32.c:2:
/usr/src/alsa-driver-0.9.2/include/adriver.h:40: linux/modversions.h: No such file or directory
In file included from /usr/src/alsa-driver-0.9.2/include/sound/driver.h:43,
                 from ../../alsa-kernel/core/ioctl32/ioctl32.c:21,
                 from ioctl32.c:2:
/usr/src/alsa-driver-0.9.2/include/adriver.h:40: linux/modversions.h: No such file or directory
In file included from /usr/src/alsa-driver-0.9.2/include/sound/driver.h:43,
                 from ../../alsa-kernel/core/ioctl32/pcm32.c:21,
                 from pcm32.c:2:
/usr/src/alsa-driver-0.9.2/include/adriver.h:40: linux/modversions.h: No such file or directory
In file included from /usr/src/alsa-driver-0.9.2/include/sound/driver.h:43,
                 from ../../alsa-kernel/core/ioctl32/rawmidi32.c:21,
                 from rawmidi32.c:2:
/usr/src/alsa-driver-0.9.2/include/adriver.h:40: linux/modversions.h: No such file or directory
In file included from /usr/src/alsa-driver-0.9.2/include/sound/driver.h:43,
                 from ../../alsa-kernel/core/ioctl32/seq32.c:21,
                 from seq32.c:2:
/usr/src/alsa-driver-0.9.2/include/adriver.h:40: linux/modversions.h: No such file or directory
In file included from /usr/src/alsa-driver-0.9.2/include/sound/driver.h:43,
                 from ../../alsa-kernel/core/ioctl32/timer32.c:21,
                 from timer32.c:2:
/usr/src/alsa-driver-0.9.2/include/adriver.h:40: linux/modversions.h: No such file or directory
make[3]: *** [fastdep] Error 1
make[3]: Leaving directory `/usr/src/alsa-driver-0.9.2/acore/ioctl32'
make[2]: *** [_sfdep_ioctl32] Error 2
make[2]: Leaving directory `/usr/src/alsa-driver-0.9.2/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/usr/src/alsa-driver-0.9.2'


Reply to: