Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hardware & Laptops
Problems with hardware & laptops not being detected or supported during or after install.

 
Thread Tools Display Modes
Old November 1st, 2008   #1
linux23dragon
Quad Shot of Ubuntu
 
linux23dragon's Avatar
 
Join Date: Jul 2007
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Lightbulb Webcam driver update for Ubuntu-8.10

Webcam driver update for Ubuntu-8.10


UPDATE 25-02-09 :- Sorry, I have been busy making money for free. Well actually, without having to work for money. Please see my web page for more info.

In regards to known working web cams? please see this link.
http://linux-uvc.berlios.de/



UPDATE 10-12-08 :- Removed out of date code. Thread should be clossed.

UPDATE 29-11-08 :- The kernel today (29-11-08 ) has been updated to 2.6.27-9. These installation instructions have not been tested with this new Ubuntu kernel.
Please post a bug at Luanchpad if you come across any webcam issues and help test the patch fixes that has been submitted. The next kernel update may include the fixes. Currently there is updates for libV4l and kernel fixes that has not yet been implemented.

Updated 26/11/08 :- Added the make clean command so the user can safely reuse the same installation code for updates
Updated 16/11/08 :- Fixed the back port modules command.
Updated 13/11/08 :- The UVC only driver section is now deprecated, as the UVC driver is now officially merged into the GSPCA installation.
Updated 12/11/08 :- Added driver warning note
Updated 12/11/08 :- Clarified the and labeled GSPCA driver installation section. UVC driver also Clarified
Updated 10/11/08 :- Added a list of supported webcam and associated drivers.
Updated 06/11/08 :- Added more information about V4L/V4L2 driver conflicts between the two different drivers.
Updated 03/11/08 :- Added more webcam drivers
Updated 03/11/08 :- included the make install command.

Last edited by linux23dragon; February 25th, 2009 at 01:26 AM.. Reason: Thread should be clossed
linux23dragon is offline   Reply With Quote
Old November 2nd, 2008   #2
Yezinki
Grande Half-n-Half Cinnamon Ubuntu
 
Join Date: Feb 2008
Location: Orl, Fl
Beans: 991
Ubuntu 8.04 Hardy Heron
Re: Webcam driver update for Ubuntu-8.10

Hi there,

I hhave a integrated web cam on my Sony vaio VGC-LS1.

what driver should I use?


$ lsusb
Bus 005 Device 003: ID 0ac8:c002 Z-Star Microelectronics Corp.
Bus 005 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 054c:024b Sony Corp.
Bus 003 Device 001: ID 0000:0000

Hoping to hear,

Regards,

Yezinki.
Yezinki is offline   Reply With Quote
Old November 2nd, 2008   #3
caglar.dursun
5 Cups of Ubuntu
 
Join Date: Oct 2008
Beans: 22
Re: Webcam driver update for Ubuntu-8.10

Still something going wrong and I dont get it.

Building modules, stage 2.
MODPOST 1 modules
CC /home/caglar/trunk/trunk/uvcvideo.mod.o
LD [M] /home/caglar/trunk/trunk/uvcvideo.ko
make[1]: `/usr/src/linux-headers-2.6.24-16-generic' extract folder
cp: "/lib/modules/2.6.24-16-generic/kernel/drivers/media/video/uvc/uvcvideo.ko" relocated: No such file or directory

Did i missed something ?
caglar.dursun is offline   Reply With Quote
Old November 2nd, 2008   #4
linux23dragon
Quad Shot of Ubuntu
 
linux23dragon's Avatar
 
Join Date: Jul 2007
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Re: Webcam driver update for Ubuntu-8.10

Quote:
Originally Posted by caglar.dursun View Post
Still something going wrong and I dont get it.

Building modules, stage 2.
MODPOST 1 modules
CC /home/caglar/trunk/trunk/uvcvideo.mod.o
LD [M] /home/caglar/trunk/trunk/uvcvideo.ko
make[1]: `/usr/src/linux-headers-2.6.24-16-generic' extract folder
cp: "/lib/modules/2.6.24-16-generic/kernel/drivers/media/video/uvc/uvcvideo.ko" relocated: No such file or directory

Did i missed something ?
That was just the command to copy your old uvc driver to /lib/modules.

Can you please omit this cp command :-

sudo cp -av /lib/modules/$(uname -r)/kernel/drivers/media/video/uvc/uvcvideo.ko /lib/modules &&

Update. I have just added the make install command. I did not include that command as it installs header files as well.

