LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-15-2009, 01:17 AM   #1
joes77
LQ Newbie
 
Registered: Feb 2009
Posts: 9
Blog Entries: 1

Rep: Reputation: 0
Skype Video issue in Fedora10 OS


I'm using fedora10, i'm facing problems with video while i use Skype2.0 (My cam is logitech quick connect). The issue is whenever i enable my video, skype shuts off abruptly. But i can see the partner's video and sounds also work perfectly.

FYI - my webcam is detected properly as i can see the video when i switch on cheese webcam. I did not install any drivers for my webcam as the OS recognized webcam by its own.. Any help would be appreciated.

Thanks
Joe
 
Old 04-22-2009, 11:03 AM   #2
joes77
LQ Newbie
 
Registered: Feb 2009
Posts: 9

Original Poster
Blog Entries: 1

Rep: Reputation: 0
Nobody dared to reply
 
Old 04-22-2009, 11:29 AM   #3
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
You'll probably have better luck on Skype's forums. Maybe. As far as I can tell, even Skype hates the Skype Linux client.

The only suggestion I have would be to start Skype from a console and hope it complains about something. Otherwise, since Skype is a closed system, helping is really difficult.

Last edited by Hangdog42; 04-22-2009 at 11:31 AM.
 
Old 04-22-2009, 11:52 AM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Indeed skype does all sorts of strange things like this, and at random. What is the exact camera model ? And what driver is it using, check 'lsmod'. Even with that info, I doubt there is much help, I would simply trying to update the driver or try a different driver.
 
Old 04-23-2009, 08:51 AM   #5
joes77
LQ Newbie
 
Registered: Feb 2009
Posts: 9

Original Poster
Blog Entries: 1

Rep: Reputation: 0
Hi H_TeXMeX_H, Hangdog42

Thanks for your help,

My cam is logitech quick connect

lsmod result--

$ lsmod
Module Size Used by
fuse 49436 2
i915 53380 2
drm 158516 3 i915
bridge 43796 0
stp 6148 1 bridge
bnep 14848 2
sco 12932 2
l2cap 21504 3 bnep
bluetooth 48608 5 bnep,sco,l2cap
sunrpc 156052 3
ip6t_REJECT 7296 2
nf_conntrack_ipv6 15864 2
ip6table_filter 6400 1
ip6_tables 14736 1 ip6table_filter
ipv6 230260 32 ip6t_REJECT,nf_conntrack_ipv6
cpufreq_ondemand 9996 2
acpi_cpufreq 12172 0
dm_multipath 17164 0
uinput 10624 0
snd_hda_intel 354068 3
snd_seq_dummy 6660 0
snd_seq_oss 30364 0
snd_seq_midi_event 9600 1 snd_seq_oss
snd_seq 48576 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10124 3 snd_seq_dummy,snd_seq_oss,snd_seq
firewire_ohci 22916 0
snd_pcm_oss 42496 0
snd_mixer_oss 16896 1 snd_pcm_oss
snd_pcm 65924 2 snd_hda_intel,snd_pcm_oss
firewire_core 35616 1 firewire_ohci
crc_itu_t 5760 1 firewire_core
snd_timer 22024 2 snd_seq,snd_pcm
snd_page_alloc 11144 2 snd_hda_intel,snd_pcm
snd_hwdep 10500 1 snd_hda_intel
e1000e 102192 0
snd 50616 16 snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer,snd_hwdep
soundcore 9416 1 snd
i2c_i801 12048 0
i2c_core 21396 2 drm,i2c_i801
gspca_zc3xx 48256 0
gspca_main 21504 1 gspca_zc3xx
videodev 32000 1 gspca_main
v4l1_compat 15876 1 videodev
serio_raw 8836 0
pcspkr 6272 0
ata_generic 8452 0
pata_acpi 7680 0


Im a newbie, if anymore info i could provide, let me know..
 
Old 04-23-2009, 09:37 AM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
What kernel version do you have ? 'uname -r'

This may be relevant:
http://www.linuxquestions.org/questi...urrent-689085/
I know it's slackware, but using the driver mentioned there may work.
 
Old 04-23-2009, 11:00 AM   #7
joes77
LQ Newbie
 
Registered: Feb 2009
Posts: 9

Original Poster
Blog Entries: 1

Rep: Reputation: 0
Smile Resolved..

I got a fix for this issue from skype forums..

The problem is that Skype doesn`t load the v4l libraries as it should an you have to do it your own.
Start Skype from command line with this command :
env LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype

This resolved my issue.......... Thanks for all help I posted this here as this may help future fedora+skype issues in video.

Thanks
Joe
 
Old 04-23-2009, 11:27 AM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
So basically skype is only capable of using v4l1 and as most distros now only have v4l2 you need this compatibility module. Ok, got it, good to see it worked out.
 
  


Reply



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
Dual Boot Fedora10/WindowsXP (Fedora10 installed first) jalf86 Fedora 8 12-26-2008 03:40 PM
Video/Webcam : Is SKYPE better than Kopete ? frenchn00b Linux - Software 0 01-08-2008 06:45 AM
sending video with skype crashes connection LinuxMacWannabe Linux - Software 0 01-01-2008 03:59 PM
Which webcam would you recommand for skype video (2.0 beta)? frenchn00b General 1 12-16-2007 10:05 PM
skype with video and wine hedpe Linux - Software 4 02-08-2007 05:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:50 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration