modules.conf for two bttv cards

Support and queries relating to all previous versions of ZoneMinder
Locked
linuxfd
Posts: 13
Joined: Mon Apr 19, 2004 1:33 pm

modules.conf for two bttv cards

Post by linuxfd »

Hi All,

Has anyone used mandrake 10 to load card type for two different cards. ie microPCTV card = 2 and another that i am trying to load as card = 7

output from dmesg

bttv: driver version 0.9.12 loaded
bttv: using 4 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt848 (rev 18) at 0000:00:09.0, irq: 10, latency: 32, mmio: 0xdc002000
bttv0: using: MIRO PCTV [card=1,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00ff23ff [init]
tuner: chip found @ 0xc0
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: miro: id=8 tuner=0 radio=no stereo=no
bttv0: using tuner=0
tuner: type set to 0 (Temic PAL (4002 FH5))
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: registered device video0
bttv0: registered device vbi0
bttv: Bt8xx card found (1).
bttv1: Bt878 (rev 17) at 0000:00:0b.0, irq: 5, latency: 32, mmio: 0xdc003000
bttv1: using: *** UNKNOWN/GENERIC *** [card=0,autodetected]
bttv1: gpio: en=00000000, out=00000000 in=00f360ff [init]
bttv: readee error
bttv1: using tuner=-1
bttv1: i2c: checking for MSP34xx @ 0x80... not found
bttv1: i2c: checking for TDA9875 @ 0xb0... not found
bttv1: i2c: checking for TDA7432 @ 0x8a... not found
bttv1: registered device video1
bttv1: registered device vbi1

vi modprobe.conf

options bttv card=1 radio=0 gbuffers=4
alias eth0 8139too
install snd-trident /sbin/modprobe --first-time --ignore-install snd-trident && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe usb-ohci; /bin/true
remove snd-trident { /sbin/modprobe -r snd-pcm-oss; } ; /sbin/modprobe -r --first-time --ignore-remove snd-trident

vi modules.conf

probeall usb-interface usb-ohci
above snd-trident snd-pcm-oss
#options bttv card=1 radio=0 gbuffers=4
options bttv card=7 bttv_norm=3 radio=0
alias eth0 8139too

As you can see above I tried to get this to work with options bttv for each card but only one is loaded

Regards

fred ...
User avatar
davide
Posts: 78
Joined: Mon Mar 22, 2004 1:04 am
Location: Italy

Post by davide »

somewhere on the net I have seen a modules.conf like:
options bttv card=1, card=7
for multiple card usage.
you might give it a try.

davide.
linuxfd
Posts: 13
Joined: Mon Apr 19, 2004 1:33 pm

modules.conf

Post by linuxfd »

Hi Changed the file below and modules.conf

with:

options bttv card=1,7

javascript:emoticon(':)')

vi modprobe.conf

options bttv card=1,7 # change made
alias eth0 8139too
install snd-trident /sbin/modprobe --first-time --ignore-install snd-trident && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe usb-ohci; /bin/true
remove snd-trident { /sbin/modprobe -r snd-pcm-oss; } ; /sbin/modprobe -r --first-time
--ignore-remove snd-trident :)


regards

fred
Locked