Skype для raspberry pi 3


Run Skype on Raspberry Pi

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 us 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.

PS: Keep in mind that with ExaGear Desktop, you can use not only Skype but other chat (i.e. Telegram), music (i.e. Spotify), productivity (i.e. 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

Now, here's how you can install Skype on your Raspberry Pi. 

1. Configure Host Raspbian System

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.

Reboot the system to apply PuleAudio configuration changes.

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 $ sudo raspi-config.

Select Overclock section and then Pi2 (1000 MHz).

2. Install ExaGear Desktop

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. 

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. 

3. Launch Guest x86 System

Enter the guest x86 system using $ exagear. 

Now you are in the x86 environment that can be checked by running $ arch.

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

4. Install Skype

Download Skype for Debian: $ sudo apt-get install wget.

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

Run Skype

Run Skype from Raspbian Start menu.

Check that Skype Sound Devices use PulseAudio server.

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

Final Notes

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.

dzone.com

Run Skype on Raspberry Pi

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.

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:

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:

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

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:

12. Check that Skype Sound Devices use PulseAudio server:

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

hackaday.io

Run Skype On Raspberry Pi

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.

Skype installation instruction

Configure host Raspbian system

1. Configure PulseAudio. 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.

1 / 2

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 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:

12. Check that Skype Sound Devices use PulseAudio server:

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

Final notes

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

Also on Eltechs

Install PC version of PlexServer on your Raspberry Pi using ExaGear Desktop and get access to your media. Learn how to run Plex on Raspberry Pi >>>

Gaming Beyond RetroPie

How to run some iconic PC games like Arcanum, Disciples II and Fallout on Raspberry Pi with Exagear Desktop. Learn Gaming beyond Retropie >>>

Set Up VPN on Raspberry Pi

Set up VPN on Raspberry Pi and encrypt your connection to protect your privacy. Step-by-step instruction on running PIA VPN Service on RPi. READ MORE >>>

Run Google Chrome on Raspberry Pi

Step-by-step instruction on running Google Chrome browser and Netflix on Raspberry Pi with the help of ExaGear Desktop. READ MORE >>>

Run TeamViewer on Raspberry Pi

In this post we will tell you how to run TeamViewer on Raspberry Pi 2 using ExaGear which allows to run x86 apps on ARM mini PCs. READ MORE >>>

Run Spotify on Raspberry Pi

Step-by-step instruction on running Spotify on Raspberry Pi with the help of ExaGear Desktop and getting access to millions of songs. READ MORE >>>

ExaGear is registered trademark of Elbrus Technologies. Raspberry Pi is a trademark of the Raspberry Pi Foundation. Skype is a trademark of Skype or related entities. Other trademarks and product names are the property of their respective owners.

www.hackster.io

Run Skype on Raspberry Pi

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.

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.

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:

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

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

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:

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

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

11. Run Skype from Raspbian Start menu:

12. Check that Skype Sound Devices use PulseAudio server:

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

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

The original article: Run Skype on Raspberry Pi

makezilla.com


Смотрите также