LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Suse/Novell
User Name
Password
Suse/Novell This Forum is for the discussion of Suse Linux.

Notices

Reply
 
Thread Tools
Old 11-06-2009, 03:22 AM   #1
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 729
Thanked: 0
Cool SKYPE Video & SUSE 11.xx


[Log in to get rid of this advertisement]
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.
linuxsuse riba43 is offline     Reply With Quote
Old 11-06-2009, 06:55 AM   #2
Nylex
HCL Maintainer
 
Registered: Jul 2003
Distribution: Slackware
Posts: 5,783
Thanked: 40
Which shell are you using? If it's Bash, then put it in your ~/.bashrc.
linuxsuse Nylex is offline     Reply With Quote
Old 11-07-2009, 05:20 AM   #3
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 729
Thanked: 0

Original Poster
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
linuxsuse riba43 is offline     Reply With Quote
Old 11-07-2009, 07:49 AM   #4
Nylex
HCL Maintainer
 
Registered: Jul 2003
Distribution: Slackware
Posts: 5,783
Thanked: 40
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.
linux Nylex is offline     Reply With Quote
Old 11-10-2009, 02:17 AM   #5
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 729
Thanked: 0

Original Poster
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
linuxsuse riba43 is offline     Reply With Quote
Old 11-10-2009, 06:27 PM   #6
thorkelljarl
Member
 
Registered: Jun 2008
Posts: 826
Thanked: 95
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..
linuxsuse thorkelljarl is offline     Reply With Quote
Old 11-11-2009, 01:36 AM   #7
Nylex
HCL Maintainer
 
Registered: Jul 2003
Distribution: Slackware
Posts: 5,783
Thanked: 40
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.
linux Nylex is offline     Reply With Quote
Old 11-12-2009, 03:56 AM   #8
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 729
Thanked: 0

Original Poster
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
linuxsuse riba43 is offline     Reply With Quote
Old 11-12-2009, 08:12 AM   #9
husten
Member
 
Registered: Apr 2006
Distribution: Suse 10
Posts: 36
Thanked: 1
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.
linux husten is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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


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 04:41 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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration