You are not logged in.

#1 2009-07-08 15:59:46

veranyon
Member
From: Odintsovo/Russian Federation
Registered: 2009-07-08
Posts: 107
Website

my usb-camera and skype. libv4l2: error turning on stream

I know that skype has a proprietary product, or simply put "skype is not necessary."
But how to communicate with people who have little understanding of computers and with whom I can speak only once. There is a need to communicate, but the man uses that skype.
   
Sometimes need to work the camera, but it does not work under this program. - This is a deadlock? I don't know.

Earlier I used opensuse and did not know trouble with my camera under skype, but here ... and I do not know what to do.
I read wiki for installing skype - not something.  http://wiki.archlinux.org/index.php/Skype

and:
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
Starting the process...
Skype Xv: Xv ports available: 64
Skype XShm: XShm support enabled
Skype Xv: Using Xv port 355
libv4l2: error turning on stream: Ошибка ввода/вывода
Skype V4L2: Failed to activate streaming

or
dmesg:
usb 3-2: configuration #1 chosen from 1 choice
uvcvideo: Found UVC 1.00 device Web-Camera (04da:2318)
uvcvideo: Failed to set UVC commit control : -32 (exp. 26).
uvcvideo: Failed to set UVC commit control : -32 (exp. 26).
uvcvideo: Failed to set UVC commit control : -32 (exp. 26).
uvcvideo: Failed to set UVC commit control : -32 (exp. 26).

$ groups
lp games video audio optical floppy scanner camera power users

Under "cheese" camera is visible perfectly. everything in sight.
I am using 32 bit ArchLinux. Not 64

tried to go to google your question - nothing.

My camera is Panasonic gs-33. It has usb mode.

Linux serge 2.6.30-ARCH #1 SMP PREEMPT Wed Jul 8 14:39:30 MSD 2009 i686 AMD Phenom(tm) 9550 Quad-Core Processor AuthenticAMD GNU/Linux

What am I doing wrong?
Most requested help to resolve the problem.

I'm ready to share any other information for thought.

Last edited by veranyon (2009-07-08 16:05:01)


ArchLinux x86_64 /AMD Phenom x4 9550/4 GB RAM/ASUS M3N78-EM/GeForce 9800 GT/DELL 2408 VFP
[img]http://img17.imageshack.us/img17/3443/111bzf.gif[/img]

Offline

#2 2009-07-08 17:19:21

Vladman
Member
Registered: 2009-01-28
Posts: 118

Re: my usb-camera and skype. libv4l2: error turning on stream

Privet!
I had the same problem getting skype to work...

Solution: edit/create /home/youruser/.profile
and add your driver in there, mine looks like this:

#!/bin/sh

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

save/reboot and it should work.

Last edited by Vladman (2009-07-08 17:21:05)

Offline

#3 2009-07-08 17:43:24

veranyon
Member
From: Odintsovo/Russian Federation
Registered: 2009-07-08
Posts: 107
Website

Re: my usb-camera and skype. libv4l2: error turning on stream

And this is not the same thing?

"LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype"
?

But I did it as you said.

1. $ cat ~/.profile

#!/bin/sh

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

2. relogin
3. $ skype
Starting the process...
Skype Xv: Xv ports available: 64
Skype XShm: XShm support enabled
Skype Xv: Using Xv port 355
libv4l2: error turning on stream: Ошибка ввода/вывода (input/output Error)
Skype V4L2: Failed to activate streaming

dmesg
usb 3-2: new full speed USB device using ohci_hcd and address 5
usb 3-2: configuration #1 chosen from 1 choice
uvcvideo: Found UVC 1.00 device Web-Camera (04da:2318)
uvcvideo: Failed to set UVC commit control : -32 (exp. 26).
uvcvideo: Failed to set UVC commit control : -32 (exp. 26).
...


ArchLinux x86_64 /AMD Phenom x4 9550/4 GB RAM/ASUS M3N78-EM/GeForce 9800 GT/DELL 2408 VFP
[img]http://img17.imageshack.us/img17/3443/111bzf.gif[/img]

Offline

#4 2009-07-08 17:57:38

Vladman
Member
Registered: 2009-01-28
Posts: 118

Re: my usb-camera and skype. libv4l2: error turning on stream

