Apologies for what maybe a subject that has been visited before but I can't find much info.
I have a newly built ubuntu 23.04 PC with an 878 type capture card from ebay which I was hoping to use with some existing cameras I have.
However I can't get the capture card working.
Is this approach a lost cause or is it possible to work?
Some info on my progress, or lack of, is below.
Any help would be much appreciated.
Followed various instructions including PICO2000 wiki page, which include creating a bttv.conf file and adding bttv to the /etc/modules file (not sure if that is required as I got if from another web page).
bttv.conf contains the following - I initially tried it with just the options line.
alias char-major-81-0 bttv
options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0
I don't get a /dev/video0 created - or any /dev/video*.
Warning - I'm not a linux expert

From routing around various googled stuff. I gleaned the following info on the state the card / install is in:
dmesg shows:
[ 2.174055] bttv: driver version 0.9.19 loaded
[ 2.174058] bttv: using 8 buffers with 2080k (520 pages) each for capture
There is nothing that indicates the card has been found which I think it should show.
lspci shows:
03:00.0 Unclassified device [0080]: Packard Bell Device 036e
03:00.1 Multimedia controller: Packard Bell Device 0878 (rev 11)
The config options file is as per the PICO2000 wiki page with the card=77 but other web info indicates that the 77 is specific for particular card makes. Mine looks identical to the Brooktree878 but clearly branded as Packard Bell.
The Unclassified device I was expecting to say something like "Multimedia video controller".
Thanks for reading this far!
Keith