Re: unresolved emu10k1 synth symbols.
From: Margit Schubert-While
Date: Thu Mar 23 2006 - 14:32:53 EST
>> 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/