Re: Fwd: Re: [ivtv-devel] Adding support for new cards

2005-09-18 Thread Hans Verkuil
On Sunday 18 September 2005 13:33, Trev Jackson wrote: > Hi everyone > > I've updated the wiki: > > http://ivtv.writeme.ch/tiki-index.php?page=AdaptecAVC-2410 > > with information on setting up the Adaptec AVC-2410 using the latest ivtv > code. FYI: I've committed both remaining patches to svn.

Fwd: Re: [ivtv-devel] Adding support for new cards

2005-09-18 Thread Trev Jackson
Hi everyone I've updated the wiki: http://ivtv.writeme.ch/tiki-index.php?page=AdaptecAVC-2410 with information on setting up the Adaptec AVC-2410 using the latest ivtv code. I don't know if another wiki needs updating with all the info, there have been lots of messages about different wikis,

Re: [ivtv-devel] Adding support for new cards

2005-09-18 Thread Trev Jackson
> Hi Hans > > I couldn't get the ignore thing to work. However if I hack tuner.c to > ignore all addresses except 60 or 61 (my tuner is at 60) and modify tuner > 38 to work with my tuner, then apply the patch to ivtv-streams.c it all > works when I run the script: > > modprobe ivtv ivtv_std=2 tune

Re: [ivtv-devel] Adding support for new cards

2005-09-17 Thread Trev Jackson
On Saturday 17 Sep 2005 10:08, Hans Verkuil wrote: > On Thursday 15 September 2005 12:55, Trev Jackson wrote: > > If I run modinfo tuner.ko I see the following module parameters: > > parmtype: probe:array of short > parm: probe:List of adapter,address pairs to scan additionally > pa

Re: [ivtv-devel] Adding support for new cards

2005-09-17 Thread Hans Verkuil
On Thursday 15 September 2005 12:55, Trev Jackson wrote: > > I've added the patches to svn. Please check it to see if it works. > > With respect to the module IDs: I'm going to see if I can add all the > > temporary module IDs we have now to the official list. > > > > Hans > > Hi Hans >

Re: [ivtv-devel] Adding support for new cards

