Skype

Differences between revisions 7 and 19 (spanning 12 versions)
Revision 7 as of 2005-12-02 20:10:41
Size: 2252
Editor: dynamic-62-56-41-188
Comment:
Revision 19 as of 2008-08-06 16:26:53
Size: 49
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Skype =

Skype allows you to talk to other people. Technically, it's a proprietary, multi-user, peer-to-peer, voice-over-IP, buzz-word compliant media communication application, supplied as a binary package. Also it seems to ''just work'' and a huge number of other people have found this too.

== Bad News ==

 1. The Binary package is broken.
 1. Only Skype have the sources to fix it.

== Good News ==

 Save http://www.paul.sladen.org/debian/skype/skype_1.2.0.17-1-fixed1_i386.deb
 {{{
sudo dpkg -i ~/Desktop/skype_1.2.0.17-1-fixed1_i386.deb
sudo apt-get -f install}}}

I''f you use this package, you may get an error message(dependency problems prevent configuration of skype) However the next time you open Synaptic Package Manager it will give you the opportunity to "Fix Broken Packages." This will correct the needed files, and Skype will work.''

''Or'', if you'd prefer to add a line to `/etc/apt/sources.list` or a repositery through Synaptic, it is:

 {{{
deb http://www.paul.sladen.org/debian all skype}}}

 {{{
sudo apt-get update
sudo apt-get install skype}}}

== Background ==

''The above is all the information you need, this is just for the curious, or the good people at Skype if they want to know how to fix their package!''

Skype put a dependency in on a CVS package that is actually called `libqt3-mt`. The following 1 line patch/change was made to the `control` file:

  * http://www.paul.sladen.org/debian/skype/skype_1.2.0.17-1-fixed1_i386.deb.patch

=== Known Bug ===
Sometimes, after installing Skype, the following error appears when trying to call or receive call
"Problem with sound device"

The reason of that is perfectly explained over [http://juljas.net/linux/skype/ here], and the workaround is running [http://alsa.opensrc.org/OssEmulation Oss simulation in Alsa]
{{{
aoss skype }}}


==== AMD64 ====
If you are running skype from a 32bit chroot, the aoss workaround may not work. If that is the case, try installing the [http://195.38.3.142:6502/skype/ Skype DSP Hijacker] which may solve your problems. Another alternative is to use an older version of Skype such as [http://download.skype.com/linux/skype_1.1.0.20-1_i386.deb] which does not have this bug.
#REFRESH 0 http://help.ubuntu.com/community/Skype

Skype (last edited 2008-08-06 16:26:53 by localhost)