public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* unresolved emu10k1 synth symbols.
@ 2006-03-21  5:46 Dave Jones
  2006-03-21 10:53 ` Adrian Bunk
  2006-03-21 11:04 ` Takashi Iwai
  0 siblings, 2 replies; 8+ messages in thread
From: Dave Jones @ 2006-03-21  5:46 UTC (permalink / raw)
  To: tiwai; +Cc: Linux Kernel

I just noticed this whilst booting 2.6.16 on a test box

snd_emu10k1_synth: Unknown symbol snd_emu10k1_ptr_read
snd_emu10k1_synth: Unknown symbol snd_emu10k1_synth_copy_from_user
snd_emu10k1_synth: Unknown symbol snd_emu10k1_voice_free
snd_emu10k1_synth: Unknown symbol snd_emu10k1_synth_free
snd_emu10k1_synth: Unknown symbol snd_emu10k1_ptr_write
snd_emu10k1_synth: Unknown symbol snd_emu10k1_synth_bzero
snd_emu10k1_synth: Unknown symbol snd_emu10k1_voice_alloc
snd_emu10k1_synth: Unknown symbol snd_emu10k1_memblk_map
snd_emu10k1_synth: Unknown symbol snd_emu10k1_synth_alloc

This kernel was configured with CONFIG_SND_EMU10K1=m
and CONFIG_SND_SEQUENCER=m

This looks like it can't possibly work, unless I change
CONFIG_SND_EMU10K1 to =y.  Is exporting a symbol from one
module to another actually supposed to work?
I thought this was why we had the ill-fated intermodule_register() ?.

		Dave

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: unresolved emu10k1 synth symbols.
@ 2006-03-23 19:36 Margit Schubert-While
  0 siblings, 0 replies; 8+ messages in thread
From: Margit Schubert-While @ 2006-03-23 19:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: davej

 >> with the following modprobe.conf fragment
 >> install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && 
/sbin/modprobe snd-emu10k1-synth

Isn't that command wrong ?
You are telling it to ignore the install for snd-emu10k1.
How about :
install snd-emu10k1-synth /sbin/modprobe snd-emu10k1 && /sbin/modprobe 
--ignore-install snd-emu10k1-synth

Margit



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-03-23 19:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-21  5:46 unresolved emu10k1 synth symbols Dave Jones
2006-03-21 10:53 ` Adrian Bunk
2006-03-21 11:04 ` Takashi Iwai
2006-03-21 18:09   ` Dave Jones
2006-03-22 14:16     ` Takashi Iwai
2006-03-22 17:54       ` Dave Jones
2006-03-23 10:46         ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2006-03-23 19:36 Margit Schubert-While

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox