The way I got it to work was:
log in as root
open Gnome Terminal
cp "linux-kernel.tar" /usr/src (I'm using 2.2.16 from www.kernel.org)
cd /usr/src
tar zxpvf "linux-kernel.tar"
cd /usr/src/linux
(This next step uses the graphical installer)
make xconfig
(compile the sound as a module 'm' and make sure everything else is set
to no)
(another thing I noticed for my NIC card was to get the module, I had to
choose to select unsupported modules)
save and exit
make dep
make bzImage
make bzlilo
restart
make modules
make modules_install
(this will put soundcore.o into /lib/modules/22.16/misc)
then go to opensource.creative.com and download the emu10k1 snapshot
again tar zxpvf the emu10k1.tar file
switch to /emu10k1
and follow the SB live install

Compilation
-----------
To compile the driver, simply type "make" in the main
directory.
Make sure the "KERNELVERSION" option is correctly detected,
if not edit the "Makefile" and manually override it.
This will generate the files "emu10k1.o" and "emu10k1-joy.o".


Installation
------------
1. As root type:

 make install

2. Add a new reference to the driver in /etc/conf.modules:

 alias sound emu10k1

3. Play some sound. The module should be auto-loaded.


> make menuconfig
> make dep
> make bzImage
> make modules
> make modules_install
> copy your created image into your /boot directory, normally with
> cp /usr/src/linux/arch/i386/boot/bzImage /boot
> Rerun lilo or whatever you use for booting after modifying the
> config file, /etc/lilo.conf
>
> Reboot.  :)
>
> --
> Christopher Thompson  http://hypocrite.org/
> "You are in a maze of twisty little passages, all alike."
>
> _______________________________________________
> Stormlinux-users-list mailing list
> [EMAIL PROTECTED]
> http://www.stormix.com/community/lists/listinfo/stormlinux-users-list



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to