Last edited by linux23dragon; November 2nd, 2008 at 06:46 PM..
linux23dragon is offline   Reply With Quote
Old November 2nd, 2008   #5
Sealbhach
Fresh Brewed Ubuntu
 
Sealbhach's Avatar
 
Join Date: Apr 2008
Location: London
Beans: 1,383
Ubuntu Karmic Koala (testing)
Re: Webcam driver update for Ubuntu-8.10

I don't think my webcam is supported, I get this build error message:

Code:
Building module:
cleaning build area....
make KERNELRELEASE=2.6.27-7-generic -C /lib/modules/2.6.27-7-generic/build M=/var/lib/dkms/r5u870/0.11.1/build....(bad exit status: 2)

Error! Bad return status for module build on kernel: 2.6.27-7-generic (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/r5u870/0.11.1/build/ for more information.
0
0
dpkg: error processing r5u870-dkms (--configure):
 subprocess post-installation script returned error exit status 10
Errors were encountered while processing:
 r5u870-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
__________________
Amhrán Mhaínse
Sealbhach is offline   Reply With Quote
Old November 2nd, 2008   #6
linux23dragon
Quad Shot of Ubuntu
 
linux23dragon's Avatar
 
Join Date: Jul 2007
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Re: Webcam driver update for Ubuntu-8.10

Quote:
Originally Posted by Sealbhach View Post
I don't think my webcam is supported, I get this build error message:

Code:
Building module:
cleaning build area....
make KERNELRELEASE=2.6.27-7-generic -C /lib/modules/2.6.27-7-generic/build M=/var/lib/dkms/r5u870/0.11.1/build....(bad exit status: 2)

Error! Bad return status for module build on kernel: 2.6.27-7-generic (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/r5u870/0.11.1/build/ for more information.
0
0
dpkg: error processing r5u870-dkms (--configure):
 subprocess post-installation script returned error exit status 10
Errors were encountered while processing:
 r5u870-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
Please have a look at your make.log. It will let you know a bit more on whats happening.

Kernel device drivers will build and install on any PC, even if the actual device does not exist on that same PC.
linux23dragon is offline   Reply With Quote
Old November 3rd, 2008   #7
linux23dragon
Quad Shot of Ubuntu
 
linux23dragon's Avatar
 
Join Date: Jul 2007
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Re: Webcam driver update for Ubuntu-8.10

Quote:
Originally Posted by caglar.dursun View Post
Still something going wrong and I dont get it.

Building modules, stage 2.
MODPOST 1 modules
CC /home/caglar/trunk/trunk/uvcvideo.mod.o
LD [M] /home/caglar/trunk/trunk/uvcvideo.ko
make[1]: `/usr/src/linux-headers-2.6.24-16-generic' extract folder
cp: "/lib/modules/2.6.24-16-generic/kernel/drivers/media/video/uvc/uvcvideo.ko" relocated: No such file or directory

Did i missed something ?
Please remove the trunk directory if you are too repeat the installation please.
linux23dragon is offline   Reply With Quote
Old November 3rd, 2008   #8
Yezinki
Grande Half-n-Half Cinnamon Ubuntu
 
Join Date: Feb 2008
Location: Orl, Fl
Beans: 991
Ubuntu 8.04 Hardy Heron
Re: Webcam driver update for Ubuntu-8.10

is this for me likuxdragon,

Regards,

Yezinki.
Yezinki is offline   Reply With Quote
Old November 3rd, 2008   #9
Yezinki
Grande Half-n-Half Cinnamon Ubuntu
 
Join Date: Feb 2008
Location: Orl, Fl
Beans: 991
Ubuntu 8.04 Hardy Heron
Re: Webcam driver update for Ubuntu-8.10

Running 3 distros Ubuntu gutsy , hardy & intrepid.
Yezinki is offline   Reply With Quote
Old November 2nd, 2008   #10
linux23dragon
Quad Shot of Ubuntu
 
linux23dragon's Avatar
 
Join Date: Jul 2007
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Re: Webcam driver update for Ubuntu-8.10

Quote:
Originally Posted by Yezinki View Post
Hi there,

I hhave a integrated web cam on my Sony vaio VGC-LS1.

what driver should I use?


$ lsusb
Bus 005 Device 003: ID 0ac8:c002 Z-Star Microelectronics Corp.
Bus 005 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 054c:024b Sony Corp.
Bus 003 Device 001: ID 0000:0000

Hoping to hear,

Regards,

Yezinki.

Hi Yezinki

According to this descriptor the gspa driver supports this webcam.
linux23dragon is offline   Reply With Quote

Bookmarks

Tags
webcam ubuntu-8.10 driver

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:24 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry