* [linux-dvb] hi
@ 2008-02-04 6:22 ashim saikia
2008-02-04 16:06 ` CityK
2008-02-11 11:04 ` Anton P. Linevich
0 siblings, 2 replies; 7+ messages in thread
From: ashim saikia @ 2008-02-04 6:22 UTC (permalink / raw)
To: linux-dvb
Hi,
I just wanna know if in linux 2.6 kernel, DVB driver
will support more than 4 cards or not. Can any one
help me.
Regards
Ashim
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] hi
2008-02-04 6:22 [linux-dvb] hi ashim saikia
@ 2008-02-04 16:06 ` CityK
2008-02-11 11:04 ` Anton P. Linevich
1 sibling, 0 replies; 7+ messages in thread
From: CityK @ 2008-02-04 16:06 UTC (permalink / raw)
To: ashim saikia; +Cc: linux-dvb
ashim saikia wrote:
> Hi,
> I just wanna know if in linux 2.6 kernel, DVB driver
> will support more than 4 cards or not. Can any one
> help me.
Its not a question of cards/devices, its a question of the number of
adapters...which is currently set at 8 (see dvbdev.c for the
max_adapters define). Example, a usb device with dual receivers means
only 4 such devices would be supported ... if you desire more, change
the define and recompile the drivers.
Note that "support for x number of adapters" is also somewhat dependant
on the software you use -- though I'd expect that most would be
respective of the above, you still should check the application to see
if it has any further restrictions.
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] hi
2008-02-04 6:22 [linux-dvb] hi ashim saikia
2008-02-04 16:06 ` CityK
@ 2008-02-11 11:04 ` Anton P. Linevich
2008-02-11 12:05 ` Pierre Cassimans
1 sibling, 1 reply; 7+ messages in thread
From: Anton P. Linevich @ 2008-02-11 11:04 UTC (permalink / raw)
To: ashim saikia; +Cc: linux-dvb
Greeting, ashim! Sun, Feb 03, 2008 at 10:22:42PM -0800, ar.saikia wrote:
> Hi,
> I just wanna know if in linux 2.6 kernel, DVB driver
> will support more than 4 cards or not. Can any one
> help me.
3 cards works for me simultaneously.
--
Anton P. Linevich
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] hi
2008-02-11 11:04 ` Anton P. Linevich
@ 2008-02-11 12:05 ` Pierre Cassimans
2008-02-11 13:55 ` CityK
0 siblings, 1 reply; 7+ messages in thread
From: Pierre Cassimans @ 2008-02-11 12:05 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 670 bytes --]
Just keep in mind that when you want to record HD content from the 3 cards,
you have 3 x 20MB/s and mostly this is more then your HardDisk can get :)
On Feb 11, 2008 12:04 PM, Anton P. Linevich <lists@a.linevich.com> wrote:
> Greeting, ashim! Sun, Feb 03, 2008 at 10:22:42PM -0800, ar.saikia wrote:
>
> > Hi,
> > I just wanna know if in linux 2.6 kernel, DVB driver
> > will support more than 4 cards or not. Can any one
> > help me.
>
> 3 cards works for me simultaneously.
>
> --
> Anton P. Linevich
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
[-- Attachment #1.2: Type: text/html, Size: 1111 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] hi
2008-02-11 12:05 ` Pierre Cassimans
@ 2008-02-11 13:55 ` CityK
2008-02-11 14:20 ` Pierre Cassimans
0 siblings, 1 reply; 7+ messages in thread
From: CityK @ 2008-02-11 13:55 UTC (permalink / raw)
To: Pierre Cassimans; +Cc: linux-dvb
Pierre Cassimans wrote:
> Just keep in mind that when you want to record HD content from the 3
> cards, you have 3 x 20MB/s and mostly this is more then your HardDisk
> can get :)
That is incorrect. hdd saturation is not an issue. Examples:
TS for 8-VSB source: ~19.4Mbps (~2.4MBps)
TS for 64-QAM source: ~27Mbps (~3.4MBps)
TS for 256-QAM source: ~38.8Mbps (~4.8MBps)
....
insert other rates here
....
....
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] hi
2008-02-11 13:55 ` CityK
@ 2008-02-11 14:20 ` Pierre Cassimans
2008-02-11 14:25 ` CityK
0 siblings, 1 reply; 7+ messages in thread
From: Pierre Cassimans @ 2008-02-11 14:20 UTC (permalink / raw)
To: CityK; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 618 bytes --]
Arrrrg,
you are right!!! I had MB/s in my head with streams, not Mb/s.
One beer for you next time i see you :)
Cazze
On Feb 11, 2008 2:55 PM, CityK <CityK@rogers.com> wrote:
> Pierre Cassimans wrote:
> > Just keep in mind that when you want to record HD content from the 3
> > cards, you have 3 x 20MB/s and mostly this is more then your HardDisk
> > can get :)
>
> That is incorrect. hdd saturation is not an issue. Examples:
>
> TS for 8-VSB source: ~19.4Mbps (~2.4MBps)
> TS for 64-QAM source: ~27Mbps (~3.4MBps)
> TS for 256-QAM source: ~38.8Mbps (~4.8MBps)
> ....
> insert other rates here
> ....
> ....
>
[-- Attachment #1.2: Type: text/html, Size: 928 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] hi
2008-02-11 14:20 ` Pierre Cassimans
@ 2008-02-11 14:25 ` CityK
0 siblings, 0 replies; 7+ messages in thread
From: CityK @ 2008-02-11 14:25 UTC (permalink / raw)
To: Pierre Cassimans; +Cc: linux-dvb
Pierre Cassimans wrote:
> Arrrrg,
>
> you are right!!! ... One beer for you next time i see you :)
And I'll hold you to it too! ;)
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-02-11 14:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-04 6:22 [linux-dvb] hi ashim saikia
2008-02-04 16:06 ` CityK
2008-02-11 11:04 ` Anton P. Linevich
2008-02-11 12:05 ` Pierre Cassimans
2008-02-11 13:55 ` CityK
2008-02-11 14:20 ` Pierre Cassimans
2008-02-11 14:25 ` CityK
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox