个人工具

UbuntuHelp:Skype

来自Ubuntu中文

(重定向自UbuntuHelp:SkypeHowto
跳转至: 导航, 搜索


<<Include(Tag/ContentCleanup)>>

Introduction

Skype is proprietary software that allows you to make calls over the Internet using your computer. Skype uses decentralized peer-to-peer technologies, so your calls do not go through a central server, but through distributed servers and other users. It uses its own proprietary communication protocol to achieve this. In addition, all communications are encrypted from end to end so that others cannot listen in. The Skype software is free to use, but it is not free software; the source code is proprietary and not available for modification. General information about Skype is on Wikipedia. The official Skype website is http://www.skype.com. SkypeEthics gives information on why some users do not use Skype. Open alternative Softphones using open protocols include Ekiga, Twinkle and Wengophone. You need a working sound input and output configuration in order to use Skype. Most modern computers have sound output out of the box, but you need a microphone (or a headset, while you are out shopping) for the input. In order to broadcast your face, you'll need a webcam. Links to detailed information about Skype issues on Ubuntu can be found in the Resources section below.

Installing Skype

Skype is not available in any Ubuntu software repository, and therefore cannot be installed with Ubuntu's package management software such as Synaptic or apt-get without adding a repository containing Skype. There is the official Skype repository: http://forum.skype.com/index.php?showtopic=29679 You can add the Apt source like this

echo "deb http://download.skype.com/linux/repos/debian/ stable non-free #Skype" | sudo tee -a /etc/apt/sources.list > /dev/null

Import the Apt key, even it is not used, but may be useful in future:

sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 0xd66b746e

Install Skype:

sudo aptitude update && sudo aptitude install skype

Using a repository, you will automatically receive future updates to the software. Please be aware that the repository is not signed, so when you try to install Skype, you will get a warning. If you don't want to do that, or can't (for example, if you're on amd64), perhaps the easiest way to install is from the Debian (.deb) package available directly from the Skype website. The downside of this is that you won't automatically get future updates, you will have to download the new versions as they become available.

Debian Package

  1. Download Debian package from http://www.skype.com/go/getskype-linux-ubuntu
  2. Open the file (will open with the default GDebi Package Installer).
  3. Click on install button.

AMD64

For 8.10-10.04

  1. Download http://www.skype.com/download/skype/linux/choose/ (choose your architecture).
  2. Install it by double-clicking the deb file and clicking "Install Package"

Note : version 2.1 beta will work natively using PulseAudio server Note 2: For 10.04 you will need the nspluginwrapper package which is available from the multiverse. You can enable the multiverse by going to System > Administration > Software sources and enabling the "multiverse" channel. For 8.04:

  1. Download Ubuntu 64 bit Skype package
  2. Install it by double-clicking the deb file and clicking "Install package"

For 7.10:

  1. Install 32-bit libraries: sudo aptitude install lib32asound2 ia32-libs-gtk ia32-libs-kde
  2. Download the Ubuntu package (http://skype.com/download/skype/linux/)
  3. Install skype: sudo dpkg -i --force-architecture <the_package>
  4. Determine if missing any additional 32bit libs: ldd /usr/bin/skype | grep not
  5. Search and download the missing 32bit (i386) libs. (Hint libdbus-1.3, libqt4-core, libqt4-gui, libsigc++-2.0, libXss)
  6. Extract the downloaded *.deb files: dpkg-deb --extract <package> <targetdir>
  7. Copy the necessary library files from the extracted packages to /lib32: sudo cp -i <targetdir>/usr/lib/* /lib32/

For 6.06:

  1. Download the Debian package (http://skype.com/download/skype/linux/)
  2. Install skype: sudo dpkg -i --force-all <the_package>
  3. Determine missing 32bit libs: ldd /usr/bin/skype | grep not
  4. Download the libs (the i386 version of course, hint: the package is named libqt3-mt): http://packages.ubuntu.com/
  5. mkdir ~/.32bitLibs (or use /lib32 and change last step to this directory)
  6. extract the *.deb files (dpkg-deb --extract <package> <targetdir>)
  7. copy the necessary library files from the extracted packages to ~/.32bitLibs
  8. create a wrapper script: export LD_LIBRARY_PATH="/home/<your_user>/.32bitLibs/";skype

For 6.10 or 7.04:

  1. Install 32-bit libraries: sudo aptitude install lib32asound2 ia32-libs-gtk ia32-libs-kde
  2. Download the Debian package (http://skype.com/download/skype/linux/)
  3. Install skype: sudo dpkg -i --force-architecture <the_package>

Running Skype

To start Skype, choose Applications->Internet->Skype. It usually takes a minute or two for Skype to get started, and you may think that nothing is happening, so be patient. When the Skype window finally opens, sign up (if necessary) and log in to your Skype account. Test your configuration by selecting the Echo / Sound Test Service contact (if not there already, add contact echo123) and clicking on the large green button at the bottom of the Skype window. If the connection is made and you hear a voice, your sound configuration is fine. If you cannot hear a voice, see the troubleshooting section below.

Troubleshooting Skype

Much of what follows applies to older versions of Skype and older versions of Ubuntu. Also, if you are using Kubuntu 9.10 or later, you do not need PulseAudio (you can remove it if it is installed) and recent versions Skype (e.g. 2.0) will work without any configuring. If you are having audio problems, first check to make sure that sound is working on your system and that your microphone and speaker volume levels are high enough. First test your mic and sound by using the application Sound Recorder. If the mic works, and you cannot hear yourself using the Skype Test Call feature, use Synaptic Package Manager to install pavucontrol (Pulse Audio Volume Controller). Use the application to set-up your input device. Most built-in mics are mono. The default setting on the Input Control is to lock the R&L channel together. By reading the mono mic as stereo, PulseAudio cancels the input. Click on the middle button on the upper right of the control panel to unlock the R&L channel. Move either the left or right channel to 10 leaving the other channel about 90. You should now see the VU meter sensing sound. Now try Skype again. Next try configuring pulseaudio according to the pulseaudio website. If that does not work, then try changing the Skype audio device, and finally, if all else fails, modify your ESD configuration.

Message: "Problem with ..."

On Ubuntu 8.10 (Intrepid). Out of Skype, the sound work fine. But playing and recording however using skype, you get the error. ”Problem with Audio Capture” or “Problem with Audio Playback”. On skype, go to the options menu and look under the sub-menu "sound devices". Switch "Sound out" and "Ringing" to "pulse". In "Sound in", test all the options until you can hear your voice when making a test call. In alternative, you can uninstall pulseaudio and switch it with esound. To do so, run the following commands :

killall pulseaudio
sudo aptitude remove pulseaudio
sudo aptitude install esound
sudo aptitude remove /etc/X11/Xsession.d/70pulseaudio

Source : http://blog.rajatpandit.com/2008/11/15/skype-audio-playback-and-capture-problem-on-ubuntu-810/ YMMD with that aswner! TX

Video Problems

For troubleshooting video issues on Skype, the following wiki pages may be helpful:

Port use

Skype uses port 80 by default, and thus, may block some other applications that use the same port such as Apache. The solution is to change the port in one of the applications. Usually, port 81 is free and works fine. To change the port number in Skype go to menu Tools > Options, then click on the Advanced tab, then in the 'port' box, change to your preference.

Invalid Pointer

Some very few users have experienced the inability to normally start Skype 1.3 under Dapper, receiving the following error:

*** glibc detected *** free(): invalid pointer: 0x08aab8a0 ***

The pointer's address might vary on install or version, the only common factor exhibited by all people receiving the error is that all of them use SCIM to be able to input in one of various Asian languages (some users exhibit this while using scim for Chinese, others when using it to input in Japanese so the language itself seems not to be important, only the presence of scim is). A few of these same persons report success in running a statically compiled version of the Skype 1.3 client. Others have shown success in changing the XIM input preferences during Skype launch by launching Skype (from either the command line or Gnome's/Kde's menu) with this command:

XMODIFIERS=@im=none QT_IM_MODULE=xim skype

This will hinder (read, remove) your ability to use scim to type in a foreign language inside Skype itself, but it will also most probably permit you to run Skype normally. If you use SCIM as your default input method, and you are unable to run Skype you could try these solutions and see if they solve the problem.

System hangs for a short while (few seconds)

Skype apparently creates FIFO threads when initiating a chat with someone. Users members of the admin group (typically the user who has installed Ubuntu) are likely to find this really annoying as the created threads do not relinquish the CPU easily. The first option (maybe the easiest) is to remove yourself from the admin group. You may otherwise intercept calls to pthread_create() with a preloaded (LD_PRELOAD) DSO:

#define _GNU_SOURCE 1
#include <dlfcn.h>
#include <pthread.h>
#include <stdio.h>
#include <string.h>

int (* orig_pthread_create) (pthread_t *thread,
       const pthread_attr_t *attr,
       void *(*start_routine)(void*), void *arg) = NULL;

static void change_sched_policy (pthread_attr_t *attr) {

   int policy;

   if (attr == NULL) return;
   pthread_attr_getschedpolicy (attr, &policy);
   if (policy == SCHED_FIFO) {
      printf ("### SCHED_FIFO policy changed to SCHED_RR\n");
      pthread_attr_setschedpolicy (attr, SCHED_RR);
   }
}

int pthread_create(pthread_t *thread,
       const pthread_attr_t *attr,
       void *(*start_routine)(void*), void *arg) {

   pthread_attr_t new_attr;

   if (orig_pthread_create == NULL) {
      orig_pthread_create = dlsym (RTLD_NEXT, "pthread_create");
   }

   change_sched_policy (attr);

   return orig_pthread_create (
      thread, attr, start_routine, arg
   );

}

Compile the above source code with gcc -shared -o libskype.so skype.c and launch Skype as follow:

export LD_LIBRARY_PATH=path_to/libskype.so:/usr/lib/libqt-mt.so.3
/usr/bin/skype

My work colleagues and I have tested this on Ubuntu Edgy Eft and we haven't seen, so far, any side effects.

Skype fails to start

Skype has a conflict when the Nessus scanner is installed. When opening Skype from the command line the following error occurs:

skype: symbol lookup error: /usr/lib/libQtNetwork.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv

The solution is to edit /etc/ld.so.conf and comment out the line /opt/nessus/lib and then run sudo ldconfig.

sudo nano /etc/ld.so.conf

Put a # infront of the line /opt/nessus/lib. Save and exit.

include /etc/ld.so.conf.d/*.conf

#/opt/nessus/lib

Run

sudo ldconfig

Now Skype should open.

Skype resets DSL modem

This has been reported to happen by people using Siemens Speedstream 4200 modem. Disabling UPnP in the modem seems to solve the problem (as posted in http://forum.skype.com/index.php?showtopic=113444).

Display configuration

Because Skype is a Qt application, Skype's typeface will appear very large on GNOME desktops. You can use either the kcontrol or the qt3-qtconfig package to configure the appearance of Skype and other KDE/QT applications. Of these two, the QT Configurator (qt3-qtconfig) has far fewer dependencies than kcontrol and may therefore be more convenient for people who mostly use non-KDE software. See also QtGnome for how to make Skype (and other Qt applications) look more like Gnome.

  • A quick fix, without installing any configuration packages at all, is to make a file qtrc in your $HOME/.qt directory, and put these two lines in it:
  [General]
  font=Bitstream Vera Sans Mono,9,-1,5,50,0,0,0,0,0
  
  • You can start QT Configurator with the "qtconfig" command. On the "Fonts" tab, choosing Font Family Sans Serif and Point Size 10 will give something that resembles Ubuntu's GNOME desktop.
  • If you install the kcontrol package, you may run it by entering kcontrol into the Applications/Run Application... prompt. Expand the Appearance & Themes menu and select Fonts. Press Adjust All Fonts and select Size. Lower this value to your preference (size 10 or 11 is usually satisfactory). Press OK and Apply and exit the KDE Control Center.

Skype?action=AttachFile&do=get&target=kcontrol.png

640x480 Video Hack

640x480 video is not officially a Linux feature but it seems to work with the following modification. Once Skype is working correctly for you, close it down completely and edit this file <YOUR HOME DIRECTORY>/.Skype/<SKYPE_USERNAME>/config.xml and add <CaptureHeight>480</CaptureHeight> <CaptureWidth>640</CaptureWidth> inside this section <Video> </Video> After that you should see outbound 640x480 video (it may take a minute or two to "warm up" it seems to gradually increase quality until it hits the limit). Dual Core processor, etc (see Skype Windows high quality video hardware requirements) recommended.

See Also

External Links

http://forum.skype.com/

  • A discussion on Skype forum of the dependency problem

http://forum.skype.com/viewtopic.php?t=38474&postdays=0&postorder=asc&start=0

  • A discussion on Ubuntu forum of the dependency problem

http://www.ubuntuforums.org/showthread.php?t=81831