Hi,<br>I am trying to follow this wiki:<br><a href="http://wiki.freeswitch.org/wiki/Skypiax_Skype_Endpoint_and_Trunk">http://wiki.freeswitch.org/wiki/Skypiax_Skype_Endpoint_and_Trunk</a><br>to setup FS and Skypopen on Ubuntu 8.04(64bit server inside virualbox).<br>
<br>There is one step asks me to build snd_dummy:<br><a href="http://wiki.freeswitch.org/wiki/Skypopen_Skype_Endpoint_and_Trunk#ALSA_and_the_custom_snd-dummy">http://wiki.freeswitch.org/wiki/Skypopen_Skype_Endpoint_and_Trunk#ALSA_and_the_custom_snd-dummy</a><br>
The section is like below:<br><h3> <span class="mw-headline"> Ubuntu, Debian </span></h3>
<p>Note, Ubuntu may have alsa sound drivers installed at 
/lib/modules/&lt;your kernel version&gt;/ubuntu/sound/..., you may need 
to remove the dir to allow modprobe search from the default place: 
/lib/modules/&lt;your kernel verision&gt;/kernel/sound/ (don&#39;t forget to
 rerun /sbin/depmod after removing the old sound directory. Eg: 
/sbin/depmod -a 2.6.24-24-server).
</p>
<pre>./configure --with-redhat=no \<br>--with-cards=dummy,usb-audio,hda-intel,hrtimer,rtctimer \<br>--with-card-options=all<br>make &amp;&amp; make install<br></pre>
<p>After the first <i>make &amp;&amp; make install</i>, copy 
mod_skypopen/configs/alsa/dummy.c to 
alsa-driver-1.0.20sound/drivers/dummy.c .
</p>
<pre>make &amp;&amp; make install #again :)<br></pre>The problem is after I did all of them, when I entered modprobe snd_dummy, it always crashed and returned as &quot;killed&quot; on my terminal, I could see it dumped out a huge block or data(numbers, etc) on the host but don&#39;t understand the meaning. While if I used the original dummy.c inside alsa-driver-1.0.20, it worked fine.<br>
Besides, the default ubuntu installation doesn&#39;t include kernal dev and source, so I did one more step(or it cannot build alsa).<br><br>Did anyone try the same and get it working?<br><br>Thanks!<br>Jian<br><br>