public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* multiple saa7130 chipsets problem
@ 2008-06-14  7:33 Łukasz Łukojć
  2008-06-14 11:55 ` Andy Walls
  0 siblings, 1 reply; 3+ messages in thread
From: Łukasz Łukojć @ 2008-06-14  7:33 UTC (permalink / raw)
  To: video4linux-list


Hi

I'm using 8 x saa7130hl chipset  based surveillance card and recently 
bought another one.
Just wanted to achieve 16 channels for cams recording.
Problem is that saa7134 module will only see eight integrals of card 
array 'card=x,x,x,x,x,x,x,x' and while i'm putting 
'card=x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x' - dmesg will print 

card: can only take 8 arguments
saa734: '69' invalid for parameter 'card'

Modprobing with 'only' eight parameters will result that saa714 will be 
try to autodetect chipsets, which is appraently ends with hang errors.
Is there a siple hack to ovverride this behaviour ?

Lucas

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: multiple saa7130 chipsets problem
  2008-06-14  7:33 multiple saa7130 chipsets problem Łukasz Łukojć
@ 2008-06-14 11:55 ` Andy Walls
  2008-06-17 13:38   ` Łukasz Łukojć
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Walls @ 2008-06-14 11:55 UTC (permalink / raw)
  To: video4linux-list

On Sat, 2008-06-14 at 09:33 +0200, Łukasz Łukojć wrote:
> Hi
> 
> I'm using 8 x saa7130hl chipset  based surveillance card and recently 
> bought another one.
> Just wanted to achieve 16 channels for cams recording.
> Problem is that saa7134 module will only see eight integrals of card 
> array 'card=x,x,x,x,x,x,x,x' and while i'm putting 
> 'card=x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x' - dmesg will print 
> 
> card: can only take 8 arguments
> saa734: '69' invalid for parameter 'card'
> 
> Modprobing with 'only' eight parameters will result that saa714 will be 
> try to autodetect chipsets, which is appraently ends with hang errors.
> Is there a siple hack to ovverride this behaviour ?

You could try modifying

	#define SAA7134_MAXBOARDS 8

in linux/drivers/media/video/saa7134/saa7134.h and recompiling.

-Andy

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Re: multiple saa7130 chipsets problem
  2008-06-14 11:55 ` Andy Walls
@ 2008-06-17 13:38   ` Łukasz Łukojć
  0 siblings, 0 replies; 3+ messages in thread
From: Łukasz Łukojć @ 2008-06-17 13:38 UTC (permalink / raw)
  To: video4linux-list

Andy Walls pisze:
> On Sat, 2008-06-14 at 09:33 +0200, Łukasz Łukojć wrote:
>   
>> Hi
>>
>> I'm using 8 x saa7130hl chipset  based surveillance card and recently 
>> bought another one.
>> Just wanted to achieve 16 channels for cams recording.
>> Problem is that saa7134 module will only see eight integrals of card 
>> array 'card=x,x,x,x,x,x,x' and while i'm putting 
>> 'card=x,x,x,x,x,x,x,x,x,x,x,x,x,x,x' - dmesg will print 
>>
>> card: can only take 8 arguments
>> saa734: '69' invalid for parameter 'card'
>>
>> Modprobing with 'only' eight parameters will result that saa714 will be 
>> try to autodetect chipsets, which is appraently ends with hang errors.
>> Is there a siple hack to ovverride this behaviour ?
>>     
>
> You could try modifying
>
> 	#define SAA7134_MAXBOARDS 8
>
> in linux/drivers/media/video/saa7134/saa7134.h and recompiling.
>
> -Andy
>
>
>   
It did the trick :)
Now kernel seees two x eight channel cards, and i've '/dev/video*' from 
0 to 15

Thanks

Lucas

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-17 13:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-14  7:33 multiple saa7130 chipsets problem Łukasz Łukojć
2008-06-14 11:55 ` Andy Walls
2008-06-17 13:38   ` Łukasz Łukojć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox