[Alsa-devel] unresolved symbols in snd.o after compiling cvs

2003-06-07 Thread Zbulon
Hi
I tried the latest cvs for testing latest envy24HT patches, unfortunately, 
even if compilation works ok :

/sbin/depmod -a 2.4.21-0.19mm-mdk
depmod: *** Unresolved symbols in 
/lib/modules/2.4.21-0.19mm-mdk/kernel/sound/acore/snd.o
depmod: *** Unresolved symbols in 
/lib/modules/2.4.21-0.19mm-mdk/kernel/sound/drivers/vx/snd-vx-lib.o
depmod: *** Unresolved symbols in 
/lib/modules/2.4.21-0.19mm-mdk/kernel/sound/pcmcia/vx/snd-vxp440.o
depmod: *** Unresolved symbols in 
/lib/modules/2.4.21-0.19mm-mdk/kernel/sound/pcmcia/vx/snd-vxpocket.o

It prevents module snd-ice1724 to be loaded.
I am sure about my kernel source and paths.

Any idea ?
Thanks
Zeb


---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel


Re: [Alsa-devel] unresolved symbols

2002-06-29 Thread Patrick Shirkey

Stefan Gartner wrote:
 On Friday 28 June 2002 19:28, Bo Forslund wrote:
 [...]
 
and inserting the module gives lots of lines like this.

insmod  snd-emu10k1.o
snd-emu10k1.o: unresolved symbol snd_ctl_remove_Rsmp_5daf11ea
snd-emu10k1.o: unresolved symbol snd_verbose_printk_Rsmp_49d4e4d1
snd-emu10k1.o: unresolved symbol
snd_pcm_hw_constraint_minmax_Rsmp_74cec7bb

 
 
 does the same thing happen if you run modprobe snd-emu10k1?
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Caffeinated soap. No kidding.
 http://thinkgeek.com/sf
 ___
 Alsa-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/alsa-devel
 
 

I have put some info about this problem in the alsa wiki

http://alsa.opensrc.org






-- 
Patrick Shirkey - Boost Hardware Ltd.
For the discerning hardware connoisseur
Http://www.boosthardware.com
Http://www.boosthardware.com/LAU/guide/




---
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



[Alsa-devel] Unresolved symbols in midi/seq modules

2002-05-26 Thread James Tappin

With this morning's checkout (though I'm not sure when it might nave been 
introduced I haven't done an update for a couple of weeks) I got 
unresolved symbols:

bash-2.05# depmod -ae
depmod: *** Unresolved symbols in 
/lib/modules/2.4.17/kernel/sound/acore/seq/snd-seq-midi.o
depmod: snd_midi_event_new_R03feb57b
depmod: snd_midi_event_free_R2e6fd181
depmod: snd_midi_event_reset_decode_R500a45e4
depmod: snd_midi_event_encode_R78630f6d
depmod: snd_midi_event_decode_Rdf2f2bd1

This is after a full fresh checkout, removing the old sound modules and 
rebuilding using:

./cvscompile --with-cards=ice1712 --without-isapnp --with-sequencer
su -c 'make install'

I am running SuSE 7.2 with a kernel.org 2.4.17 kernel configured with 
soundcore enabled and no other sound options. I am using module versions.

TIA for clues/fixes etc.
James

