[Freeswitch-users] Building Skype Issues
Giovanni Maruzzelli
gmaruzz at gmail.com
Wed Aug 8 00:33:24 MSD 2012
On Tue, Aug 7, 2012 at 10:19 PM, toddbailey <toddb at toddbailey.net> 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
> >
> >
> >
> >
> > 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-tp7581628p7581631.html
>
> > To unsubscribe from Building Skype Issues, click here.
> > NAML
>
> --
> -
> -
> - Best Regards,
> -
> - Todd Bailey
> -
> -
>
>
> ------------------------------
> View this message in context: Re: Building Skype Issues<http://freeswitch-users.2379917.n2.nabble.com/Building-Skype-Issues-tp7581628p7581633.html>
>
> Sent from the freeswitch-users mailing list archive<http://freeswitch-users.2379917.n2.nabble.com/>at Nabble.com.
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> 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
> FreeSWITCH-users at lists.freeswitch.org
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120807/2068434e/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list