Re: Help with recompiiling kernel...

2002-11-06 Thread Nick Lindsell
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

Re: Help with recompiiling kernel...

2002-11-06 Thread Nick Lindsell
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

Re: Help with recompiiling kernel...

2002-11-06 Thread jkinz
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,

RE: Help with recompiiling kernel...

2002-11-06 Thread Brunner, Brian T.
>>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 "

Help with recompiiling kernel...

2002-11-06 Thread Doug Chomyn
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