<br><br><div class="gmail_quote">On Mon, Sep 13, 2010 at 11:01 AM, Robin Gareus <span dir="ltr"><<a href="mailto:robin@gareus.org">robin@gareus.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On 09/13/2010 07:49 PM, Rory Filer wrote:<br>
> On Sun, Sep 12, 2010 at 2:40 PM, Robin Gareus <<a href="mailto:robin@gareus.org">robin@gareus.org</a>> wrote:<br>
><br>
>><br>
>><br>
>> Hi Rory,<br>
>><br>
>> You're not missing a library but some other kernel modules which provide<br>
>> those symbols.<br>
>><br>
>> After installing the kernel, run 'depmod' and try to load the module<br>
>> with 'modprobe snd-dummy' instead of 'insmod snd-dummy.ko'.<br>
>><br>

>><br>
> Hi Robin,<br>
><br>
> I appreciate your reply. Unfortunately my embedded system doesn't have<br>
> depmod configured so I'll have to try adding it to Busybox first.<br>
<br>
</div></div>depmod/modprobe is basically just a handy way to automatically load<br>
module dependencies. It may or may not be overkill for an embedded system.<br>
<br>
FWIW, you should be able to run 'depmod' to generate modules.dep on the<br>
system where you built the kernel. The target system only needs modprobe.<br>
<br>
Did you try to run 'insmod snd.ko snd_pcm.ko' manually before the<br>
'insmod snd-dummy.ko'. That should work as well.<br>
<br></blockquote></div><br>Hi Robin,<br><br>It was reply-to munging that got me on that previous reply. <br><br>I think there might be some weird stuff with the build/make utility on my target<br>which builds the sound files but isn't seeming to include them in my kernel image.<br>
I'll try and figure out all that before rattling the list again. <br><br>Thanks for your assistance. <br><br>Rory<br>