Re: Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread Jason Stokes
> > Apr 11 13:59:43 valis modprobe: can't locate module char-major-14 > Alias this in /etc/conf.modules. For my SoundBlaster16, I have: You mean *manually*? Not done automagically by the package manager? Oh well, and I was getting so excited about how easy make-kpkg makes recompiling a kerne

Re: Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread Will Lowe
> Apr 11 13:59:43 valis modprobe: can't locate module char-major-14 Alias this in /etc/conf.modules. For my SoundBlaster16, I have: alias char-major-14 sb post-install sb /sbin/modprobe "-k" "adlib_card" options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330 options adlib_card io=0x388 # FM sy

Re: Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread David Z. Maze
Jason Stokes <[EMAIL PROTECTED]> writes: JS> In order to get sound support for my SB Ensoniq AudioPCI 32, I JS> compiled a custom 2.2.3 kernel with make-kpkg and installed it. JS> Alas, the new module interface isn't functioning correctly. (Actually, it sounds like kmod is in fact DTRTing.) JS> C

Re: Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread James Mastros
On Sun, Apr 11, 1999 at 02:03:31PM +1000, Jason Stokes wrote: > Certain modules hang around in the > kernel forever, even when they aren't being used, and are never flushed (eg > ppa, the Zip parallel port driver) Do an lsmod. Do the offending modules have a use count of 0, the "(autoclean)" fl

Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread Jason Stokes
In order to get sound support for my SB Ensoniq AudioPCI 32, I compiled a custom 2.2.3 kernel with make-kpkg and installed it. Alas, the new module interface isn't functioning correctly. Certain modules hang around in the kernel forever, even when they aren't being used, and are never flushed

Kmod not functioning correctly with 2.2.3 kernel

1999-04-11 Thread Jason Stokes
In order to get sound support for my SB Ensoniq AudioPCI 32, I compiled a custom 2.2.3 kernel with make-kpkg and installed it. Alas, the new module interface isn't functioning correctly. Certain unused modules are autoloaded on startup, and are never flushed, while others (soundcore, es1371) d