DSP is your digital sound proccessor.

Rather than insmod, what does modprobe sb do?  I think modprobe actually will load a 
bunch of modules, whereas insmod will load a specific module.  For instance, I'm using 
alsa, with OSS compatibility.  I have like 7 or 8 different modules.  If I told it to 
insmod snd-card-cs4281, it may fail because other modules aren't loaded.  However if I 
tell it to modprobe snd-card-cs4281, it will load up all 8 modules.

Look in your lib/modules/2.2.17/misc directory
Sb.o is probably there, how about those others, probe_uart#%#*, etc.

Try running depmod, as well.  That makes the /lib/modules/2.2.17/modules.dep file 
which is a list of dependencies, I guess.  You might also try moving that file, and 
then running depmod to make sure it remakes it.


And of course lsmod shows you what modules are loaded, and rmmod will unload a module.

Cory



On Tue, Nov 14, 2000 at 07:47:14PM -0800, Timothy Bolz wrote:
> I installed SUSE on one partition and another GNU Debian Linux (potato) on
> another partition.  I don't know what I did but my sound isn't working on my
> original partition GNU Debian Linux (potato).  I know the sound is working on
> SUSE.  I have the soundblaster to load in when I start.  It's loaded in
> /etc/modules.  It did load before. 
> 
> In dmesg it looks like the soundblaster started and failed.
> Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
> sb: dsp reset failed.
> 
> I have no idea what dsp is.  
> 
> I tried insmod and here's the results.
> 
> insmod sb
> Using /lib/modules/2.2.17/misc/sb.o
> /lib/modules/2.2.17/misc/sb.o: unresolved symbol probe_uart401_R6467f99b
> /lib/modules/2.2.17/misc/sb.o: unresolved symbol unload_uart401_Recfdd9c9
> /lib/modules/2.2.17/misc/sb.o: unresolved symbol uart401intr_R6391d066
> /lib/modules/2.2.17/misc/sb.o: unresolved symbol attach_uart401_R45af1327
> 
> Can someone help me out.
> 
> Tim

Reply via email to