-- 
James Tappin,   O__  I forget the punishment for using
[EMAIL PROTECTED] --  \/`Microsoft --- Something lingering
http://www.xena.uklinux.net/  with data loss in it I fancy  


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



[Alsa-devel] unresolved symbols, cvs, hammerfall

2002-05-14 Thread Fernando Pablo Lopez-Lezcano

Just downloaded from cvs, I'm getting this unresolved symbols:

# depmod -a -e
depmod: *** Unresolved symbols in  
/lib/modules/2.4.18-2.ll/kernel/drivers/sound/pci/rme9652/snd-hammerfall-mem.o
depmod: pci_free_consistent
depmod: pci_alloc_consistent
depmod: pci_devices
depmod: mem_map
depmod: printk
depmod: *** Unresolved symbols in  
/lib/modules/2.4.18-2.ll/kernel/drivers/sound/pci/rme9652/snd-rme9652.o
depmod: snd_hammerfall_get_buffer_R511cb671
depmod: snd_hammerfall_free_buffer_R4a11134f

Maybe something's missing in the recent Hammerfall updates?
This is being compiled under 2.4.18 + 19-pre7 + low latency,
full sources for the kernel are properly installed.

-- Fernando

___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



Re: [Alsa-devel] Unresolved symbols in snd-mixer-oss.o

2001-11-16 Thread Steve Harris

On Fri, Nov 16, 2001 at 12:59:11PM -, James Courtier-Dutton wrote:
 I have this exact same problem with a recent CVS.
 I never had it with previous CVS's, (about one month ago).
 I am using an emu10k1 SB Live.
 I don't understand why it has a problem with read_unlock, because other
 modules use read_unlock without any problem.

What kernel version?

I'm about to try a newer one, I'l report back if it helps.

- Steve

___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



Re: [Alsa-devel] Unresolved symbols in snd-mixer-oss.o

2001-11-16 Thread James Tappin

On Friday 16 November 2001 12:59, James Courtier-Dutton wrote:
 I have this exact same problem with a recent CVS.
 I never had it with previous CVS's, (about one month ago).
 I am using an emu10k1 SB Live.
 I don't understand why it has a problem with read_unlock, because other
 modules use read_unlock without any problem.

 Cheers
 James

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Harris
  Sent: 15 November 2001 17:48
  To: Jaroslav Kysela
  Cc: ALSA dev list
  Subject: Re: [Alsa-devel] Unresolved symbols in snd-mixer-oss.o
 
  On Thu, Nov 15, 2001 at 06:22:26PM +0100, Jaroslav Kysela wrote:
   Try 'depmod -ae' to report missing symbols, but I don't think that
   there is a problem with the CVS sources.
 
  [root@inanna alsa-driver]# depmod -ae
  depmod: *** Unresolved symbols in /lib/modules/2.4.7/misc/snd-mixer-oss.o
  depmod: read_unlock
 
  No-one else has reported this, and I've been having it for a few days, so
  I guessed it was something I've done wrong.

This may be a red herring; but have you tried making a fresh checkout (and 
possibly deleting snd*.o from your modules directory). I recall that on one 
occasion with the ice1712 driver that was necessary (some slight dependency 
problem meant that something that needed rebuilding didn't get rebuilt) 
however that was at a time when the API was undergoing rapid change.

James

-- 
++---+-+
| James Tappin   | School of Physics  Astronomy |  O__|
| [EMAIL PROTECTED] | University of Birmingham  | --  \/` |
| Ph: 0121-414-6462. Fax: 0121-414-3722  | |
++-+

___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



Re: [Alsa-devel] Unresolved symbols in snd-mixer-oss.o

2001-11-16 Thread Takashi Iwai

At Fri, 16 Nov 2001 14:21:33 -,
James Courtier-Dutton wrote:
 
 kernel 2.4.9
 I doubt it is a kernel problem, because previous CVS's had no problems.

Hmm, I guess the last change in include/driver.h wrt variable
arguments in macro is involved with this.  Please try to check out the
last revision, 1.149.


Takashi

___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



[Alsa-devel] Unresolved symbols in snd-mixer-oss.o

2001-11-15 Thread Steve Harris

Using kernel 2.4.7 with ll patches, current CVS alsa.

[root@inanna alsa-driver]# depmod -a
depmod: *** Unresolved symbols in /lib/modules/2.4.7/misc/snd-mixer-oss.o

Also (could be related), I can't seem to get any sound out of my soundcard
(ens1371) which used to be OK.

- Steve

___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



Re: [Alsa-devel] Unresolved symbols in snd-mixer-oss.o

2001-11-15 Thread Steve Harris

On Thu, Nov 15, 2001 at 06:22:26PM +0100, Jaroslav Kysela wrote:
 
 Try 'depmod -ae' to report missing symbols, but I don't think that there
 is a problem with the CVS sources.

[root@inanna alsa-driver]# depmod -ae
depmod: *** Unresolved symbols in /lib/modules/2.4.7/misc/snd-mixer-oss.o
depmod: read_unlock

No-one else has reported this, and I've been having it for a few days, so
I guessed it was something I've done wrong.

Thanks,
   Steve

___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel