Re: FIXME! snd_pcm.ko kernel panic

2001-09-17 Thread Cameron Grant
> Upon patching the sources and recompiling, I kldunloaded snd_pcm.ko while > snd_maestro3.ko was still loaded, and attempted to play an mp3; kernel > panic ensued. this should be impossible in two ways: 1. snd_maestro3 depends on snd_pcm so the module system should not permit snd_maestro3 to be

Re: FIXME! snd_pcm.ko kernel panic

2001-09-17 Thread George Reid
On Fri, Sep 14, 2001 at 06:05:11PM -0400, Brad Laue wrote: > Upon patching the sources and recompiling, I kldunloaded snd_pcm.ko while > snd_maestro3.ko was still loaded, and attempted to play an mp3; kernel > panic ensued. > > Brad You need to make sure you've recompiled both snd_pcm.ko and sn

Re: FIXME! snd_pcm.ko kernel panic

2001-09-16 Thread Brad Laue
Upon patching the sources and recompiling, I kldunloaded snd_pcm.ko while snd_maestro3.ko was still loaded, and attempted to play an mp3; kernel panic ensued. Brad // -- http://www.BRAD-X.com/ -- // On Fri, 14 Sep 2001, George Reid wrote: > On Fri, Sep 14, 2001 at 05:17:56PM -0400, Brad Laue w

Re: FIXME! snd_pcm.ko kernel panic

2001-09-14 Thread George Reid
On Fri, Sep 14, 2001 at 05:17:56PM -0400, Brad Laue wrote: > Great! Any chance I can get you to send me an unofficial patch in the > meantime? Sure: http://people.freebsd.org/~greid/src/newpcm-kld2.diff Apply in /usr/src/sys/dev/sound -- +---+-+ |George

Re: FIXME! snd_pcm.ko kernel panic

2001-09-14 Thread Brad Laue
Great! Any chance I can get you to send me an unofficial patch in the meantime? Brad // -- http://www.BRAD-X.com/ -- // On Fri, 14 Sep 2001, George Reid wrote: > On Thu, Sep 13, 2001 at 06:33:01PM +0100, j mckitrick wrote: > > On Wed, Sep 12, 2001 at 05:15:05PM -0400, Brad Laue wrote: > > | As

FIXME! snd_pcm.ko kernel panic

2001-09-11 Thread Brad Laue
Just wanted to point out that the snd_pcm kernel module is unloadable while the sound device is in use, causing a total wipeout of the operating system whenever the last application relinquishes the sound device. Also, modules such as snd_pcm.ko are loadable while their compiled in counterparts a