Problem found and solved.<br>There are two dummy.c under alsa-driver-1.0.20, I overwrote the one under drivers, which is the wrong one. Based on the wiki, it should be the one under alsa-driver-1.0.20/sound/drivers.<br>Besides, I need to reboot after rebuilding the new dummy.c.<br>
<br>Thank Giovanni for helping me out.<br><br>Jian<br><br><div class="gmail_quote">On Sun, Oct 24, 2010 at 5:32 PM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a>&gt;</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 class="im">On Sun, Oct 24, 2010 at 11:28 PM, Jian Ren &lt;<a href="mailto:renjian@gmail.com">renjian@gmail.com</a>&gt; wrote:<br>

&gt; Ok, I found out the new error was caused by missing of 32bit compatibility<br>
&gt; libraries, after I ran this:<br>
&gt;<br>
&gt; apt-get -y install ia32-libs lib32asound2 libc6-i386 lib32gcc1 \<br>
&gt; lib32stdc++6 lib32ncurses5 lib32z1<br>
<br>
</div>Btw, in the wiki is written about the 32bit libraries.<br>
<br>
If you follow the wiki, it works. I&#39;ve done that many times.<br>
<br>
After you have installed ALSA, you need to reboot the machine, or to<br>
rmmod all the snd* modules from the kernel, before to modprobe<br>
snd-dummy<br>
<font color="#888888"><br>
-giovanni<br>
</font><div><div></div><div class="h5"><br>
<br>
&gt;<br>
&gt; Now I am getting exactly the same problem as if under virtualBox or<br>
&gt; VMPlayer. So it&#39;s not a VM problem.<br>
&gt; Please help!<br>
&gt; Thanks!<br>
&gt; Jian<br>
&gt;<br>
&gt; On Sat, Oct 23, 2010 at 10:19 PM, Jian Ren &lt;<a href="mailto:renjian@gmail.com">renjian@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi, I tried real machine. Got different error:<br>
&gt;&gt; FATAL: Error inserting<br>
&gt;&gt; snd_dummy(/lib/modules/2.6.24-26-server/kernel/sound/drivers/snd-dummy.ko):<br>
&gt;&gt; Unknown symbol in module, or unknown parameter (see demsg).<br>
&gt;&gt; Then if I type demsg, got the attached screen.<br>
&gt;&gt; Please help.<br>
&gt;&gt; Thanks!<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Oct 22, 2010 at 11:33 AM, Jian Ren &lt;<a href="mailto:renjian@gmail.com">renjian@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Tried under VMPlayer, got the same problem, will try real machine later.<br>
&gt;&gt;&gt; Attached is the screen shot.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks!<br>
&gt;&gt;&gt; Jian<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Thu, Oct 21, 2010 at 4:45 PM, Giovanni Maruzzelli &lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Maybe is a problem with virtualbox. Also, is known that<br>
&gt;&gt;&gt;&gt; fs+mod_skypopen+skype clients does not works in virtualbox.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Try it on a real (hardware) machine.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Or (but is less popular) in a xen like virtual machine.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; -giovanni<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Thu, Oct 21, 2010 at 4:21 PM, Jian Ren &lt;<a href="mailto:renjian@gmail.com">renjian@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt; Hi,<br>
&gt;&gt;&gt;&gt; &gt; I am trying to follow this wiki:<br>
&gt;&gt;&gt;&gt; &gt; <a href="http://wiki.freeswitch.org/wiki/Skypiax_Skype_Endpoint_and_Trunk" target="_blank">http://wiki.freeswitch.org/wiki/Skypiax_Skype_Endpoint_and_Trunk</a><br>
&gt;&gt;&gt;&gt; &gt; to setup FS and Skypopen on Ubuntu 8.04(64bit server inside<br>
&gt;&gt;&gt;&gt; &gt; virualbox).<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; There is one step asks me to build snd_dummy:<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; <a href="http://wiki.freeswitch.org/wiki/Skypopen_Skype_Endpoint_and_Trunk#ALSA_and_the_custom_snd-dummy" target="_blank">http://wiki.freeswitch.org/wiki/Skypopen_Skype_Endpoint_and_Trunk#ALSA_and_the_custom_snd-dummy</a><br>

&gt;&gt;&gt;&gt; &gt; The section is like below:<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Ubuntu, Debian<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Note, Ubuntu may have alsa sound drivers installed at<br>
&gt;&gt;&gt;&gt; &gt; /lib/modules/&lt;your<br>
&gt;&gt;&gt;&gt; &gt; kernel version&gt;/ubuntu/sound/..., you may need to remove the dir to<br>
&gt;&gt;&gt;&gt; &gt; allow<br>
&gt;&gt;&gt;&gt; &gt; modprobe search from the default place: /lib/modules/&lt;your kernel<br>
&gt;&gt;&gt;&gt; &gt; verision&gt;/kernel/sound/ (don&#39;t forget to rerun /sbin/depmod after<br>
&gt;&gt;&gt;&gt; &gt; removing<br>
&gt;&gt;&gt;&gt; &gt; the old sound directory. Eg: /sbin/depmod -a 2.6.24-24-server).<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; ./configure --with-redhat=no \<br>
&gt;&gt;&gt;&gt; &gt; --with-cards=dummy,usb-audio,hda-intel,hrtimer,rtctimer \<br>
&gt;&gt;&gt;&gt; &gt; --with-card-options=all<br>
&gt;&gt;&gt;&gt; &gt; make &amp;&amp; make install<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; After the first make &amp;&amp; make install, copy<br>
&gt;&gt;&gt;&gt; &gt; mod_skypopen/configs/alsa/dummy.c<br>
&gt;&gt;&gt;&gt; &gt; to alsa-driver-1.0.20sound/drivers/dummy.c .<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; make &amp;&amp; make install #again :)<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; The problem is after I did all of them, when I entered modprobe<br>
&gt;&gt;&gt;&gt; &gt; snd_dummy,<br>
&gt;&gt;&gt;&gt; &gt; it always crashed and returned as &quot;killed&quot; on my terminal, I could see<br>
&gt;&gt;&gt;&gt; &gt; it<br>
&gt;&gt;&gt;&gt; &gt; dumped out a huge block or data(numbers, etc) on the host but don&#39;t<br>
&gt;&gt;&gt;&gt; &gt; understand the meaning. While if I used the original dummy.c inside<br>
&gt;&gt;&gt;&gt; &gt; alsa-driver-1.0.20, it worked fine.<br>
&gt;&gt;&gt;&gt; &gt; Besides, the default ubuntu installation doesn&#39;t include kernal dev<br>
&gt;&gt;&gt;&gt; &gt; and<br>
&gt;&gt;&gt;&gt; &gt; source, so I did one more step(or it cannot build alsa).<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Did anyone try the same and get it working?<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Thanks!<br>
&gt;&gt;&gt;&gt; &gt; Jian<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Sincerely,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Giovanni Maruzzelli<br>
&gt;&gt;&gt;&gt; Cell : +39-347-2665618<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
Cell : +39-347-2665618<br>
</div></div></blockquote></div><br>