Andrew,

You were right again! I needed to install extra modules.
There were actually instructions on what to add to the .config file in

/usr/src/linux/Documentation/video4linux/bttv/README
Specifically the advice,
You'll need at least these config options for bttv:
CONFIG_I2C=m
CONFIG_I2C_ALGOBIT=m
CONFIG_VIDEO_DEV=m

seems to be true for saa7134 also.

Thanks again,

Tom

PS
There is a README.freeze and README.quirks that might interest you.



On Mon, 3 Jun 2002 16:03, Andrew Worsley wrote:
>   Doesn't seem much of a reduction to me :-)
>
>   It looks like you are missing a few other modules - or they have they
>   symbols mangleded or something -> lsmod will list your loaded modules.
> You should be able to see what symbols they export by looking at their
> source.
>
>   A guess would be you need modules:
>
>     i2c
>     v4l_compat
>     v4l2
>     video???
>
>     When you build all these you need to do a depmod -a to rebuild the
>     dependancies. Reading the mauals on modprobe depmod lsmod will probably
>     help if it's that's working...
>
>    It's also complicated by the option in the kernel building to make
>    module names dependant on the kernel version.
>
>       Andrew
>
>
>
> _______________________________________________
> Video4linux-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/video4linux-list



_______________________________________________
Video4linux-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/video4linux-list

Reply via email to