LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Suse/Novell
User Name
Password
Suse/Novell This Forum is for the discussion of Suse Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 11-06-2009, 03:22 AM   #1
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 746

Rep: Reputation: 30
Cool SKYPE Video & SUSE 11.xx


Hi guys,

The problem of video in SKYPE for SUSE 11.xx exists since now.I could not enable video to work but now I found this solution on UBUNTU forum and it works. As super user I have to execute one of the following commands:

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
or
LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so skype

But I would like to enter this command in a setup(start up) file of Skype so I can start Skype every time without entering and executing this in Terminal window. Where should I put the command to work??
Any help much appreciated.
 
Old 11-06-2009, 06:55 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,307

Rep: Reputation: Disabled
Which shell are you using? If it's Bash, then put it in your ~/.bashrc.
 
Old 11-07-2009, 05:20 AM   #3
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 746

Original Poster
Rep: Reputation: 30
Question

Quote:
Originally Posted by Nylex View Post
Which shell are you using? If it's Bash, then put it in your ~/.bashrc.
Thank you Nylex. I have followed your advice. It works but only when I open the Terminal window (without entering the command).I am not the beginner but also I am not the expert regarding LINUX. So I need some more detailed advice.How to avoid this??May be you can help!??
regards
 
Old 11-07-2009, 07:49 AM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,307

Rep: Reputation: Disabled
Oh. I think I see what you're asking. In your .bashrc, put, e.g.

export LD_PRELOAD=$LD_PRELOAD:/usr/lib/libv4l/v4l1compat.so

and then you should be able to run Skype.
 
Old 11-10-2009, 02:17 AM   #5
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 746

Original Poster
Rep: Reputation: 30
Unhappy

Quote:
Originally Posted by Nylex View Post
Oh. I think I see what you're asking. In your .bashrc, put, e.g.

export LD_PRELOAD=$LD_PRELOAD:/usr/lib/libv4l/v4l1compat.so

and then you should be able to run Skype.

Thank you very much Nylex.Now video is O.K.but audio does not work at all.According to some threads I found, it can be the Pulse Audio who is making the problems.Here is a part of the config.xml file which, I presume, is the troubleshooter. The question is: can I somehow exclude this part from the file or change it?

<Video>
<RecvPolicy>callpolicy</RecvPolicy>
</Video>

</Lib>
<UI>
<CaptureDevice>PulseAudio server</CaptureDevice>
<RingDevice>PulseAudio server</RingDevice>
<SoundDevice>PulseAudio server</SoundDevice>
</UI>
</config>
Thanks in advance Nylex
 
Old 11-10-2009, 06:27 PM   #6
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,533

Rep: Reputation: 167Reputation: 167
Just a question...

This is not something I know a lot about, but I believe that you may have alsa for sound rather than pulse. This may be the cause of your error, if skype needs pulse.

If you open a terminal as "su" you can use the command "alsamixer". The mixer window should appear if you have alsa.

There is a way to connect alsa to pulse.

http://www.pulseaudio.org/wiki/Perfe...SAApplications

Last edited by thorkelljarl; 11-10-2009 at 06:32 PM.
 
Old 11-11-2009, 01:36 AM   #7
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,307

Rep: Reputation: Disabled
Quote:
Originally Posted by riba43 View Post
Thank you very much Nylex.Now video is O.K.but audio does not work at all.According to some threads I found, it can be the Pulse Audio who is making the problems.Here is a part of the config.xml file which, I presume, is the troubleshooter. The question is: can I somehow exclude this part from the file or change it?

<Video>
<RecvPolicy>callpolicy</RecvPolicy>
</Video>

</Lib>
<UI>
<CaptureDevice>PulseAudio server</CaptureDevice>
<RingDevice>PulseAudio server</RingDevice>
<SoundDevice>PulseAudio server</SoundDevice>
</UI>
</config>
Thanks in advance Nylex
Ctrl+O to get to the Skype settings and then go to Sound Devices. You can change the settings there.
 
Old 11-12-2009, 03:56 AM   #8
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 746

Original Poster
Rep: Reputation: 30
Hi Nylex,

I think I found the solution for the problem. I opened alsamixer and unchecked Master, Surround, Center, LFE, PCM and voila, the sound is back.
Thank you for the instructions you gave me. They really showed me into the right direction.

Regards
 
Old 11-12-2009, 08:12 AM   #9
husten
Member
 
Registered: Apr 2006
Distribution: Suse 11.4
Posts: 45

Rep: Reputation: 16
the recent skype beta does support pulse. I have got no major problems on suse 11.1 Occasionally the mic breaks down after multiple calls in skype and I have to use the konsole:
su
cd /etc/init.d
./alsasound restart
and then restart kmix from the menu.

BTW if you want to start things when booting I often use boot.local . I believe (correctme if Im wrong) if you put it in .bashrc it only works if you then also start skype from the terminal.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Skype && Open Source? Bassy General 12 04-23-2009 01:16 PM
Installing & using google talk & skype & other Windows applicatiounder Xubuntu rakeshj Linux - Desktop 6 07-31-2007 02:40 PM
Scrambled display with Suse 10.1 & Radeon video andrewstr Suse/Novell 2 06-01-2006 12:33 PM
Suse 9.2 Sound & Video Issues Xailian Linux - Hardware 2 04-30-2005 02:22 AM
Video in - Nvidia card - Suse 9.1 - RivaTV & Xawtv.. Jamel75 Linux - Hardware 2 11-22-2004 11:27 AM


All times are GMT -5. The time now is 01:23 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration