On 07 Sep 2002 17:07:04 -0500
Denny Peeples <[EMAIL PROTECTED]> wrote:

> I have compiled, make'd, and installed twice thinking I did something
> wrong.  When I try to insmod snd-cs4236 I get the following:
> 
> [root@Home root]# insmod snd-cs4236
> Using /lib/modules/2.4.18-3/kernel/sound/isa/cs423x/snd-cs4236.o
> /lib/modules/2.4.18-3/kernel/sound/isa/cs423x/snd-cs4236.o: unresolved
> symbol snd_opl3_hwdep_new_R7e18b8af
> /lib/modules/2.4.18-3/kernel/sound/isa/cs423x/snd-cs4236.o: unresolved
> symbol snd_cs4236_create_Rb51e6f71
> /lib/modules/2.4.18-3/kernel/sound/isa/cs423x/snd-cs4236.o: unresolved
> symbol snd_opl3_create_R7cfd1ec5
> /lib/modules/2.4.18-3/kernel/sound/isa/cs423x/snd-cs4236.o: unresolved
> symbol snd_cs4236_mixer_Rd4c4ba87
> /lib/modules/2.4.18-3/kernel/sound/isa/cs423x/snd-cs4236.o: unresolved
> symbol snd_cs4231_timer_Rdcf91b8d
> /lib/modules/2.4.18-3/kernel/sound/isa/cs423x/snd-cs4236.o: unresolved
> symbol snd_cs4236_pcm_Rc9c25fc5
> /lib/modules/2.4.18-3/kernel/sound/isa/cs423x/snd-cs4236.o: unresolved
> symbol snd_mpu401_uart_new_R606a10b8
> [root@Home root]#
> 
> 
> Here is my modules.conf (I'm not able to install during boot, either):
> 
> alias char-major-116 snd
> alias char-major-14 sound
> 
> alias snd-card-0 snd-cs4236
> 
> alias snd-slot-0 snd-card-0
> 
> alias sound-service-0-0 snd-mixer-oss
> alias sound-service-0-1 snd-seq-oss
> alias sound-service-0-3 snd-pcm-oss
> alias sound-service-0-12 snd-pcm-oss
> options sound dmabuf=1

That's not ALSA.

> options cs4236 snd_port=0x534 snd_cport=0x120 snd_mpu_port=0x300
> snd_fm_port=0x388 snd_irq=5 snd_mpu_irq=9 snd_dma1=1 snd_dma2=3

Uhm, you mean options snd-cs4236 ..... :)
 
> Have I done something wrong?  
> 
> TIA 
> 
> Denny Peeples

Try 'modprobe -v snd-cs4236' . You'll see that other modules have to be 
insmodded  before snd-cs4236, modprobe takes care of that. HTH,
 
    -Frans


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to