Well, I'm stumped.  d/l the tarball and here is what the readme says
and a list of the files the tarball created.  (my appologies that I've
had to attach it as a attachment - I couldn't get the cut and paste to
work but that's another thread)

I tried the command  "make emu10k1" but that bombed out with some error
msg - sorry, didn't write it down.

Please remember you're dealing with a -ahem- newbie here and I haven't
got a clue.

TIA

Joe Gardner
Installation Instructions for Creative EMU10K1 drivers (v0.4)
-----------------------------------------------------------------------

Card support
------------
- Creative Sound Blaster Live!


Features
--------
- Open Sound System (OSS) compatible
- Full duplex wave playback/recording functionality (/dev/dsp)
- Simultaneous wave playback streams (/dev/dsp and /dev/dsp1)
- Analog mixer (AC97) support (/dev/mixer) 
- Sound status reporting (/dev/sndstat)
- MIDI UART support (/dev/midi)
- Joystick interface support (>= 2.2.x kernels only)
- Supports multiple EMU10K1-based cards


Requirements
------------
- The kernel must be compiled:
  - With loadable modules support            (CONFIG_MODULES = y)
  - Without SMP support                      (CONFIG_SMP = n)
  - With soundcard support as a module       (CONFIG_SOUND = m)
  - Without any integrated soundcard drivers (CONFIG_SOUND_* = n)
- "PnP-compatible OS installed" option in BIOS must be disabled
- Recommended system configuration: Min. 200 MHz Pentium-class w/ 32 MB RAM



Installation
-------------------
1. Determine your kernel sound modules installation location
     (usually /lib/modules/2.x.y/misc)
2. Copy the driver to that location as emu10k1.o
     (eg. /lib/modules/2.x.y/misc/emu10k1.o)
3. Unload all existing soundcard drivers, including soundcore
4. Remove all old soundcard references from /etc/conf.modules
5. Add a new reference to the driver in /etc/conf.modules:
     (eg. "alias sound emu10k1" or "alias char-major-14 emu10k1")
6. If your kernel is compiled with version information, add the following 
   lines to /etc/conf.modules after the previous statement:
     pre-install emu10k1 insmod soundcore
     post-remove emu10k1 rmmod soundcore
7. Load the driver: "modprobe emu10k1"
     

Joystick support
----------------
1. Load the driver with parameter "joystick=0x200"
     eg. insmod emu10k1 joystick=0x200
2. Load base joystick driver
     eg. insmod joystick
3. Load specific joystick driver
     eg. insmod joy-analog ( If you are using an analog joystick)

Read /usr/src/linux/Documentation/joystick.txt for more info.
8010.h
CHANGES
CVS
GNU_GPL
Makefile
README
audio.c
cardcfg.h
cardmi.c
cardmi.h
cardmo.c
cardmo.h
cardwi.c
cardwi.h
cardwo.c
cardwo.h
clip
creaf.h
dbg.h
ecard.c
efxmgr.c
efxmgr.h
emuadxmg.c
emuadxmg.h
haldefs.h
halstr.h
hwaccess.c
hwaccess.h
icard.h
icardmid.h
icardmix.h
icardwav.h
irq.h
irqmgr.c
irqmgr.h
main.c
midi.c
mixer.c
mmmidi.h
mmwave.h
mycommon.h
myirq.c
mymix.h
osutils.c
osutils.h
platform.h
recmgr.c
recmgr.h
sndstat.c
sndstat.h
voicemgr.c
voicemgr.h

Reply via email to