2005-09-15 Thread Trev Jackson
Hi With reference to my problems with ivtv0.3.8 and mythtv0.17 the following patch fixes it: --- ivtv-streams.c.old 2005-09-15 18:51:11.986807648 +0100 +++ ivtv-streams.c 2005-09-15 18:51:40.482475648 +0100 @@ -976,7 +976,7 @@ /* iTVC16 */ if (atomic_read(

Re: [ivtv-devel] Adding support for new cards

2005-09-15 Thread Trev Jackson
On Thursday 15 Sep 2005 14:49, Trev Jackson wrote: > Hi Hans > > With reference to the problem I am having with mythtv-0.17 (the version I > use) and ivtv-0.3.8 causing jittering audio and vidio > > I have traced the problem back to ivtv-0.3.5t. > > I will let you know if I make any more progress o

Re: [ivtv-devel] Adding support for new cards

2005-09-15 Thread Trev Jackson
Hi Hans With reference to the problem I am having with mythtv-0.17 (the version I use) and ivtv-0.3.8 causing jittering audio and vidio I have traced the problem back to ivtv-0.3.5t. I will let you know if I make any more progress on this. Best Regards Trev

Re: [ivtv-devel] Adding support for new cards

2005-09-15 Thread Trev Jackson
> > I've added the patches to svn. Please check it to see if it works. > With respect to the module IDs: I'm going to see if I can add all the > temporary module IDs we have now to the official list. > > Hans > > Hi Hans I've tested the latest code, the composite input works for both

Re: [ivtv-devel] Adding support for new cards

2005-09-14 Thread Tyler Trafford
Hans Verkuil wrote: On Wednesday 14 September 2005 19:44, Trev Jackson wrote: Hi again. I've attached a copy of the cs53l32a module code. To compile this module requires EXP4 to be set to 0xF4 in the file i2c-id.h. This file is located at: /usr/src/linux-2.6.8.1-12mdk/include/linux/i2c-id.h

Re: [ivtv-devel] Adding support for new cards

2005-09-14 Thread Hans Verkuil
On Wednesday 14 September 2005 19:44, Trev Jackson wrote: > Hi again. > > I've attached a copy of the cs53l32a module code. > > To compile this module requires EXP4 to be set to 0xF4 in the file > i2c-id.h. > > This file is located at: > > /usr/src/linux-2.6.8.1-12mdk/include/linux/i2c-id.h > > on

[ivtv-devel] Adding support for new cards

2005-09-14 Thread Trev Jackson
Hi again I forgot to mention that the patches I emailed are against the svn version of ivtv-0.3.8 Rev 2669 I think. Best Regards Trev --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Dow

[ivtv-devel] Adding support for new cards

2005-09-14 Thread Trev Jackson
Hi again. I've attached a copy of the cs53l32a module code. To compile this module requires EXP4 to be set to 0xF4 in the file i2c-id.h. This file is located at: /usr/src/linux-2.6.8.1-12mdk/include/linux/i2c-id.h on my machine. Perhaps someone who knows a bit more about writing modules can

[ivtv-devel] Adding support for new cards

2005-09-14 Thread Trev Jackson
Hi Below are the patches to automatically detect the Adaptec AVC-2410 and the AVC-2010. I will post the code for the cs53l32a module separately. This code works but needs improvements to fully support the cards. Best Regards Trev PATCH FOR tuner.c*

Re: [ivtv-devel] Adding support for new cards

2005-09-13 Thread Trev Jackson
Hi I've now managed to get an unmodified copy of the SVN version of 0.3.8 working with my Adaptec AVC-2410. After reading through the i2c captured data and not finding any major problems I went back to 0.3.2d (unmodified) and spent sometime trying different parameter settings etc to get it to

Re: [ivtv-devel] Adding support for new cards

2005-09-12 Thread Trev Jackson
On Monday 12 Sep 2005 17:56, Hans Verkuil wrote: > On Monday 12 September 2005 14:03, Trev Jackson wrote: > > Hi all > > > > I am trying to get my Adaptec AVC-2410 working under the latest SVN code. > > > > On ivtv-0.3.2d it defaulted to PVR-250 and all I needed to do was set the > > tuner type to

Re: [ivtv-devel] Adding support for new cards

2005-09-12 Thread Hans Verkuil
On Monday 12 September 2005 14:03, Trev Jackson wrote: > Hi all > > I am trying to get my Adaptec AVC-2410 working under the latest SVN code. > > On ivtv-0.3.2d it defaulted to PVR-250 and all I needed to do was set the > tuner type to 38 and set the audio source and capture rate in the CS53L32A. >

[ivtv-devel] Adding support for new cards

2005-09-12 Thread Trev Jackson
Hi all I am trying to get my Adaptec AVC-2410 working under the latest SVN code. On ivtv-0.3.2d it defaulted to PVR-250 and all I needed to do was set the tuner type to 38 and set the audio source and capture rate in the CS53L32A. Using the latest code the only thing that works is composite vid

Re: [ivtv-devel] Adding support for new cards

2005-09-11 Thread Trev Jackson
On Saturday 10 Sep 2005 23:02, Hans Verkuil wrote: > On Wednesday 07 September 2005 16:47, Trev Jackson wrote: > > Hi > > > > I have an Adaptec AVC-2410 and got it working a while ago. I have a > > working video capture system using ivtv-0.3.2d. > > > > I added a page to the wiki regarding setting

Re: [ivtv-devel] Adding support for new cards

2005-09-10 Thread Hans Verkuil
On Wednesday 07 September 2005 16:47, Trev Jackson wrote: > Hi > > I have an Adaptec AVC-2410 and got it working a while ago. I have a > working video capture system using ivtv-0.3.2d. > > I added a page to the wiki regarding setting up the card: > > http://ivtv.writeme.ch/tiki-index.php?page=Adap

[ivtv-devel] Adding support for new cards

2005-09-07 Thread Trev Jackson
Hi I have an Adaptec AVC-2410 and got it working a while ago. I have a working video capture system using ivtv-0.3.2d. I added a page to the wiki regarding setting up the card: http://ivtv.writeme.ch/tiki-index.php?page=AdaptecAVC-2410 I would love support to be added for this card to the cur