On 2005-01-14 09:26:27 +0000 (Fri, Jan), Tony Boom wrote:
> On Friday 14 January 2005 07:59, Mariusz Pękala wrote:
> 
> > $  grep -r 2388 /usr/src/linux-2.6.10-gentoo-r4/Documentation/video4linux/
> 
> I get exactly the same output...
> 
> /usr/src/linux-2.6.10-gentoo-r4/Documentation/video4linux/bttv/Cards:   
> XCapture PV-CX881P(cx23881)
> /usr/src/linux-2.6.10-gentoo-r4/Documentation/video4linux/bttv/Cards:   
> PlayTV HD PV-CX881PL+, PV-CX881PL+(w/FM) (cx23881)
> /usr/src/linux-2.6.10-gentoo-r4/Documentation/video4linux/bttv/Cards:    MSI 
> [EMAIL PROTECTED] Tuner Card (MS-8876) (CX23881/883) Not Bt878 compatible.
> /usr/src/linux-2.6.10-gentoo-r4/Documentation/video4linux/bttv/Cards:   Asus 
> TV Tuner Card880 NTSC (low profile, cx23880)
> /usr/src/linux-2.6.10-gentoo-r4/Documentation/video4linux/README.cx88:This 
> is a v4l2 device driver for the cx2388x chip.
> 
> And I don't see any BT848 there, they're all Conexant.

I am sorry for being not exact. :-)  Try to read the files that have
been found, as they may have some info you are looking for. The 'grep'
is for finding PLACES where the info may be hidden, not necessarly for
revealing the information itself.

Usually, if such 'grep' cannot give you any matches, try to grep for
another pattern:
$ grep -ri bt848 /usr/src/linux....
$ grep -r  848 /usr/src/linux...

grep is a powerful tool - comparable with google, and it does not need
Internet! Ha! ;-)

A few weeks ago I have found a driver for some strange network card by
grepping the /lib/modules for some number that I saw in the output of
'lspci'. I would never guess the driver I was looking for was 'tulip' -
but it worked!

Back to the topic: read the /usr/src/linux/Docum*/video4*/{CARDLIST,bttv/Cards}*
and if you find nothing, read the rest of files here. I am almost sure
you will find what you need.

Attachment: pgp1ad37peKDU.pgp
Description: PGP signature

Reply via email to