hello, trying to install the emu driver for my sb live card and im stuck,
if u havnt installed emu b4 heres the part of the instructions that dont work for me.
Code:
Configuring
-----------
You should already be running the kernel for each you are compiling the driver
at this point. Then you just need to type "make" in the main directory.
The KERNEL_VERSION printed in the last message should match the kernel
you want to compile the driver for, if not:
1. Using your own kernel sources (preferred)
Make sure you have configured your kernel sources ("make oldconfig/config/menuconfig")
and created the dependecies files ("make dep").
2. Using RedHat distribution kernel sources.
Copy/link one of the config files in linux/configs/*.config
to linux/.config. The file should match your running kernel.
3. Using other distribution kernel sources.
Try point 2 above.
Compilation
-----------
To compile the driver, simply type "make" a second time in the main
directory. This will generate the files "emu10k1.o"
and "ac97_codec.o" (and "emu10k1-joy.o" for 2.2 kernels).
upon entering the make command the second time, i get this error
Code:
# make
gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -fomit-frame-pointer -g -Wdeclaration-after-statement -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare -funit-at-a-time -DMODULE -M audio.c cardmi.c cardmo.c cardwi.c cardwo.c efxmgr.c emuadxmg.c hwaccess.c irqmgr.c main.c midi.c mixer.c recmgr.c timer.c voicemgr.c ecard.c passthrough.c > .depend
audio.c:36:24: linux/slab.h: No such file or directory
audio.c:38:26: linux/bitops.h: No such file or directory
audio.c:42:27: linux/wrapper.h: No such file or directory
In file included from audio.c:45:
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
cardmi.c:33:24: linux/slab.h: No such file or directory
In file included from cardmi.c:36:
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
cardmo.c:33:24: linux/slab.h: No such file or directory
In file included from cardmo.c:35:
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
In file included from cardwi.c:33:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
In file included from cardwo.c:33:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
efxmgr.c:32:26: linux/bitops.h: No such file or directory
In file included from efxmgr.c:33:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
In file included from emuadxmg.c:33:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
In file included from hwaccess.c:35:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
In file included from irqmgr.c:32:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
main.c:92:24: linux/slab.h: No such file or directory
main.c:94:25: linux/delay.h: No such file or directory
In file included from main.c:97:
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
midi.c:35:24: linux/slab.h: No such file or directory
In file included from midi.c:41:
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
In file included from mixer.c:39:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
In file included from recmgr.h:35,
from recmgr.c:34:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
In file included from timer.c:31:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
In file included from voicemgr.h:35,
from voicemgr.c:32:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
In file included from ecard.h:30,
from ecard.c:32:
hwaccess.h:40:24: linux/slab.h: No such file or directory
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
passthrough.c:35:24: linux/slab.h: No such file or directory
passthrough.c:37:26: linux/bitops.h: No such file or directory
passthrough.c:41:27: linux/wrapper.h: No such file or directory
In file included from passthrough.c:43:
hwaccess.h:43:25: emu_wrapper.h: No such file or directory
make: *** [.depend] Error 1
im stuck