On 10/13/05, Brian <[EMAIL PROTECTED]> wrote:
> Wow.  Now, that's a fast reply!   :)
>
> Okay, the *new* new initrd-ivtv script contains:
>
> ---------------------------------------
> if [ -n "$USE_IVTVDEV" ]; then
>   findmodule tda9887
>   findmodule cx2584
>   findmodule tveeprom
>   findmodule msp3400
>   findmodule saa7115
>   findmodule tuner
>   findmodule saa7127
>   findmodule ivtv
>   findmodule ivtv-fb
> fi
> ---------------------------------------

typo: it's cx25840 not cx2584

>
> ...and:
>
> ---------------------------------------
> if [ -n "$USE_IVTVDEV" ]; then
>   mkdir -p $MNTIMAGE/lib/modules
>   cp /lib/modules/ivtv-fw*.bin $MNTIMAGE/lib/modules/
>   cp /lib/modules/ivtv_init_mpeg.bin $MNTIMAGE/lib/modules/
> fi
> ---------------------------------------


Also i just use

cp /lib/modules/ivtv*.bin $MNTIMAGE/lib/modules/

instead of the two lines but that doesn't matter really.

_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to