I've a pair of video capture cards that lack the EEPROM so they need a card=<NR> insmod option to work.
I created the /etc/modeprobe.d/options.conf and added the line:
options saa1734 card=42,42
and rebooted. Unfortunately it appears to be ignored and the driver still complains:
[ 21.024298] saa7130[0]: Huh, no eeprom present (err=-5)?
[ 21.024400] saa7130[0]: registered device video0 [v4l2]
[ 21.024432] saa7130[0]: registered device vbi0
[ 21.130770] saa7134 0000:01:08.0: PCI INT A -> Link[APC3] -> GSI 18 (level, low) -> IRQ 18
[ 21.130776] saa7130[1]: found at 0000:01:08.0, rev: 1, irq: 18, latency: 32, mmio: 0xfdefd000
[ 21.130782] saa7134: Board is currently unknown. You might try to use the card=<nr>
[ 21.130784] saa7134: insmod option to specify which board do you have, but this is
[ 21.130785] saa7134: somewhat risky, as might damage your card. It is better to ask
[ 21.130786] saa7134: for support at linux-media@vger.kernel.org.
[ 21.130788] saa7134: The supported cards are:
Any idea how to fix? This is a showstopper for me!
Both /dev/video0 & /dev/video1 entries are created but nothing works because the inputs can't be changed.



