On 3/24/06, Zsombor BOLYÓCZKI <[EMAIL PROTECTED]> wrote: > I still get the same error:
> ivtv0: unable to open firmware v4l-cx2341x-enc.fw > ivtv0: did you put the firmware in the hotplug firmware directory? > os: ubuntu breezy > kernel: 2.6.15.5 (my own compilation) If you've compiled the kernel yourself, my guess is that you're missing hotplug support. CONFIG_FW_LOADER (Device Drivers -> Generic Driver Options -> Hotplug firmware loading support) Recompile your kernel with hotlug, or the alternative is to put the firmware in /lib/modules/, the location that ivtv looks when it doesn't have hotplug support. Only use /lib/modules/ if you really have a problem with hotplug, it's much nicer and support for hotplug won't be included in newer versions of ivtv. Regards, Ross _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
