On Tue, 8 Mar 2005, Jarod Wilson wrote:

On Tuesday 08 March 2005 09:34, Christian Viller Hansen wrote:
Hi

I tested the patch on my 150 MCE PAL card. It didn't help autodetect my
tuner. :(

Stuck with:
modprobe ivtv ivtv_std=2 tuner=51

Not that complicated, but I'm not sure that tuner 51 is the correct for my
card. Both 38 and 51 works. I can't really figure out which one to use.

It would be cool if it got autodetected. Can I supply any information
about my card?

Load the tveeprom module manually first, with "modprobe tveeprom debug=2", then load ivtv. Shoot me a copy of everything between the start and stop ivtv markers in your log, using this to get the output:

tac /var/log/messages |
sed -n '/=\ \ END INIT IVTV\ \ =/,/= START INIT IVTV =/p;
   /= START INIT IVTV =/q' |
tac

Probably going to have to be off-list, due to list size limits. From that, I
should be able to figure out what's up.

I'll do that later because I'm currently recording a movie with mythtv. I'm quite amazed about how well all this stuff works in linux. Windows was a pain.


Also, double-check that you're actually running 0.3.2h and not a prior
version, the Makefile changes put the ivtv modules in a different directory
than earlier versions, so its possible you have older versions that are
actually getting loaded instead of the patched h.

'modinfo ivtv' should give you the needed version info.

It doesn't provide any output...

modinfo tveeprom says:

description: i2c Hauppauge eeprom decoder driver
author: John Klar
license: GPL
parmtype: debug:int
parm: debug:Debug level (0-2)
parmtype: probe:array of short
parm: probe:List of adapter,address pairs to scan additionally
parmtype: probe_range:array of short
parm: probe_range:List of adapter,start-addr,end-addr triples to scan additionally
parmtype: ignore:array of short
parm: ignore:List of adapter,address pairs not to scan
parmtype: ignore_range:array of short
parm: ignore_range:List of adapter,start-addr,end-addr triples not to scan
parmtype: force:array of short
parm: force:List of adapter,address pairs to boldly assume to be present
vermagic: 2.6.11 preempt PENTIUM4 gcc-3.3
depends: i2c-core


but that doesn't really provide much information about version either...


Regards Christian


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to