You are not logged in.

#1 2012-06-19 13:54:24

freddy311082
Member
Registered: 2010-06-15
Posts: 32

My Webcam dosn't work

Hi to everybody !!!

My laptop is a HP G62-454EF, and I have intalled Arch for 64 bits. My problems is that my webcam it dosn't work. I  run the command:

gst-launch-0.10 v4l2src device=/dev/video0 ! autovideosink

to test my webcam and that freeze the system, push me to restart the system manually because I can't do something else on my system, nothing work...

I have installed phonon , phonon-gstreamer and phonon-vlc and I don't how can I solve the problem

someone can help me ??

best regards

Offline

#2 2012-06-19 17:50:19

adamrehard
Member
From: NY, USA
Registered: 2011-11-03
Posts: 154

Re: My Webcam dosn't work


"The box said requires Vista or better, so I installed Arch"
Windows != Linux

Offline

#3 2012-06-20 13:06:03

freddy311082
Member
Registered: 2010-06-15
Posts: 32

Re: My Webcam dosn't work

Hi adamrehard !!!

but how can I install a driver to my laptop if I don't know what is its model ???

when I write on the konsole lsusb, I had the following result:

<code>
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 006: ID 046d:c03d Logitech, Inc. M-BT96a Pilot Optical Mouse
Bus 002 Device 007: ID 045e:00dd Microsoft Corp. Comfort Curve Keyboard 2000 V1.0
Bus 002 Device 005: ID 090c:37b0 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.)
</code>

how you can see, I don't have any information from my webcam. Tow months ago I had installed Windows 7 and my webcam work perfectly, but in arch, it dosen't work !!!

what is the next step to do !!! please help me because I'm developing application which used the webcam !!!

best regards

me

Offline

#4 2012-06-20 13:39:03

archel
Member
Registered: 2011-11-04
Posts: 46

Re: My Webcam dosn't work

sudo nano /etc/modprode.d/uvcvideo.conf
options uvcvideo nodrop=1

save & reboot.

Offline

#5 2012-06-20 16:25:53

freddy311082
Member
Registered: 2010-06-15
Posts: 32

Re: My Webcam dosn't work

I did it and nothing change !!!

after do

sudo nano /etc/modprode.d/uvcvideo.conf
options uvcvideo nodrop=1

i had restarted my laptop and nothing change...

something else ???

Offline

#6 2012-06-20 17:22:47

adamrehard
Member
From: NY, USA
Registered: 2011-11-03
Posts: 154

Re: My Webcam dosn't work

First of all, the code tags use square brackets like these []. Angle brackets don't do anything on this forum.

Second, I'm slightly confused. You edited /etc/modprode.d/uvcvideo.conf, and added the line "options uvcvideo nodrop=1" (without the quotes), right?

Third, how are you testing the webcam?

To find the model number, you may be able to run "dmesg | grep 090c" or if that doesn't work grep for usb instead.

Last edited by adamrehard (2012-06-20 17:28:53)


"The box said requires Vista or better, so I installed Arch"
Windows != Linux

Offline

#7 2012-06-20 21:52:41

freddy311082
Member
Registered: 2010-06-15
Posts: 32

Re: My Webcam dosn't work

thanks for tell me about the []...

well.... I run the command that you told me an that was the response:

dmesg | grep 090c
[    5.008408] uvcvideo: Found UVC 1.00 device HP Webcam-101 (090c:37b0)

to test the webcam I run:

gst-launch-0.10 v4l2src device=/dev/video0 ! autovideosink

this command freeze the system, and after that, i have to restart my laptop manually !!!

heeeelllllppppp.... pleeeeaaasseeeee !!!!

Offline

#8 2012-06-20 22:30:33

masutu
Member
Registered: 2010-01-30
Posts: 40

Re: My Webcam dosn't work

Sorry for beeing redundant but first:

freddy311082 wrote:

how can I install a driver to my laptop if I don't know what is its model ???
[...]
how you can see, I don't have any information from my webcam.

This IS your webcam, isn't it?

Bus 002 Device 005: ID 090c:37b0 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) 

See here.
Secondly i found this bug report. So the mentioned module option (options uvcvideo nodrop=1) is used to resolve the very same bug on some systems, maybe double check if there's no typos or so in your file (speaking from my own experience smile)
Sorry again for not bringing up any new information, just wanted to emphasize those two points.

Edit: sorry, didn't realized that you already answered again while i was still editing my post.

Last edited by masutu (2012-06-20 22:32:14)

Offline

#9 2012-06-21 02:16:04

adamrehard
Member
From: NY, USA
Registered: 2011-11-03
Posts: 154

Re: My Webcam dosn't work

freddy311082 wrote:
gst-launch-0.10 v4l2src device=/dev/video0 ! autovideosink

this command freeze the system, and after that, i have to restart my laptop manually !!!

heeeelllllppppp.... pleeeeaaasseeeee !!!!

Read the wiki. I have no idea what this gst-launch thing you mention is doing, and there are ways to test a webcam that won't freeze Arch. It's on the wiki.

Last edited by adamrehard (2012-06-21 02:16:15)


"The box said requires Vista or better, so I installed Arch"
Windows != Linux

Offline

Board footer

Powered by FluxBB