On Sat, 2012-12-29 at 20:18 -0300, Cristian Rodríguez wrote:
El 28/12/12 23:47, Cristian Rodríguez escribió:
El 28/12/12 20:37, Roger Luedecke escribió:
When the camera first initializes it looks right for about one second, then goes dark. In Cheeze I can adjust the brightness, but this of course doesn't work in Skype or Google Hangouts. Also Cheeze hangs when trying to record video. I'd like to fix this of course.
Bus 001 Device 002: ID 04f2:b008 Chicony Electronics Co., Ltd USB 2.0 Camera
apparently it is uvcvideo try
echo "options uvcvideo quirks=0x00000200" >> /etc/modprobe/99-local.conf
modprobe -r uvcvideo modprobe uvcvideo
report success or fail.
make that
echo "options uvcvideo quirks=512" >> /etc/modprobe/99-local.conf
instead of
echo "options uvcvideo quirks=0x00000200" >> /etc/modprobe/99-local.conf
(remember to remove the old line from the file as well)
Linux Hippie.Linux 3.7.1-16-desktop #1 SMP PREEMPT Mon Dec 17 20:23:18 UTC 2012 (5e9fe70) x86_64 x86_64 x86_64 GNU/Linux
Looking in the file, the old line is not even present. Perhaps it didn't take?