Karsten Wiese wrote:
> > insmod snd-cs4232
> > Using /lib/modules/2.4.19/kernel/sound/isa/cs423x/snd-cs4232.o
> > /lib/modules/2.4.19/kernel/sound/isa/cs423x/snd-cs4232.o:
> > unresolved symbol
> > snd_card_new_R506deba1
>
> the "_R506deba1" makes me think snd-cs4232.o is compiled with module
> versionnumbers
> and the module, snd_card_new lives in, haS been made without module version
> numbers.

No, that's caused by using insmod. Using modprobe instead ensures that all
required modules are loaded.

> > modprobe snd-cs4236
> > /lib/modules/2.4.19/kernel/sound/isa/cs423x/snd-cs4236.o: init_module: No such 
>device

Here, the module initialization code did run, but it didn't find the sound
card. This seems to be some problem with ISA PnP.

Oliver, please try specifying the configuration manually, i.e.
        modprobe snd-cs4236 isapnp=0 port=...
with all the options listed in the INSTALL file.


HTH
Clemens



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to