OpenWrt Forum Archive

Topic: PWC driver - missing kmod-usb-pwc

The content of this topic has been archived on 4 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I am trying to hook up a Philips PVC680K on a NSLU2 running OpenWRT kamikaze 0.9. Is the kernel module available at a place to download? That would be great!

ipkg kmod-usb-pwc returns error

root@OpenWrt:/lib/modules/2.6.21.6# ipkg install kmod-usb-pwc 
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package kmod-usb-pwc.
Check the spelling or perhaps run 'ipkg update'

What I use as repositories

Any help is much appreciated.

Compile trunk from source by yourself and use your own package repository.

Compiling is a necessary, but not sufficient step on getting the Philips PVC680K to work.

The procedure works as follows:

compile kernel, packages from openwrt
flash image to NSLU2
add the following packages:
  kmod-video-core_2.6.25.1-ixp4xx-1_armeb.ipk
  kmod-video-pwc_2.6.25.1-ixp4xx-1_armeb.ipk

edit /etc/ipkg.conf and add repositories as spec. above
install packages
  setpwc
  w3cam
  libpng

Then shoot your first image

/opt/bin/vidcat -s 160x120 -q 100 -p y -d /dev/video0 >/usr/local/tmp/test.jpg

(Last edited by vjahns on 15 May 2008, 13:42)

The discussion might have continued from here.