it should be...
here is the thread when I was trying to get mine working http://bbs.archlinux.org/viewtopic.php?id=65713
maybe it will help you.

Offline

#5 2009-07-08 18:04:38

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: my usb-camera and skype. libv4l2: error turning on stream

I think you should look  into the wiki to see if we miss some of your details. Specially I suspect that you're using an Arch64 smile

F


do it good first, it will be faster than do it twice the saint wink

Offline

#6 2009-07-08 18:09:40

veranyon
Member
From: Odintsovo/Russian Federation
Registered: 2009-07-08
Posts: 107
Website

Re: my usb-camera and skype. libv4l2: error turning on stream

I can put that one to /etc/profile
and make
/etc/rc.d/gdm restart

or

# cat /etc/profile | grep LD_
LD_PRELOAD="/usr/lib/libv4l/v4l1compat.so"
export $LD_PRELOAD

and init1 ... init3 ... /etc/rc.d/gdm start

there's same result

Last edited by veranyon (2009-07-08 18:12:19)


ArchLinux x86_64 /AMD Phenom x4 9550/4 GB RAM/ASUS M3N78-EM/GeForce 9800 GT/DELL 2408 VFP
[img]http://img17.imageshack.us/img17/3443/111bzf.gif[/img]

Offline

#7 2009-07-08 18:15:02

veranyon
Member
From: Odintsovo/Russian Federation
Registered: 2009-07-08
Posts: 107
Website

Re: my usb-camera and skype. libv4l2: error turning on stream

TheSaint wrote:

I think you should look  into the wiki to see if we miss some of your details. Specially I suspect that you're using an Arch64 smile

F

It specifies about loading "/usr/lib/libv4l/v4l1compat.so"/"/usr/lib32/libv4l/v4l1compat.so" befire running skype.

no more

Did I miss something there?

Last edited by veranyon (2009-07-08 18:16:17)


ArchLinux x86_64 /AMD Phenom x4 9550/4 GB RAM/ASUS M3N78-EM/GeForce 9800 GT/DELL 2408 VFP
[img]http://img17.imageshack.us/img17/3443/111bzf.gif[/img]

Offline

#8 2009-07-08 18:26:30

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: my usb-camera and skype. libv4l2: error turning on stream

Which version of skype did you install? pacman -Qs skype


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#9 2009-07-08 18:34:54

veranyon
Member
From: Odintsovo/Russian Federation
Registered: 2009-07-08
Posts: 107
Website

Re: my usb-camera and skype. libv4l2: error turning on stream

pacman -Qs skype
local/skype-staticqt 2.0.0.72-2
    P2P software for high-quality voice communication (static Qt)

I installed and non static version. (before it)

1. pacman -Sy skype
rinning skype with the same result
2. pacman -R skype
3. yaourt -Sy skype-staticqt


ArchLinux x86_64 /AMD Phenom x4 9550/4 GB RAM/ASUS M3N78-EM/GeForce 9800 GT/DELL 2408 VFP
[img]http://img17.imageshack.us/img17/3443/111bzf.gif[/img]

Offline

#10 2009-07-09 08:20:14

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: my usb-camera and skype. libv4l2: error turning on stream

veranyon wrote:

Did I miss something there?

Is your an Arch64?
Skype compiles as 32bit only

F


do it good first, it will be faster than do it twice the saint wink

Offline

#11 2009-07-09 09:57:19

veranyon
Member
From: Odintsovo/Russian Federation
Registered: 2009-07-08
Posts: 107
Website

Re: my usb-camera and skype. libv4l2: error turning on stream

TheSaint wrote:
veranyon wrote:

Did I miss something there?

Is your an Arch64?
Skype compiles as 32bit only

F

veranyon wrote:

.....

My camera is Panasonic gs-33. It has usb mode.

Linux serge 2.6.30-ARCH #1 SMP PREEMPT Wed Jul 8 14:39:30 MSD 2009 i686 AMD Phenom(tm) 9550 Quad-Core Processor AuthenticAMD GNU/Linux

......

Last edited by veranyon (2009-07-09 09:58:08)


ArchLinux x86_64 /AMD Phenom x4 9550/4 GB RAM/ASUS M3N78-EM/GeForce 9800 GT/DELL 2408 VFP
[img]http://img17.imageshack.us/img17/3443/111bzf.gif[/img]

Offline

Board footer

Powered by FluxBB