Re: Newbie compiling kernel...

2001-11-21 Thread Paul Mackinney
Eugene Tyurin muttered: > I don't think this is right. My sound works just fine without > moduling. Here's my kernel config: > > CONFIG_SOUND=y > CONFIG_SOUND_ES1371=y > CONFIG_SOUND_OSS=m > CONFIG_SOUND_TRACEINIT=y I have everything the same, except for OSS & trace. I'll try these, it wasn't cl

Re: Newbie compiling kernel...

2001-11-18 Thread Eugene Tyurin
On Sat, Nov 17, 2001 at 11:41:01PM -0800, Paul Mackinney wrote: > 2. Getting sound to work. I just want to be able to play an occasional >audio CD and listen to web presentations(flash, etc). > > I have a generic Ensoniq 1371 PCI sound card. First I compiled > support directly into the k

Re: Newbie compiling kernel...

2001-11-18 Thread Paul Mackinney
Viktor Rosenfeld muttered: > Hint2: I usually do > > - cd /path/to/kernel/sources (/usr/local/src/linux-2.4.10 these days) > - make menuconfig > - make-kpkg clean > - make-kpkg --revision=. kernel_image > - dpkg ../kernel-image-2.4.10_.* > - reboot > > Beware, I use grub, so if you use lilo, then

Re: Newbie compiling kernel...

2001-10-09 Thread ephemeron
On Tuesday 09 October 2001 03:56, Alexander Wallace wrote: > Hello there! I need to compile scsi emulation for ide devices, but I > don't know how to recompile the kernel... I checked the Faq but it's > a little bit confusing to me Can someone give me a setp by step > instruction on how to do t

Re: Newbie compiling kernel...

2001-10-08 Thread Viktor Rosenfeld
Hi Alexander, the Debian way of compiling a kernel is using make-kpkg, which is provided by the package "kernel-package". So, do `apt-get install kernel-package` and follow the instructions outlined in the README.gz file (/usr/share/kernel-package/README.gz). Hint: The Kernel-HOWTO is also use

Newbie compiling kernel...

2001-10-08 Thread Alexander Wallace
Hello there! I need to compile scsi emulation for ide devices, but I don't know how to recompile the kernel... I checked the Faq but it's a little bit confusing to me Can someone give me a setp by step instruction on how to do this? like: 1 apt-get whatever 2 go to directory /usr... 3 Type wha