Second Card

Support and queries relating to all previous versions of ZoneMinder
Locked
Hogface
Posts: 70
Joined: Wed Oct 05, 2005 1:52 am
Location: Arkansas

Second Card

Post by Hogface »

I added a second card to my Zoneminder server.
Both cards are the 4400r equivlants.
The first card works great.

I added the second card and after boot got the addition /dev/video[4-7] devices.
I can't see to find the signals...

Do I need to make a second duplicate entry in modprobe.conf?
options bttv gbuffers=16 card=0x85,0x84,0x85,0x85

Or is there something to designate the second card I'm missing

Server IBM 342 Server
Zoneminder 1.22
FC4
________
buy vaporizers
Last edited by Hogface on Thu Feb 03, 2011 1:15 pm, edited 1 time in total.
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

yes you will need additional modprobe info as that tells bttv how to talk to your particular chip, but as you know the second (detected) chip needs to be differnet per card. Im not sure in what order it will detect the chips and you might need to mover your master numbers around till you get it working
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Hogface
Posts: 70
Joined: Wed Oct 05, 2005 1:52 am
Location: Arkansas

Post by Hogface »

I added the second entry but it did not make a differenece.
This there a way to destingish the second card..otherwards should the line be different from my original modprobe line?
________
Progr?s
Last edited by Hogface on Thu Feb 03, 2011 1:15 pm, edited 1 time in total.
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

if you have
options bttv card = 1,2,3,4,5,6,7,8

and 8 single chip cards you would expect the 1st card to be in the first socket 2 in the 2nd etc. This isnt the case usually and will depend on what order they are connected and given an address

if bttv driver sees them as 1,4,2,6,3 etc it will through out your card config.
I had this on another system when fitting 2 different cards, and i just kept moving the entries till i got them all working
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Hogface
Posts: 70
Joined: Wed Oct 05, 2005 1:52 am
Location: Arkansas

Post by Hogface »

Ok...i am really confused now...and I really apprecate the help....below is modprobe.conf:
lias eth0 e100
alias scsi_hostadapter aic7xxx
alias scsi_hostadapter1 ips
alias char-major-81 bttv
alias usb-controller ohci-hcd
options bttv gbuffers=16 card=0x85,0x84,0x85,0x85 tuner=-1
options bttv gbuffers=16 card=0x85,0x84,0x85,0x85 tuner=-1

(The 0x85 is simply the hex instead of decimal). Worked perfectly for the first card)

I also tried:
alias eth0 e100
alias scsi_hostadapter aic7xxx
alias scsi_hostadapter1 ips
alias char-major-81 bttv
alias usb-controller ohci-hcd
options bttv gbuffers=16 card=0x85,0x84,0x85,0x85,0x85,0x85,0x85,0x85 tuner=-1

To represent all the chips (2 cards each with 4 chips for a total of 8 chips).

What am I missing?
________
sell vaporizers
Last edited by Hogface on Thu Feb 03, 2011 1:15 pm, edited 1 time in total.
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

I also tried:
alias eth0 e100
alias scsi_hostadapter aic7xxx
alias scsi_hostadapter1 ips
alias char-major-81 bttv
alias usb-controller ohci-hcd
options bttv gbuffers=16 card=0x85,0x84,0x85,0x85,0x85,0x85,0x85,0x85 tuner=-1
this is the right format but you will need to move the numbers around as i doubt all 8 will be communicated with in this logical order
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Locked