Em Qui, 2007-08-23 às 17:23 +0200, Manuel Reimer escreveu: > Mauro Carvalho Chehab wrote: > > If your board have an unique PCI ID, we may add it to the driver, > > avoiding this need. For this, we will need the results of the following > > command: > > > > lspci -vv -nn > > I'm using card=65 to use my card. I never tried the tuner (don't need > it) but the composite-in works for displaying the input of my sattelite > receiver and I'm able to read videotext, too. Without "card=65", I only > got black/white output...
> 00:10.0 Multimedia video controller [0400]: Brooktree Corporation Bt878 > Video Capture [109e:036e] (rev 11) I can't see and subsystem ID. Since it is not on the few range of boards where we know other ways for detecting the board internals, there's no known way for auto-detecting your board. The solution for you is to add: options bttv card=65 into /etc/modprobe.conf (or /etc/modules.conf, or /etc/modules - depending on your distro). This way, every time the driver is loaded, the card=65 option will automatically be used by the bttv driver. -- Cheers, Mauro - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/