Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Skype with Debian 7.6 Pulseaudio

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
ozoltan
Posts: 13
Joined: 2012-04-11 07:54

Skype with Debian 7.6 Pulseaudio

#1 Post by ozoltan »

Hi...

I would like to share with You my solution to make new Skype (v4.3.0.37) to work with Debian 7.5 or 7.6. I have done this more times and it works for me. I hope that helps to others too.

So... New Skype uses Pulseaudio as sound server. As I have experienced, Debian by default uses ALSA and in its default installation, so I had to make Pulseaudio to work correctly and to produce clean sounds with everything including Skype.
Here is the steps that I have done and works fine with clean sound:
- create the file : etc/asound.conf with the following content :

pcm.pulse { type pulse }
ctl.pulse { type pulse }
pcm.!default { type pulse }
ctl.!default { type pulse }

- the last 2 lines (!default) use only if you want that pulseaudio should be the default sound system on your linux... basically you dont need it for proper work...
- install the followings:

pulseaudio (+pulseaudio-module-x11 will come automatically)
pavucontrol

- pavucontrol will be your basic sound setting control, you should set anything from here
- modify the following settings:

/etc/pulse/default.pa :
load-module module-udev-detect tsched=0

/etc/pulse/daemon.conf :
default-sample-rate = 48000

/etc/default/pulseaudio:
DISALLOW_MODULE_LOADING=0

- after all these, it's adviseable to restart your computer...
- if the sound is still not nice and clean, then you may play around with the following settings
in /etc/pulse/daemon.conf :

default-fragments = 8
default-fragment-size-msec = 5

# Default
default-sample-channels = 2
# To 5.1
default-sample-channels = 6
# To 7.1
default-sample-channels = 8

high-priority = no
nice-level = -1
realtime-scheduling = yes
realtime-priority = 5
flat-volumes = no
resample-method = speex-float-1
default-sample-rate = 48000

- finally... if interrupting play in Amarok when running Skype
comment out or remove the line in the

/etc/pulse/default.pa :
load-module module-cork-music-on-phone

For me these settings worked every time I have done them.

I hope I could help some :)

Have a nice day :)

User avatar
robert3242
Posts: 314
Joined: 2009-06-25 08:30
Location: Lebanon, Indiana, USA

Re: Skype with Debian 7.6 Pulseaudio

#2 Post by robert3242 »

Oddly, I had to do none of those things to get Skype to work perfectly on Debian 7.6. All I had to do was to download the .deb file from Skype, install it with the dpkg -i <skypefilename.deb> command (with the real filename instead of my little placeholder), and then run apt-get -f install and pulseaudio and everything else required was selected, installed, and configured correctly. That was on the 32-bit version of Debian. For the 64-bit version which I am running now, I had only to preface the above steps with dpkg --add-architecture amd64 and I have had no issues with it.
Debian 7.7 (amd64)/Xfce 4.8

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Skype with Debian 7.6 Pulseaudio

#3 Post by stevepusser »

Had a request to backport pulseaudio 5 from Jessie to a Wheezy-based distro. It turned out not to be difficult, and just installing it and restarting X got it up and working without any file editing , but I noticed a change in that it did not start pulseaudio at boot via an init script any longer, but instead when an X-session began. The Debian maintainer gave a link to this article as to why the change was made: http://www.freedesktop.org/wiki/Softwar ... ystemWide/ It could a worthy addition to Wheezy-backports.
MX Linux packager and developer

User avatar
nikobit
Posts: 129
Joined: 2009-02-08 19:40
Location: Moscow, Russia
Has thanked: 7 times
Contact:

Re: Skype with Debian 7.6 Pulseaudio

#4 Post by nikobit »

On this link you may find problem with solution I had setting skype on Acer Aspire One 110A. Previously it was Debian 7.6 wheezy. To solve it I had to shift to testing (jessie for that moment). Now there's no problem with Skype at all.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • OS: Debian 11 bullseye
  • Kernel: x86_64 Linux 5.10.0-19-amd64
  • Shell: bash
  • DE: GNOME 3.38.4
  • CPU: Intel Core i7-4790 @ 8x 4GHz
  • GPU: NVE4
  • RAM: 2384MiB / 15925MiB
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

User avatar
Job
Posts: 813
Joined: 2006-12-30 20:20
Location: no clue
Contact:

Re: Skype with Debian 7.6 Pulseaudio

#5 Post by Job »

@robert3242, same here skype auto-selected pusle and it's rocking.
#aptitude install life
--------------------------------------------------------------------------------------------------------------
Debian 12 - FreeBSD

Post Reply