Sounds like skypopen needs to be expanded to play nice with others.
<br/><br/>Will creating a virtual machine and running a server command line only
<br/>version of a "supported" os  resolve the snd module issues?
<br/><br/><br/>On Tue, 2012-08-07 at 13:37 -0700, Giovanni Maruzzelli-2 [via
<br/>freeswitch-users] wrote:
<div class='shrinkable-quote'><br/>> 
<br/>> 
<br/>> On Tue, Aug 7, 2012 at 10:19 PM, toddbailey <[hidden email]> wrote:
<br/>>         
<br/>>         Mint 13 LST is a long term supported product based off Ubuntu
<br/>>         12 so it 
<br/>>         should supported at least for the most part.  Any minor
<br/>>         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/>> 
<br/>> 
<br/>> a desktop will not work with skypopen, skypopen is designed to run on
<br/>> a server distro.
<br/>> 
<br/>> If you want to explore, try to understand what is starting the oss
<br/>> (open sound system) alsa emulation on your system. Sorry, I don't know
<br/>> which modules you'll have to unload. You probably need to modify the
<br/>> settings of pulseaudio too.
<br/>> 
<br/>> Ask in alsa and puleaudio forums how you can unload the OSS emulation.
<br/>> 
<br/>> I repeat, you'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
<br/>> twice ;). (I'm the developer of skypopen)
<br/>> 
<br/>> -giovanni
<br/>> 
<br/>> 
<br/>> 
<br/>> 
<br/>>  
<br/>>                 
<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
<br/>>         functions, a 
<br/>>         pbx is just one of several functions. 
<br/>>         
<br/>>         Should I consider building a virtual machine and running free
<br/>>         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: 
<br/>>         
<br/>>         > you better follow the wikipage, that tells you to use centos
<br/>>         6.x or 
<br/>>         > ubuntu, server installations, at 64 bit, or windows. 
<br/>>         > 
<br/>>         > If you choose to use a different OS, you need to know how to
<br/>>         deal with 
<br/>>         > it. 
<br/>>         > 
<br/>>         > 1) do not use a desktop distro, it will not work 
<br/>>         > 2) yes, rmmod all the snd* (but, why are there? You want
<br/>>         them not 
<br/>>         > loaded at all. Uloading is a hack) 
<br/>>         > 
<br/>>         > so, to avoid frustration, use a supported OS. 
<br/>>         > 
<br/>>         > In all other cases, you are going to use an awful amount of
<br/>>         time and 
<br/>>         > get lot of frustrations, I can guarantee you ;). 
<br/>>         > 
<br/>>         > -giovanni 
<br/>>         > 
<br/>>         > 
<br/>>         > 
<br/>>         > On Tue, Aug 7, 2012 at 9:53 PM, toddbailey <[hidden email]>
<br/>>         wrote: 
<br/>>         
<br/>>         >         Hi All, 
<br/>>         >         
<br/>>         >         After a dreadful several weeks of trying to get my
<br/>>         Fedora 17 
<br/>>         >         upgrade from 
<br/>>         >         F14 to cooperate, I'm now running Mint 13 LST x64 as
<br/>>         my 
<br/>>         >         primary server. 
<br/>>         >         
<br/>>         >         Now that most of the drama has past, I'm back to
<br/>>         trying to get 
<br/>>         >         mod_skypopen 
<br/>>         >         to install. 
<br/>>         >         Before F17 I was running F14 so you may see why the
<br/>>         upgrade 
<br/>>         >         was required. 
<br/>>         >         'nough said, 
<br/>>         >         
<br/>>         >         Just like F14 I'm seeing an error in running the
<br/>>         install 
<br/>>         >         sequence 
<br/>>         >         
<br/>>         >
<br/>>         cd /usr/local/src/freeswitch/src/mod/endpoints/mod_skypopen/oss 
<br/>>         >         make clean; make; insmod ./skypopen.ko;
<br/>>         mknod /dev/dsp c 14 3 
<br/>>         >         
<br/>>         >         once again I see 
<br/>>         >         insmod: error inserting './skypopen.ko': -1 Device
<br/>>         or resource 
<br/>>         >         busy 
<br/>>         >         mknod: `/dev/dsp': File exists 
<br/>>         >         
<br/>>         >         I'm told previously that I don't want to see any snd
<br/>>         modules 
<br/>>         >         listed in the 
<br/>>         >         command 
<br/>>         >         
<br/>>         >         lsmod |grep snd 
<br/>>         >         
<br/>>         >         
<br/>>         >         but in my case I see several 
<br/>>         >         
<br/>>         >         lsmod | grep snd 
<br/>>         >         
<br/>>         >         snd_hda_codec_realtek   223962  1 
<br/>>         >         snd_hda_intel          33773  3 
<br/>>         >         snd_hda_codec         127706  2 
<br/>>         >         snd_hda_codec_realtek,snd_hda_intel 
<br/>>         >         snd_hwdep              13668  1 snd_hda_codec 
<br/>>         >         snd_pcm                97188  2
<br/>>         snd_hda_intel,snd_hda_codec 
<br/>>         >         snd_seq_midi           13324  0 
<br/>>         >         snd_rawmidi            30748  1 snd_seq_midi 
<br/>>         >         snd_seq_midi_event     14899  1 snd_seq_midi 
<br/>>         >         snd_seq                61896  2 
<br/>>         >         snd_seq_midi,snd_seq_midi_event 
<br/>>         >         snd_timer              29990  2 snd_pcm,snd_seq 
<br/>>         >         snd_seq_device         14540  3 
<br/>>         >         snd_seq_midi,snd_rawmidi,snd_seq 
<br/>>         >         snd                    78855  15 
<br/>>         >
<br/>>         snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device 
<br/>>         >         soundcore              15091  1 snd 
<br/>>         >         snd_page_alloc         18529  2
<br/>>         snd_hda_intel,snd_pcm 
<br/>>         >         
<br/>>         >         Questions: 
<br/>>         >         
<br/>>         >         do I need to rmmod each of these before I can
<br/>>         successfully 
<br/>>         >         install the 
<br/>>         >         mod_skypopen ? 
<br/>>         >         
<br/>>         >         Assuming this is true,  can I insmod the list to
<br/>>         return to the 
<br/>>         >         previous 
<br/>>         >         state or does the install of mod_skypopen limit what
<br/>>         I can do 
<br/>>         >         with the 
<br/>>         >         systems audio capabilities? 
<br/>>         >         I utilize other applications that require audio ie:
<br/>>         alsa and 
<br/>>         >         pulse modules 
<br/>>         >         to function. 
<br/>>         >         
<br/>>         >         Thanks 
<br/>>         >         
<br/>>         >         
<br/>>         >         
<br/>>         >         -- 
<br/>>         >         View this message in context: 
<br/>>         >
<br/>>         <a href="http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628.html" target="_top" rel="nofollow" link="external">http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628.html</a><br/>>         >         Sent from the freeswitch-users mailing list archive
<br/>>         at 
<br/>>         >         Nabble.com. 
<br/>>         >         
<br/>>         >
<br/>>         _________________________________________________________________________ 
<br/>>         >         Professional FreeSWITCH Consulting Services: 
<br/>>         
<br/>>         >         [hidden email] 
<br/>>         >         <a href="http://www.freeswitchsolutions.com" target="_top" rel="nofollow" link="external">http://www.freeswitchsolutions.com</a><br/>>         >         
<br/>>         >         FreeSWITCH-powered IP PBX: The CudaTel Communication
<br/>>         Server 
<br/>>         >         <a href="http://www.cudatel.com" target="_top" rel="nofollow" link="external">http://www.cudatel.com</a><br/>>         >         
<br/>>         >         Official FreeSWITCH Sites 
<br/>>         >         <a href="http://www.freeswitch.org" target="_top" rel="nofollow" link="external">http://www.freeswitch.org</a><br/>>         >         <a href="http://wiki.freeswitch.org" target="_top" rel="nofollow" link="external">http://wiki.freeswitch.org</a><br/>>         >         <a href="http://www.cluecon.com" target="_top" rel="nofollow" link="external">http://www.cluecon.com</a><br/>>         >         
<br/>>         >         Join Us At ClueCon - Aug 7-9, 2012 
<br/>>         >         
<br/>>         >         FreeSWITCH-users mailing list 
<br/>>         
<br/>>         >         [hidden email] 
<br/>>         >
<br/>>         <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_top" rel="nofollow" link="external">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br/>>         >
<br/>>         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_top" rel="nofollow" link="external">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br/>>         >         <a href="http://www.freeswitch.org" target="_top" rel="nofollow" link="external">http://www.freeswitch.org</a><br/>>         > 
<br/>>         > 
<br/>>         > 
<br/>>         > -- 
<br/>>         > Sincerely, 
<br/>>         > 
<br/>>         > Giovanni Maruzzelli 
<br/>>         > Cell : <a href="tel:%2B39-347-2665618" value="+393472665618"
<br/>>         target="_blank">+39-347-2665618 
<br/>>         > 
<br/>>         > 
<br/>>         
<br/>>         >
<br/>>         _________________________________________________________________________ 
<br/>>         > Professional FreeSWITCH Consulting Services: 
<br/>>         
<br/>>         > [hidden email] 
<br/>>         > <a href="http://www.freeswitchsolutions.com" target="_top" rel="nofollow" link="external">http://www.freeswitchsolutions.com</a><br/>>         > 
<br/>>         > FreeSWITCH-powered IP PBX: The CudaTel Communication Server 
<br/>>         > <a href="http://www.cudatel.com" target="_top" rel="nofollow" link="external">http://www.cudatel.com</a><br/>>         > 
<br/>>         > Official FreeSWITCH Sites 
<br/>>         > <a href="http://www.freeswitch.org" target="_top" rel="nofollow" link="external">http://www.freeswitch.org</a><br/>>         > <a href="http://wiki.freeswitch.org" target="_top" rel="nofollow" link="external">http://wiki.freeswitch.org</a><br/>>         > <a href="http://www.cluecon.com" target="_top" rel="nofollow" link="external">http://www.cluecon.com</a><br/>>         > 
<br/>>         > Join Us At ClueCon - Aug 7-9, 2012 
<br/>>         > 
<br/>>         > FreeSWITCH-users mailing list 
<br/>>         
<br/>>         > [hidden email] 
<br/>>         >
<br/>>         <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_top" rel="nofollow" link="external">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br/>>         >
<br/>>         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_top" rel="nofollow" link="external">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br/>>         > <a href="http://www.freeswitch.org" target="_top" rel="nofollow" link="external">http://www.freeswitch.org</a><br/>>         > 
<br/>>         > 
<br/>>         > 
<br/>>         
<br/>>         >
<br/>>         ______________________________________________________________________ 
<br/>>         > If you reply to this email, your message will be added to
<br/>>         the 
<br/>>         > discussion below: 
<br/>>         >
<br/>>         <a href="http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628p7581631.html" target="_top" rel="nofollow" link="external">http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628p7581631.html</a>  
<br/>>         > To unsubscribe from Building Skype Issues, click here. 
<br/>>         > NAML 
<br/>>         
<br/>>         -- 
<br/>>         - 
<br/>>         - 
<br/>>         -    Best Regards, 
<br/>>         - 
<br/>>         -            Todd Bailey 
<br/>>         - 
<br/>>         - 
<br/>>         
<br/>>         
<br/>>         
<br/>>         ______________________________________________________________
<br/>>         View this message in context: Re: Building Skype Issues
<br/>>         
<br/>>         Sent from the freeswitch-users mailing list archive at
<br/>>         Nabble.com.
<br/>>         
<br/>>         
<br/>>         _________________________________________________________________________
<br/>>         Professional FreeSWITCH Consulting Services:
<br/>>         [hidden email]
<br/>>         <a href="http://www.freeswitchsolutions.com" target="_top" rel="nofollow" link="external">http://www.freeswitchsolutions.com</a><br/>>         
<br/>>         FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<br/>>         <a href="http://www.cudatel.com" target="_top" rel="nofollow" link="external">http://www.cudatel.com</a><br/>>         
<br/>>         Official FreeSWITCH Sites
<br/>>         <a href="http://www.freeswitch.org" target="_top" rel="nofollow" link="external">http://www.freeswitch.org</a><br/>>         <a href="http://wiki.freeswitch.org" target="_top" rel="nofollow" link="external">http://wiki.freeswitch.org</a><br/>>         <a href="http://www.cluecon.com" target="_top" rel="nofollow" link="external">http://www.cluecon.com</a><br/>>         
<br/>>         Join Us At ClueCon - Aug 7-9, 2012
<br/>>         
<br/>>         FreeSWITCH-users mailing list
<br/>>         [hidden email]
<br/>>         <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_top" rel="nofollow" link="external">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br/>>         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_top" rel="nofollow" link="external">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br/>>         <a href="http://www.freeswitch.org" target="_top" rel="nofollow" link="external">http://www.freeswitch.org</a><br/>>         
<br/>> 
<br/>> 
<br/>> 
<br/>> -- 
<br/>> Sincerely,
<br/>> 
<br/>> Giovanni Maruzzelli
<br/>> Cell : +39-347-2665618
<br/>> 
<br/>> 
<br/>> _________________________________________________________________________ 
<br/>> Professional FreeSWITCH Consulting Services: 
<br/>> [hidden email] 
<br/>> <a href="http://www.freeswitchsolutions.com" target="_top" rel="nofollow" link="external">http://www.freeswitchsolutions.com</a><br/>> 
<br/>> FreeSWITCH-powered IP PBX: The CudaTel Communication Server 
<br/>> <a href="http://www.cudatel.com" target="_top" rel="nofollow" link="external">http://www.cudatel.com</a><br/>> 
<br/>> Official FreeSWITCH Sites 
<br/>> <a href="http://www.freeswitch.org" target="_top" rel="nofollow" link="external">http://www.freeswitch.org</a><br/>> <a href="http://wiki.freeswitch.org" target="_top" rel="nofollow" link="external">http://wiki.freeswitch.org</a><br/>> <a href="http://www.cluecon.com" target="_top" rel="nofollow" link="external">http://www.cluecon.com</a><br/>> 
<br/>> Join Us At ClueCon - Aug 7-9, 2012 
<br/>> 
<br/>> FreeSWITCH-users mailing list 
<br/>> [hidden email] 
<br/>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_top" rel="nofollow" link="external">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br/>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_top" rel="nofollow" link="external">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br/>> <a href="http://www.freeswitch.org" target="_top" rel="nofollow" link="external">http://www.freeswitch.org</a><br/>> 
<br/>> 
<br/>> 
<br/>> ______________________________________________________________________
<br/>> If you reply to this email, your message will be added to the
<br/>> discussion below:
<br/>> <a href="http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628p7581636.html" target="_top" rel="nofollow" link="external">http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628p7581636.html</a> 
<br/>> To unsubscribe from Building Skype Issues, click here.
<br/>> NAML 
</div><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-tp7581628p7581638.html">Re: Building Skype Issues</a><br/>
Sent from the <a href="http://freeswitch-users.2379917.n2.nabble.com/">freeswitch-users mailing list archive</a> at Nabble.com.<br/>