Re: [Alsa-devel] Major Bug in Alsa 0.9 for over 1 year

2002-11-29 Thread James Courtier-Dutton
[EMAIL PROTECTED] wrote:

Hello,

I allways have the same bug when trying to modprobe the cs4232 or cs4236
sounddriver for my Terratec EWS654XL soundcard.

The bug is called unresolved symbol, this bug exists in ALSA 0.9 since the
existing of ALSA 0.9.

I tried nearly every ALSA 0.9x version.



This bug is mostly causes by in-correct install of alsa.
In order to install alsa, you must first compile and install your own
kernel.
Once the kernel is installed and running, you can then compile and
install alsa-driver.
Once you have alsa-driver installed, with all the modules, you can then
compile and install alsa-lib.
Also, the kernel must be compiled with the same compiler as the 
alsa-driver modules. E.g. You cannot have compiled the kernel with gcc 
2.95 and compile alsa-driver with gcc 3.2. Using different compilers 
causes all sorts of strange un-predictable problems. I took a few days 
once tried to track down a kernel oops, only to find that simply 
compiling both kernel and kernel-module with the same compiler fixed the 
issue.
That should solve all unresolved symbols.

Cheers
James





---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] Major Bug in Alsa 0.9 for over 1 year

2002-10-26 Thread karsten wiese
 --- Clemens Ladisch [EMAIL PROTECTED] schrieb: 
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.
right, but none the less the _R506deba1 in
snd_card_new_R506deba1 means the requesting module needs
version information on module symbols. if the use of
version information on module symbols is not consistent
across kernel  modules, this message can occure.

karsten

__

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Möchten Sie mit einem Gruß antworten? http://grusskarten.yahoo.de


---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



Re: [Alsa-devel] Major Bug in Alsa 0.9 for over 1 year

2002-10-25 Thread Jaroslav Kysela
On Fri, 25 Oct 2002, [EMAIL PROTECTED] wrote:

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

What's output from /proc/isapnp after this message?

Jaroslav

-
Jaroslav Kysela [EMAIL PROTECTED]
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linuxhttp://www.suse.com



---
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



Re: [Alsa-devel] Major Bug in Alsa 0.9 for over 1 year

2002-10-25 Thread Clemens Ladisch
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