Skype is available on many platforms but not on Raspberry Pi (or ARM-based Chromebooks). In this post, we will tell you how to run Skype on Raspberry Pi 2 and Raspberry Pi 3 using ExaGear Desktop, which allows to run x86 apps on ARM mini PCs.

We had a lot of requests about running Skype with ExaGear, but could not publish a corresponding instruction earlier. The thing is that for playing sound Skype uses PulseAudio sound server, which was not stable on Raspberry Pi. Fortunately starting with Raspbian launched in May 2016 things have become better. Below we give some hints how to configure PulseAudio and run Skype on your RPi 2 or RPi 3.

P.S.: keep in mind that with ExaGear Desktop you can use not only Skype but other chat (e.g. Telegram), music (e.g. Spotify), productivity (e.g. Dropbox) and many other apps on your Raspberry Pi.

Raspberry Pi test stand configuration

MODEL

RASPBERRY PI 2 MODEL B

RASPBERRY Pi 3

Frequency

1000 MHz

1200 MHz

Memory

1 GB RAM

1 GB RAM

Operating System

Raspbian Jessie from Jan 2017

Raspbian Jessie from Jan 2017

Software

Skype for Linux v4.3.0.37

Eltechs ExaGear Desktop for Raspberry Pi 2

Skype for Linux v4.3.0.37

Eltechs ExaGear Desktop for Raspberry Pi 3

Skype installation instruction

Configure host Raspbian system

1. Configure PulseAudio. As described in release notes of Raspbian remove the volumealsa plugin from the taskbar – just right-click anywhere on the taskbar, choose “Add/Remove Panel Items”, and remove the “Volume Control (ALSA)” item from the list.

Raspbian-Task-Bar-Add-Remove-Panel-Items-700x467

Raspbian Panel Applets - Volume Control (ALSA)

2. Reboot the system to apply PuleAudio configuration changes.

3. Please note that you should set your Raspberry Pi 2 device overclocked in order to achieve good quality Skype voice calls. Open Terminal (command line) and execute the following command:

$ sudo raspi-config

Select Overclock section and then “Pi2” (1000 MHz).

Install ExaGear Desktop

4. Download ExaGear Desktop archive with installation packages and license key. Unpack downloaded archive using the following command in Terminal:

$ tar -xvzpf exagear-desktop-rpi3.tar.gz

5. Install and activate ExaGear on your ARM device by running install-exagear.sh script in a directory with deb packages and one license key:

$ sudo ./install-exagear.sh

Launch guest x86 system

6. Enter the guest x86 system using the following command:

$ exagear
Starting the shell in the guest image /opt/exagear/images/debian-8

7. Now you are in the x86 environment that can be checked by running the ‘arch’ command:

$ arch
i686

8. It is recommended to update apt-get repositories on the first launch of the guest system:

$ sudo apt-get update

Install Skype

9. Download Skype for Debian:

$ sudo apt-get install wget
$ wget http://download.skype.com/linux/skype-debian_4.3.0.37-1_i386.deb

10. Install Skype:

$ sudo dpkg -i skype-debian_4.3.0.37-1_i386.deb; sudo apt-get install -f

Run Skype

11. Run Skype from Raspbian Start menu:

Run Skype on Raspberry Pi using ExaGear Desktop

12. Check that Skype Sound Devices use PulseAudio server:

Skype Options - Sound Devices

This is it. Now you can make your Skype calls.

Final notes

Here you can find a brilliant lifehack of how to make video and audio calls work great.

It is also worth noting that with ExaGear Desktop you can run other x86 apps on Raspberry Pi 2 and Raspberry Pi 3. ExaGear also supports other ARM-based devices, such as Odroid, Banana Pi, Beagleboard, Cubox, Jetson, Cubieboard etc.

Please note that running Skype on Raspberry Pi 1 and Raspberry Pi Zero is not possible because of lack of NEON support in the hardware of these devices.

GET MY EXAGEAR DESKTOP

Original article: Run Skype on Raspberry Pi