<br><br><div class="gmail_quote">On Tue, Aug 7, 2012 at 10:19 PM, toddbailey <span dir="ltr">&lt;<a href="mailto:toddb@toddbailey.net" target="_blank">toddb@toddbailey.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>Mint 13 LST is a long term supported product based off Ubuntu 12 so it
<br>should supported at least for the most part.  Any minor nuances I can
<br>deal with.
<br><br>What exactly do you mean do not use a desktop distro ?
<br>        I need the gnome desktop for other activities.
<br></blockquote><div><br><br>a desktop will not work with skypopen, skypopen is designed to run on a server distro.<br><br>If you want to explore, try to understand what is starting the oss (open sound system) alsa emulation on your system. Sorry, I don&#39;t know which modules you&#39;ll have to unload. You probably need to modify the settings of pulseaudio too.<br>

<br>Ask in alsa and puleaudio forums how you can unload the OSS emulation.<br><br>I repeat, you&#39;ll end up trashing a lot of time and be very frustrated.<br><br>I will no more step up in this, use a server install - I told you twice ;). (I&#39;m the developer of skypopen)<br>

<br>-giovanni<br><br><br><br><br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">        
<br>yes, rmmod all the snd* (but, why are there?)
<br>Because other applications installed use sound modules.
<br><br>This is a multipurpose server that provides many different functions, a
<br>pbx is just one of several functions.
<br><br>Should I consider building a virtual machine and running free switch in
<br>it instead on the core os?
<br><br><br>On Tue, 2012-08-07 at 13:08 -0700, Giovanni Maruzzelli-2 [via
<br>freeswitch-users] wrote:
<div><div class="im"><br>&gt; you better follow the wikipage, that tells you to use centos 6.x or
<br>&gt; ubuntu, server installations, at 64 bit, or windows.
<br>&gt; 
<br>&gt; If you choose to use a different OS, you need to know how to deal with
<br>&gt; it.
<br>&gt; 
<br>&gt; 1) do not use a desktop distro, it will not work
<br>&gt; 2) yes, rmmod all the snd* (but, why are there? You want them not
<br>&gt; loaded at all. Uloading is a hack)
<br>&gt; 
<br>&gt; so, to avoid frustration, use a supported OS.
<br>&gt; 
<br>&gt; In all other cases, you are going to use an awful amount of time and
<br>&gt; get lot of frustrations, I can guarantee you ;).
<br>&gt; 
<br>&gt; -giovanni
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br></div><div><div class="h5">&gt; On Tue, Aug 7, 2012 at 9:53 PM, toddbailey &lt;[hidden email]&gt; wrote:
<br>&gt;         Hi All,
<br>&gt;         
<br>&gt;         After a dreadful several weeks of trying to get my Fedora 17
<br>&gt;         upgrade from
<br>&gt;         F14 to cooperate, I&#39;m now running Mint 13 LST x64 as my
<br>&gt;         primary server.
<br>&gt;         
<br>&gt;         Now that most of the drama has past, I&#39;m back to trying to get
<br>&gt;         mod_skypopen
<br>&gt;         to install.
<br>&gt;         Before F17 I was running F14 so you may see why the upgrade
<br>&gt;         was required.
<br>&gt;         &#39;nough said,
<br>&gt;         
<br>&gt;         Just like F14 I&#39;m seeing an error in running the install
<br>&gt;         sequence
<br>&gt;         
<br>&gt;         cd /usr/local/src/freeswitch/src/mod/endpoints/mod_skypopen/oss
<br>&gt;         make clean; make; insmod ./skypopen.ko; mknod /dev/dsp c 14 3
<br>&gt;         
<br>&gt;         once again I see
<br>&gt;         insmod: error inserting &#39;./skypopen.ko&#39;: -1 Device or resource
<br>&gt;         busy
<br>&gt;         mknod: `/dev/dsp&#39;: File exists
<br>&gt;         
<br>&gt;         I&#39;m told previously that I don&#39;t want to see any snd modules
<br>&gt;         listed in the
<br>&gt;         command
<br>&gt;         
<br>&gt;         lsmod |grep snd
<br>&gt;         
<br>&gt;         
<br>&gt;         but in my case I see several
<br>&gt;         
<br>&gt;         lsmod | grep snd
<br>&gt;         
<br>&gt;         snd_hda_codec_realtek   223962  1
<br>&gt;         snd_hda_intel          33773  3
<br>&gt;         snd_hda_codec         127706  2
<br>&gt;         snd_hda_codec_realtek,snd_hda_intel
<br>&gt;         snd_hwdep              13668  1 snd_hda_codec
<br>&gt;         snd_pcm                97188  2 snd_hda_intel,snd_hda_codec
<br>&gt;         snd_seq_midi           13324  0
<br>&gt;         snd_rawmidi            30748  1 snd_seq_midi
<br>&gt;         snd_seq_midi_event     14899  1 snd_seq_midi
<br>&gt;         snd_seq                61896  2
<br>&gt;         snd_seq_midi,snd_seq_midi_event
<br>&gt;         snd_timer              29990  2 snd_pcm,snd_seq
<br>&gt;         snd_seq_device         14540  3
<br>&gt;         snd_seq_midi,snd_rawmidi,snd_seq
<br>&gt;         snd                    78855  15
<br>&gt;         snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
<br>&gt;         soundcore              15091  1 snd
<br>&gt;         snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
<br>&gt;         
<br>&gt;         Questions:
<br>&gt;         
<br>&gt;         do I need to rmmod each of these before I can successfully
<br>&gt;         install the
<br>&gt;         mod_skypopen ?
<br>&gt;         
<br>&gt;         Assuming this is true,  can I insmod the list to return to the
<br>&gt;         previous
<br>&gt;         state or does the install of mod_skypopen limit what I can do
<br>&gt;         with the
<br>&gt;         systems audio capabilities?
<br>&gt;         I utilize other applications that require audio ie: alsa and
<br>&gt;         pulse modules
<br>&gt;         to function.
<br>&gt;         
<br>&gt;         Thanks
<br>&gt;         
<br>&gt;         
<br>&gt;         
<br>&gt;         --
<br>&gt;         View this message in context:
<br>&gt;         <a href="http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628.html" rel="nofollow" link="external" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628.html</a><br>

&gt;         Sent from the freeswitch-users mailing list archive at
<br>&gt;         Nabble.com.
<br>&gt;         
<br>&gt;         _________________________________________________________________________
<br>&gt;         Professional FreeSWITCH Consulting Services:
<br></div></div>&gt;         [hidden email]
<br><div class="im">&gt;         <a href="http://www.freeswitchsolutions.com" rel="nofollow" link="external" target="_blank">http://www.freeswitchsolutions.com</a><br>&gt;         
<br>&gt;         FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<br>&gt;         <a href="http://www.cudatel.com" rel="nofollow" link="external" target="_blank">http://www.cudatel.com</a><br>&gt;         
<br>&gt;         Official FreeSWITCH Sites
<br>&gt;         <a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>&gt;         <a href="http://wiki.freeswitch.org" rel="nofollow" link="external" target="_blank">http://wiki.freeswitch.org</a><br>

&gt;         <a href="http://www.cluecon.com" rel="nofollow" link="external" target="_blank">http://www.cluecon.com</a><br>&gt;         
<br>&gt;         Join Us At ClueCon - Aug 7-9, 2012
<br>&gt;         
<br>&gt;         FreeSWITCH-users mailing list
<br></div>&gt;         [hidden email]
<br><div class="im">&gt;         <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>

&gt;         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;         <a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>

&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; -- 
<br>&gt; Sincerely,
<br>&gt; 
<br>&gt; Giovanni Maruzzelli
<br>&gt; Cell : <a href="tel:%2B39-347-2665618" value="+393472665618" target="_blank">+39-347-2665618</a>
<br>&gt; 
<br>&gt; 
<br></div><div class="im">&gt; _________________________________________________________________________ 
<br>&gt; Professional FreeSWITCH Consulting Services: 
<br></div>&gt; [hidden email] 
<br><div class="im">&gt; <a href="http://www.freeswitchsolutions.com" rel="nofollow" link="external" target="_blank">http://www.freeswitchsolutions.com</a><br>&gt; 
<br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server 
<br>&gt; <a href="http://www.cudatel.com" rel="nofollow" link="external" target="_blank">http://www.cudatel.com</a><br>&gt; 
<br>&gt; Official FreeSWITCH Sites 
<br>&gt; <a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>&gt; <a href="http://wiki.freeswitch.org" rel="nofollow" link="external" target="_blank">http://wiki.freeswitch.org</a><br>

&gt; <a href="http://www.cluecon.com" rel="nofollow" link="external" target="_blank">http://www.cluecon.com</a><br>&gt; 
<br>&gt; Join Us At ClueCon - Aug 7-9, 2012 
<br>&gt; 
<br>&gt; FreeSWITCH-users mailing list 
<br></div>&gt; [hidden email] 
<br><div class="im">&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>

&gt; <a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>&gt; 
<br>&gt; 
<br>&gt; 
<br></div>&gt; ______________________________________________________________________
<br>&gt; If you reply to this email, your message will be added to the
<br>&gt; discussion below:
<br>&gt; <a href="http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628p7581631.html" rel="nofollow" link="external" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628p7581631.html</a> 
<br>&gt; To unsubscribe from Building Skype Issues, click here.
<br>&gt; NAML 
</div><span class="HOEnZb"><font color="#888888"><br>-- 
<br>-
<br>-
<br>-    Best Regards,
<br>-
<br>-            Todd Bailey
<br>-
<br>-
<br><br>

        
        
        
<br><hr align="left" width="300">
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628p7581633.html" target="_blank">Re: Building Skype Issues</a></font></span><div class="HOEnZb"><div class="h5">

<br>
Sent from the <a href="http://freeswitch-users.2379917.n2.nabble.com/" target="_blank">freeswitch-users mailing list archive</a> at Nabble.com.<br></div></div><br>_________________________________________________________________________<br>


Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Sincerely,<br><br>Giovanni Maruzzelli<br>Cell : +39-347-2665618<br><br>