Discussion:
[linux-uvc-devel] Problem with webcam ID 1bcf:2082 Sunplus Innovation Technology Inc.
Ivan Paes José
2014-12-19 13:38:06 UTC
Permalink
Hello,

I am contacting you to expose the problem I'm having with my webcam.
Before continuing it is necessary to explain that I am not developer'm just
a Linux enthusiast and would like my Webcam to work on linux.
I made several google search to see if someone is in the same situation as
me the answer is yes. But there is no solution.
So I made a more detailed search and came to the linux-uvc project. I did
the search on compatible devices page and mine is not.

problem:

In dmesg my webcam is: HD WebCam

When opening the cheese the error occurs: "An error occurred while playing
the video from the webcam"

After that the other located uvc webcam: SPCA2082 PC Camera

However, if you use VLC: VLC v4l2:///dev/video0 can have image smoothly.
note: vlc only works when you are with HD WebCam. After opening the cheese
that changes to SPCA2082 PC Camera does not work anymore.


I could not enable trace the uvcvideo

~$ sudo echo 0xffff > /sys/module/uvcvideo/parameters/trace
bash: /sys/module/uvcvideo/parameters/trace: Permission denied

The lsusb -d 1bcf:2c32 -v > lsusb.log occur after the problem has no output
at all. Only after reboot and the divice is HD WebCam

If you need any more information please inform.

Regards,

Ivan Paes José
Oi: +55 48 84291055
Palhoça - Santa Catarina - Brasil.
Moritz Barsnick
2014-12-19 18:37:07 UTC
Permalink
Post by Ivan Paes José
~$ sudo echo 0xffff > /sys/module/uvcvideo/parameters/trace
bash: /sys/module/uvcvideo/parameters/trace: Permission denied
sudo does not apply to the redirection.
You should do
$ sudo su -
# echo 0xffff > /sys/module/uvcvideo/parameters/trace
# exit
$

Moritz
Erik Hovland
2014-12-19 18:42:51 UTC
Permalink
Or the tee hack!
echo 0xffff | sudo tee /sys/module/uvcvideo/parameters/trace

E
Post by Moritz Barsnick
Post by Ivan Paes José
~$ sudo echo 0xffff > /sys/module/uvcvideo/parameters/trace
bash: /sys/module/uvcvideo/parameters/trace: Permission denied
sudo does not apply to the redirection.
You should do
$ sudo su -
# echo 0xffff > /sys/module/uvcvideo/parameters/trace
# exit
$
Moritz
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Linux-uvc-devel mailing list
https://lists.sourceforge.net/lists/listinfo/linux-uvc-devel
--
Erik Hovland
***@hovland.org
http://hovland.org/
Ivan Paes José
2014-12-19 18:52:26 UTC
Permalink
Hello Moritz,

Thank you for your attention.

I managed to activate the trace with your tip. Please find attached the
dmesg1.log file.

Regards,

Ivan Paes José
Oi: +55 48 84291055
Palhoça - Santa Catarina - Brasil.
Post by Moritz Barsnick
Post by Ivan Paes José
~$ sudo echo 0xffff > /sys/module/uvcvideo/parameters/trace
bash: /sys/module/uvcvideo/parameters/trace: Permission denied
sudo does not apply to the redirection.
You should do
$ sudo su -
# echo 0xffff > /sys/module/uvcvideo/parameters/trace
# exit
$
Moritz
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Linux-uvc-devel mailing list
https://lists.sourceforge.net/lists/listinfo/linux-uvc-devel
Ivan Paes José
2015-01-29 19:37:39 UTC
Permalink
Hello Guys,

I write to give back . After upgrading to the kernel-generic 3.13.0-45 my
WebCam is working .

Thank you for your attention.

Ivan Paes José
Oi: +55 48 84291055
Palhoça - SC / Brasil
Post by Ivan Paes José
Hello Moritz,
Thank you for your attention.
I managed to activate the trace with your tip. Please find attached the
dmesg1.log file.
Regards,
Ivan Paes José
Oi: +55 48 84291055
Palhoça - Santa Catarina - Brasil.
Post by Moritz Barsnick
Post by Ivan Paes José
~$ sudo echo 0xffff > /sys/module/uvcvideo/parameters/trace
bash: /sys/module/uvcvideo/parameters/trace: Permission denied
sudo does not apply to the redirection.
You should do
$ sudo su -
# echo 0xffff > /sys/module/uvcvideo/parameters/trace
# exit
$
Moritz
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Linux-uvc-devel mailing list
https://lists.sourceforge.net/lists/listinfo/linux-uvc-devel
Loading...