[Freeswitch-users] Building Skype Issues

toddbailey toddb at toddbailey.net
Wed Aug 8 00:59:28 MSD 2012


Sounds like skypopen needs to be expanded to play nice with others.

Will creating a virtual machine and running a server command line only
version of a "supported" os  resolve the snd module issues?


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

-- 
-
-
-    Best Regards,
-
-            Todd Bailey
-
-





--
View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628p7581638.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120807/34c19fc8/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list