Monday, April 14, 2008

HP Pavilion Webcam on Fedora 9

Folks at mediati are working hard to bring the r5u870 webcam work with the latest linux kernels, after the initial work done by Sam Revitch on this type of webcam.

I've again built the rpm package to work with the Latest Fedora 9 (rawhide as of 14-apr-08). Older RPM with the source code from Sam Revitch can be downloaded here http://lsb.blogdns.com/ry5u870

Download this Package for Fedora dkms-r5u870-0.11.0-8.noarch.rpm.bz2 , this package compiles on all fedora distributions with linux kernel higher than 2.6.16 (even the latest 2.6.25-rc9, Fedora 9)

Installation process


1. Download and extract this file


 bunzip2 dkms-r5u870-0.11.0-8.noarch.rpm.bz2

2. Install this package with yum.


yum install ./dkms-r5u870-0.11.0-8.noarch.rpm --nogpg


3. Start your favorite viewer to see the webcam (ex. tvtime)


tvtime

NOTE: Currently cheese is not able to read from the webcam for some reason (tested in Fedora 9 rawhide). But the webcam works in gstreamer-properties

Related Posts:

  • Node.js on Fedora 15Since currently there is no easy way to install node.js via yum repository. Here is how you can quickly get the node.js installed on your fedora-15 box1. Install fedora packager rpms (as root)[nareshv@localhost SRPMS]$ sudo y… Read More
  • Building Facebook's HipHop on Fedora 15 Facebook has opensourced their Hiphop code transformer. Simply put Hiphop transforms your code written in PHP Language into Machine Language. So this post is mainly for PHP Developers and Others who want to get their hands d… Read More
  • Fedora 9 and Thunderbird / Lightning problemHere goes the problem description,You've installed Fedora without any development stuff on your notebook/workstation, Using thunderbird as the official mail client, using lightning as your default calendar handler.If you are … Read More
  • Fedora 9 on MacBook Pro penryn (Intel)Pre Installation ProcessMacbook has a single harddisk with two partitions, first one is for the EFI, second one is for the MacOSX itself. Resize the second partition to allow some space for Linux.After step-1 you have 3 parti… Read More
  • Postgresql 9.3 and NoSQL Awesomeness on Fedora 19 Postgresql 9.3 was released yesterday. This document explains how to install postgresql 9.3 on Fedora 19 system and play with the built-in JSON support for the columns. (i.e the NOSQL Feature within a RDBMS database!) 1. In… Read More

2 comments:

  1. Hi Naresh,

    Thank you for your blog!
    You definitely made my day!

    Regards

    Thierry

    ReplyDelete
  2. Hi Naresh, good work there. Just wanted to add that with Fedora 10, there is no need to install the driver manually. One has to set the correct device in gstreamer-properties and the webcam works straight out of the box, at least in cheese. Cheers!

    Vivek
    (http://viveks.wikidot.com)

    ReplyDelete