Apologies for last abbreviated post - pressed Send while on the phone...
SO:
1. Where do I install the driver source to? Does it matter?
Depends how the driver source is shipped. They are most often bzipped
patches to the
kernel. So... unzip the patch:- "bunzip2 driver_patch.bz2" then p
SO:
1. Where do I install the driver source to? Does it matter?
Depends how the driver is shipped. They are often patches to the
kernel.
It should go in /usr/src/linux-2.4, so " cd /usr/src; tar xvfz
linux-2.4.xx.blah.tar.gz"
2. Re. "1.", what's this "configure your kernel sources" all ab
On Wed, Nov 06, 2002 at 10:41:51AM -0500, Doug Chomyn wrote:
>
> Hi There ... a kernel newbie needs some explicit instructions on recompiling
> an 8.0 kernel with the sourceforge.net Emu10k1 sound driver 0.20a. This is a
> driver suitable for a Creative Labs SoundBlaster Audigy OEM card.
Hi Doug,
>>SO:
>>
>>1. Where do I install the driver source to? Does it matter?
Alongside other drivers of this type.
/usr/src/linux-mumble/drivers/sound/
has sound device driver files, and subdirectories for files
compiled separately from the rest (e.g. emu10k1 and cs4281)
>>2. Re. "1.", what's this "
Gee, nobody replied with any suggestions or anything so I'm trying again!
Hi There ... a kernel newbie needs some explicit instructions on recompiling
an 8.0 kernel with the sourceforge.net Emu10k1 sound driver 0.20a. This is a
driver suitable for a Creative Labs SoundBlaster Audigy OEM card.
I'v