gspca_vc032x module doesn't work properly with 046d:0892 Logitech, Inc. OrbiCam
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Linux |
Unknown
|
Unknown
|
||
| | linux (Ubuntu) |
Medium
|
Unassigned | ||
Bug Description
Webcam turns on and have green led on but video is mostly green and choppy low resolution image is displayed. Testing with cheese application.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-
ProcVersionSign
Uname: Linux 3.13.0-40-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/
Date: Mon Dec 8 00:40:26 2014
HibernationDevice: RESUME=
InstallationDate: Installed on 2014-12-06 (1 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
MachineType: Acer, inc. TravelMate 8200
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=tr_TR.UTF-8
SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageV
linux-
linux-
linux-firmware 1.127.10
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
Dec 8 00:31:46 tm8200 wpa_supplicant[
Dec 8 00:32:12 tm8200 wpa_supplicant[
Dec 8 00:32:45 tm8200 kernel: [ 1722.000095] perf samples too long (2501 > 2500), lowering kernel.
Dec 8 00:33:46 tm8200 wpa_supplicant[
dmi.bios.date: 02/08/07
dmi.bios.vendor: Acer
dmi.bios.version: v1.3521
dmi.board.name: Como
dmi.board.vendor: Acer, Inc.
dmi.board.version: Not Applicable
dmi.chassis.type: 1
dmi.chassis.vendor: , Inc.
dmi.chassis.
dmi.modalias: dmi:bvnAcer:
dmi.product.name: TravelMate 8200
dmi.product.
dmi.sys.vendor: Acer, inc.
| Sezer Yalcin (sy-y) wrote : | #1 |
| Changed in linux (Ubuntu): | |
| status: | New → Confirmed |
| Christopher M. Penalver (penalvch) wrote : | #3 |
Sezer Yalcin, thank you for reporting this and helping make Ubuntu better. Could you please test the latest upstream kernel available from the very top line at the top of the page (the release names are irrelevant for testing, and please do not test the daily folder) following https:/
If the test did not allow you to test to the issue (ex. you couldn't boot into the OS) please make a comment in your report about this, and continue to test the next most recent kernel version until you can test to the issue. Once you've tested the upstream kernel, please comment on which kernel version specifically you tested. If this bug is fixed in the mainline kernel, please add the following tags:
kernel-
kernel-
where VERSION-NUMBER is the version number of the kernel you tested exactly shown as:
kernel-
This can be done by clicking on the yellow circle with a black pencil icon next to the word Tags located at the bottom of the bug description.
If the mainline kernel does not fix this bug, please add the following tags:
kernel-
kernel-
Once testing of the upstream kernel is complete, please mark this bug's Status as Confirmed. Please let us know your results. Thank you for your understanding.
| tags: | added: latest-bios-3521 |
| Changed in linux (Ubuntu): | |
| importance: | Undecided → Medium |
| status: | Confirmed → Incomplete |
| Luca (lucabon-1) wrote : | #4 |
The problem is a wrong "bytesperline" parameter set in vc032x.c
Related kernel bug: https:/
| tags: | added: patch |
| Christopher M. Penalver (penalvch) wrote : | #5 |
Luca, upstream accepts direct patch submissions on the relevant mailing list (in this case linux-media CC Hans de Goede as per http://
| Sezer Yalcin (sy-y) wrote : | #6 |
Hi Luca, anything I can help with this?
| Luca (lucabon-1) wrote : | #7 |
Hi Sezer,
I already submitted the patch to the linux-media related mailing list. But... I really don't know how many time it will take to be included in official Ubuntu kernel...
In the while, you can patch by yourself your kernel. Login as root (sudo su -), and then:
apt-get build-dep linux-image-`uname -r`
apt-get source linux-image-`uname -r`
cd /usr/src/
wget https:/
patch vc032x.c vc032x.diff
make -C /usr/src/
cp gspca_vc032x.ko /lib/modules/`uname -r`/kernel/
rmmod gspca_vc032x
depmod -a
modprobe gspca_vc032x
Start you favorite application, and the camera now should work correctly!
If the kernel will be upgraded, you have to make another time all the steps if the main kernel release changes (e.g., if you will get 3.16.0), otherwise you should do only the following steps:
cd /usr/src/
make -C /usr/src/
cp gspca_vc032x.ko /lib/modules/`uname -r`/kernel/
rmmod gspca_vc032x
depmod -a
modprobe gspca_vc032x
Ciao!
Luca


This change was made by a bot.