Showing posts with label hp pavilion dv6000. Show all posts
Showing posts with label hp pavilion dv6000. Show all posts

Sunday, 27 April 2008

It's the 'How to get the Ricoh webcam working in opensuse 10.3 on hp pavilion dv6000' post

After much faffing and hassle I finally managed to get this cam working.

Here is how I did it:

uninstall any previous versions of uvcvideo and/or r5u870 drivers open your favourite console and type:

kwrite /etc/modprobe.d/blacklist

add 'blacklist r5u870' at the end of file (without quotations)

cd to any temp directory

svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk

cd trunk

make

make install

modprobe uvcvideo

Test if it works using gqcam or something similar

open YaST

open system

open /etc/sysconfig editor

expand system

expand kernel

select MODULES_LOADED_ON_BOOT

type uvcvideo

click finish

Reboot and enjoy.


Any questions, feel free to post.