On Mon, Jun 09, 2003 at 04:22:03PM +0200, Jaroslav Kysela wrote:
> On Mon, 9 Jun 2003, Joshua N Pritikin wrote:
> > i must be doing something really silly.  i compiled alsa 0.9.4
> > with linux 2.4.20 SMP + lowlatency.  When i try to load the
> > snd module, i get this:
> > 
> > remix:/usr/src/alsa-driver-0.9.4# modprobe snd
> > /lib/modules/2.4.20/kernel/sound/acore/snd.o: unresolved symbol 
> > kernel_flag_cacheline
> > /lib/modules/2.4.20/kernel/sound/acore/snd.o: insmod 
> > /lib/modules/2.4.20/kernel/sound/acore/snd.o failed
> > /lib/modules/2.4.20/kernel/sound/acore/snd.o: insmod snd failed
> > 
> > But my kernel looks OK:
> > 
> > remix:/usr/src/linux# grep SMP .config
> > CONFIG_SMP=y
> > 
> > remix:/usr/src/linux# nm vmlinux |grep kernel_flag_cache
> > c02ec8a0 R __kstrtab_kernel_flag_cacheline
> > c02f9530 R __ksymtab_kernel_flag_cacheline
> > c02fe2e0 D kernel_flag_cacheline
> 
> What shows the command: cat /proc/ksyms | grep kernel_flag_cache

[EMAIL PROTECTED]:~$ cat /proc/ksyms | grep kernel_flag_cache
c02fe2e0 kernel_flag_cacheline_R__ver_kernel_flag_cacheline

remix:/usr/src/linux/arch/i386/kernel# grep kernel_flag *  
i386_ksyms.c:EXPORT_SYMBOL(kernel_flag_cacheline);

What does that mean?  How do i solve the problem?

-- 
Victory to the Divine Mother!!         after all,
  http://sahajayoga.org                  http://why-compete.org


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

Reply via email to