public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] A couple HVR-1800 questions
@ 2008-06-13 16:39 David Engel
  2008-06-13 17:16 ` Steven Toth
  0 siblings, 1 reply; 4+ messages in thread
From: David Engel @ 2008-06-13 16:39 UTC (permalink / raw)
  To: linux-dvb

Hi,

Due to limited PCI slots, I'm thinking of getting a Hauppauge HVR-1800
card when I do some hardware upgrades on my MythTV backend.  I have a
couple of questions regarding the 1800 that I hope someone can answer.

First, what is the status of the analog capture capability?  My search
of the mailing list archives indicates that it was sort of working but
the driver work was not complete.  In addition, from checking the
Mercurial logs, it doesn't look like much new development has been
done since January.

Second, as far as I can tell, the hardware can perform simultaneous
analog and digital captures.  Is that correct and, if so, does/will
the Linux driver support it?

Thanks,
David
-- 
David Engel
david@istwok.net

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* Re: [linux-dvb] A couple HVR-1800 questions
  2008-06-13 16:39 [linux-dvb] A couple HVR-1800 questions David Engel
@ 2008-06-13 17:16 ` Steven Toth
  2008-06-15 19:09   ` David Engel
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Toth @ 2008-06-13 17:16 UTC (permalink / raw)
  To: David Engel; +Cc: linux-dvb

David Engel wrote:
> Hi,

Hi David,

> 
> Due to limited PCI slots, I'm thinking of getting a Hauppauge HVR-1800
> card when I do some hardware upgrades on my MythTV backend.  I have a
> couple of questions regarding the 1800 that I hope someone can answer.

:)

> 
> First, what is the status of the analog capture capability?  My search
> of the mailing list archives indicates that it was sort of working but
> the driver work was not complete.  In addition, from checking the
> Mercurial logs, it doesn't look like much new development has been
> done since January.

The analog encoder is running with the tree form linuxtv.org. It has 
some cleanup video ioctl2 rework going on by another dev here, but it's 
functional as is. It's usable today.

> 
> Second, as far as I can tell, the hardware can perform simultaneous
> analog and digital captures.  Is that correct and, if so, does/will
> the Linux driver support it?

Yes and yes.

Typically the analog video devices are exposed as /dev/video0 (analog 
preview) /dev/video1 (encoder output) and /dev/dvb/... for the digital side.

Trying to view analog preview and the encoder at the same time has some 
quirks, best to avoid that but other than that you should be good to go. 
I don't personally use Myth, so if anyone has any MyTh related tips then 
  they should chime in here.

Firmwares and stuff are generally available from 
http://steventoth.net/linux/hvr1800

Regards,

- Steve

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* Re: [linux-dvb] A couple HVR-1800 questions
  2008-06-13 17:16 ` Steven Toth
@ 2008-06-15 19:09   ` David Engel
  2008-06-16 18:39     ` Steven Toth
  0 siblings, 1 reply; 4+ messages in thread
From: David Engel @ 2008-06-15 19:09 UTC (permalink / raw)
  To: Steven Toth; +Cc: linux-dvb

On Fri, Jun 13, 2008 at 01:16:08PM -0400, Steven Toth wrote:
> David Engel wrote:
>> First, what is the status of the analog capture capability?  My search
>> ...
>
> The analog encoder is running with the tree form linuxtv.org. It has  
> some cleanup video ioctl2 rework going on by another dev here, but it's  
> functional as is. It's usable today.

Thanks for the repsonse, Steven.

>> Second, as far as I can tell, the hardware can perform simultaneous
>> analog and digital captures.  Is that correct and, if so, does/will
>> the Linux driver support it?
>
> Yes and yes.
>
> Typically the analog video devices are exposed as /dev/video0 (analog  
> preview) /dev/video1 (encoder output) and /dev/dvb/... for the digital 
> side.

Excellent.

Regarding the encoder and preview devices, that's different than the
ivtv convention of using /dev/video(N) and and /dev/video(N+16).  Is
there a reason you did it differently and should it be standardized
across drivers?

David
-- 
David Engel
david@istwok.net

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* Re: [linux-dvb] A couple HVR-1800 questions
  2008-06-15 19:09   ` David Engel
@ 2008-06-16 18:39     ` Steven Toth
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Toth @ 2008-06-16 18:39 UTC (permalink / raw)
  To: David Engel; +Cc: linux-dvb

David Engel wrote:
> On Fri, Jun 13, 2008 at 01:16:08PM -0400, Steven Toth wrote:
>> David Engel wrote:
>>> First, what is the status of the analog capture capability?  My search
>>> ...
>> The analog encoder is running with the tree form linuxtv.org. It has  
>> some cleanup video ioctl2 rework going on by another dev here, but it's  
>> functional as is. It's usable today.
> 
> Thanks for the repsonse, Steven.
> 
>>> Second, as far as I can tell, the hardware can perform simultaneous
>>> analog and digital captures.  Is that correct and, if so, does/will
>>> the Linux driver support it?
>> Yes and yes.
>>
>> Typically the analog video devices are exposed as /dev/video0 (analog  
>> preview) /dev/video1 (encoder output) and /dev/dvb/... for the digital 
>> side.
> 
> Excellent.
> 
> Regarding the encoder and preview devices, that's different than the
> ivtv convention of using /dev/video(N) and and /dev/video(N+16).  Is
> there a reason you did it differently and should it be standardized
> across drivers?

Hi david,

This is how the cx88 driver model works. Pfft, who needs standards ;)

- Steve



_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

end of thread, other threads:[~2008-06-16 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-13 16:39 [linux-dvb] A couple HVR-1800 questions David Engel
2008-06-13 17:16 ` Steven Toth
2008-06-15 19:09   ` David Engel
2008-06-16 18:39     ` Steven Toth

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