On Wed, 2009-05-27 at 12:24 -0400, [email protected] wrote: > It appears from 'grep -l' that the 'Linux video capture interface' messages > should be coming from 'videodev' (at least in the Jaunty case; I don't see > this one line on my Hardy system, though the rest of the log looks identical). > > > > Is it possible that some configuration related to USB is preventing the > firmware request from being received / processed?? Anything which might > prevent 'videodev' or 'usbcore' from doing their thing?
Looks like V4L kernel option wasn't selected within the kernel config? Recompile the kernel with v4l enabled?? $ cat /proc/config.gz |gunzip -d |grep V4L -- Roger http://rogerx.freeshell.org _______________________________________________ pvrusb2 mailing list [email protected] http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2
