Ik probeer mijn Audigy kaart aan de praat te krijgen, en moet wat drivers compileren waarvoor ik de kernel-source nodig heb:
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... 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 gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming 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 current directory... /usr/src/alsa/alsa-driver-0.9.7c
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.18-bf2.4-xfs/build
checking for kernel version... The file /lib/modules/2.4.18-bf2.4-xfs/build/include/linux/version.h does not exi st.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).
make all-deps
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.9.7c'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.7c'
Please, run the configure script as first...
rm -f /snd*.o /persist.o /isapnp.o
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.9.7c/support'
Makefile:9: ../Makefile.conf: No such file or directory
Makefile:27: /Rules.make: No such file or directory
make[1]: *** No rule to make target `/Rules.make'. Stop.
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.7c/support'
make: *** [install-modules] Error 1
Nu had ik ergens gelezen dat de kernel-headers installeren voldoende zou kunnen zijn, maar na apt-get install kernel-headers-2.4.18-bf2 kreeg ik weer dezelfde output..
Nu wil ik dus de kernel-souce installeren (ik draai debian unstable) en die is er niet, tenminste niet als een apt-get package.
Kan iemand mij uitleggen wat ik nu moet doen om de kernel-sources te installeren?
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... 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 gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming 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 current directory... /usr/src/alsa/alsa-driver-0.9.7c
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.18-bf2.4-xfs/build
checking for kernel version... The file /lib/modules/2.4.18-bf2.4-xfs/build/include/linux/version.h does not exi st.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).
make all-deps
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.9.7c'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.7c'
Please, run the configure script as first...
rm -f /snd*.o /persist.o /isapnp.o
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.9.7c/support'
Makefile:9: ../Makefile.conf: No such file or directory
Makefile:27: /Rules.make: No such file or directory
make[1]: *** No rule to make target `/Rules.make'. Stop.
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.7c/support'
make: *** [install-modules] Error 1
Nu had ik ergens gelezen dat de kernel-headers installeren voldoende zou kunnen zijn, maar na apt-get install kernel-headers-2.4.18-bf2 kreeg ik weer dezelfde output..
Nu wil ik dus de kernel-souce installeren (ik draai debian unstable) en die is er niet, tenminste niet als een apt-get package.
Kan iemand mij uitleggen wat ik nu moet doen om de kernel-sources te installeren?