I would like to install a Logitech Quickcam Connect E2500 on openwrt Kamikaze 8.09RC2, r14395 on an NSLU2. To use a QuickCam Deluxe and QuickCam 9000 I have previously used the method and pre-compiled binaries described here: http://johnarthur.wordpress.com/2008/03 … ip-webcam/
Searches show that on other linux systems, people have had success with gspca. I found a gspca package at http://ipkg.nslu2-linux.org/feeds/openw … ble/armeb/ I used Luci to put this in opkg-configuration and updated the package list. I tried to install with
opkg install kmod-video-gspca
but got the following error message:
Installing kmod-video-gspca (2.6.26.8+20071224-ixp4xx-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/openw … _armeb.ipk
Connecting to ipkg.nslu2-linux.org (140.211.169.169:80)
kmod-video-gspca_2.6 100% |*******************************| 105k --:--:-- ETA
Not downgrading package kernel on root from 2.6.28.2-ixp4xx-1 to 2.6.26.8-ixp4xx-1.
An error ocurred, return value: 14.
Is there an incompatability between the unstable feeds and Kamikaze 8.09RC2, e.g. 2.6.28 vs 2.6.26? What needs to happen to make this work?