All of lore.kernel.org
 help / color / mirror / Atom feed
* Tuner drivers
@ 2009-11-12 18:05 Ruslan
  2009-11-12 20:37 ` hermann pitton
  0 siblings, 1 reply; 19+ messages in thread
From: Ruslan @ 2009-11-12 18:05 UTC (permalink / raw)
  To: linux-media

Who is making or was making driver for Analog Aver Super 007 tuner?
I wanted to ask why there is no sound?


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

* Re: Tuner drivers
  2009-11-12 18:05 Tuner drivers Ruslan
@ 2009-11-12 20:37 ` hermann pitton
       [not found]   ` <49907.95.132.6.235.1258066094.metamail@webmail.meta.ua>
  0 siblings, 1 reply; 19+ messages in thread
From: hermann pitton @ 2009-11-12 20:37 UTC (permalink / raw)
  To: Ruslan; +Cc: linux-media

Hi,

Am Donnerstag, den 12.11.2009, 18:05 +0000 schrieb Ruslan:
> Who is making or was making driver for Analog Aver Super 007 tuner?
> I wanted to ask why there is no sound?
> 

http://linuxtv.org/hg/v4l-dvb/annotate/d480cd6efe5b/linux/drivers/media/video/saa7134/saa7134.h#249

"hg export 6072" delivers the patch.

# HG changeset patch
# User Michael Krufky <mkrufky@linuxtv.org>
# Date 1187630090 14400
# Node ID d480cd6efe5b50fb41c4e137f18ce4ae93ab096c
# Parent  db2a922a8498fdb5d759b1134566e19e7da30b68
saa7134: add DVB-T support for Avermedia Super 007

From: Edgar Simo <bobbens@gmail.com>

add DVB-T support for Avermedia Super 007

Analog television is untested.  The device lacks input adapters for radio,
svideo & composite -- seems to be a DVB-T ONLY device.

Signed-off-by: Edgar Simo <bobbens@gmail.com>
Acked-by: Hermann Pitton <hermann-pitton@arcor.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>

diff -r db2a922a8498 -r d480cd6efe5b linux/Documentation/video4linux/CARDLIST.saa7134
--- a/linux/Documentation/video4linux/CARDLIST.saa7134	Mon Aug 20 13:06:00 2007 -0400
+++ b/linux/Documentation/video4linux/CARDLIST.saa7134	Mon Aug 20 13:14:50 2007 -0400
@@ -115,3 +115,4 @@
 114 -> KWorld DVB-T 210                         [17de:7250]
 115 -> Sabrent PCMCIA TV-PCB05                  [0919:2003]
 116 -> 10MOONS TM300 TV Card                    [1131:2304]
+117 -> Avermedia Super 007                      [1461:f01d]
diff -r db2a922a8498 -r d480cd6efe5b linux/drivers/media/video/saa7134/saa7134-cards.c
--- a/linux/drivers/media/video/saa7134/saa7134-cards.c	Mon Aug 20 13:06:00 2007 -0400
+++ b/linux/drivers/media/video/saa7134/saa7134-cards.c	Mon Aug 20 13:14:50 2007 -0400
@@ -3573,6 +3573,22 @@
 			.gpio = 0x3000,
 		},
 	},
+	[SAA7134_BOARD_AVERMEDIA_SUPER_007] = {
+		.name           = "Avermedia Super 007",
+		.audio_clock    = 0x00187de7,
+		.tuner_type     = TUNER_PHILIPS_TDA8290,
+		.radio_type     = UNSET,
+		.tuner_addr     = ADDR_UNSET,
+		.radio_addr     = ADDR_UNSET,
+		.tuner_config   = 0,
+		.mpeg           = SAA7134_MPEG_DVB,
+		.inputs = {{
+			.name   = name_tv, /* FIXME: analog tv untested */
+			.vmux   = 1,
+			.amux   = TV,
+			.tv     = 1,
+		}},
+	},
 };
 
 const unsigned int saa7134_bcount = ARRAY_SIZE(saa7134_boards);
@@ -4296,6 +4312,12 @@
 		.subdevice    = 0x2304,
 		.driver_data  = SAA7134_BOARD_10MOONSTVMASTER3,
 	},{
+		.vendor       = PCI_VENDOR_ID_PHILIPS,
+		.device       = PCI_DEVICE_ID_PHILIPS_SAA7133,
+		.subvendor    = 0x1461, /* Avermedia Technologies Inc */
+		.subdevice    = 0xf01d, /* AVerTV DVB-T Super 007 */
+		.driver_data  = SAA7134_BOARD_AVERMEDIA_SUPER_007,
+	},{
 		/* --- boards without eeprom + subsystem ID --- */
 		.vendor       = PCI_VENDOR_ID_PHILIPS,
 		.device       = PCI_DEVICE_ID_PHILIPS_SAA7134,
@@ -4640,6 +4662,7 @@
 		break;
 	case SAA7134_BOARD_PHILIPS_TIGER:
 	case SAA7134_BOARD_PHILIPS_TIGER_S:
+	case SAA7134_BOARD_AVERMEDIA_SUPER_007:
 		{
 		u8 data[] = { 0x3c, 0x33, 0x60};
 		struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)};
diff -r db2a922a8498 -r d480cd6efe5b linux/drivers/media/video/saa7134/saa7134-dvb.c
--- a/linux/drivers/media/video/saa7134/saa7134-dvb.c	Mon Aug 20 13:06:00 2007 -0400
+++ b/linux/drivers/media/video/saa7134/saa7134-dvb.c	Mon Aug 20 13:14:50 2007 -0400
@@ -763,6 +763,21 @@
 	.request_firmware = philips_tda1004x_request_firmware
 };
 
+static struct tda1004x_config avermedia_super_007_config = {
+	.demod_address = 0x08,
+	.invert        = 1,
+	.invert_oclk   = 0,
+	.xtal_freq     = TDA10046_XTAL_16M,
+	.agc_config    = TDA10046_AGC_TDA827X,
+	.gpio_config   = TDA10046_GP01_I,
+	.if_freq       = TDA10046_FREQ_045,
+	.i2c_gate      = 0x4b,
+	.tuner_address = 0x60,
+	.tuner_config  = 0,
+	.antenna_switch= 1,
+	.request_firmware = philips_tda1004x_request_firmware
+};
+
 /* ------------------------------------------------------------------
  * special case: this card uses saa713x GPIO22 for the mode switch
  */
@@ -1025,6 +1040,9 @@
 	case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA:
 		configure_tda827x_fe(dev, &asus_p7131_hybrid_lna_config);
 		break;
+	case SAA7134_BOARD_AVERMEDIA_SUPER_007:
+		configure_tda827x_fe(dev, &avermedia_super_007_config);
+		break;
 	default:
 		wprintk("Huh? unknown DVB card?\n");
 		break;
diff -r db2a922a8498 -r d480cd6efe5b linux/drivers/media/video/saa7134/saa7134.h
--- a/linux/drivers/media/video/saa7134/saa7134.h	Mon Aug 20 13:06:00 2007 -0400
+++ b/linux/drivers/media/video/saa7134/saa7134.h	Mon Aug 20 13:14:50 2007 -0400
@@ -246,6 +246,7 @@
 #define SAA7134_BOARD_KWORLD_DVBT_210 114
 #define SAA7134_BOARD_SABRENT_TV_PCB05     115
 #define SAA7134_BOARD_10MOONSTVMASTER3     116
+#define SAA7134_BOARD_AVERMEDIA_SUPER_007  117
 
 #define SAA7134_MAXBOARDS 8
 #define SAA7134_INPUT_MAX 8

Mike worked with Edgar on IRC and I asked to test if there really is an
additional LNA on it, which was set initially. Turned out there is none.

This is a hybrid device, but there was no work on the analog part done.
Note the FIXME: "analog tv untested".

AverMedia almost always uses an external mux chip for the analog audio
routing. That might be the reason for the missing sound.

If it has no analog audio out for TV sound, you must try to use
saa7134-alsa at first too with "sox", "arecord/aplay" or
"mplayer/mencoder". Some instructions for saa7134-alsa are on the wiki.

Cheers,
Hermann







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

* Re: Tuner drivers
       [not found]       ` <36685.95.133.109.178.1258107794.metamail@webmail.meta.ua>
@ 2009-11-13 20:24         ` hermann pitton
  2009-11-14  0:52           ` hermann pitton
                             ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: hermann pitton @ 2009-11-13 20:24 UTC (permalink / raw)
  To: rulet1; +Cc: linux-media

Hi!

Am Freitag, den 13.11.2009, 12:23 +0200 schrieb rulet1@meta.ua:
> Here is dmesg of analog (only analog, with FM-tuner) AverMedia Super 007
> when tvtime is running:

[snip]

> [   11.549190] Linux video capture interface: v2.00
> [   12.409456] saa7130/34: v4l2 driver version 0.2.15 loaded
> [   12.409531] saa7134 0000:04:02.0: PCI INT A -> GSI 18 (level, low) ->
> IRQ 18
> [   12.409543] saa7133[0]: found at 0000:04:02.0, rev: 209, irq: 18,
> latency: 64, mmio: 0xfebff800
> [   12.409554] saa7133[0]: subsystem: 1461:f11d, board: Avermedia PCI pure
> analog (M135A) [card=149,autodetected]
> [   12.409579] saa7133[0]: board init: gpio is 40000
> [   12.409691] input: saa7134 IR (Avermedia PCI pure  as
> /devices/pci0000:00/0000:00:1e.0/0000:04:02.0/input/input6
> [   12.409773] IRQ 18/saa7133[0]: IRQF_DISABLED is not guaranteed on
> shared IRQs
> [   12.560015] saa7133[0]: i2c eeprom 00: 61 14 1d f1 54 20 1c 00 43 43 a9
> 1c 55 d2 b2 92
> [   12.560034] saa7133[0]: i2c eeprom 10: ff ff ff ff ff 20 ff ff ff ff ff
> ff ff ff ff ff
> [   12.560050] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 43 88 ff 00
> 56 ff ff ff ff
> [   12.560066] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560082] saa7133[0]: i2c eeprom 40: ff 22 00 c0 96 ff 03 30 15 00 ff
> ff ff ff ff ff
> [   12.560098] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560117] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560130] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560144] saa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560158] saa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560171] saa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560185] saa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560199] saa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560212] saa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560226] saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560240] saa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff
> [   12.560256] i2c-adapter i2c-0: Invalid 7-bit address 0x7a
> [   13.316153] tuner 0-004b: chip found @ 0x96 (saa7133[0])
> [   13.400020] tda829x 0-004b: setting tuner address to 60
> [   13.596016] tda829x 0-004b: type set to tda8290+75a
[...]
> [   17.540609] saa7133[0]: registered device video0 [v4l2]
> [   17.540656] saa7133[0]: registered device vbi0
> [   17.540703] saa7133[0]: registered device radio0
> [   17.541109] CA0106 0000:04:01.0: PCI INT A -> GSI 17 (level, low) ->
> IRQ 17
> [   17.541161] snd-ca0106: Model 1013 Rev 00000000 Serial 10131102
> [   17.640654] saa7134 ALSA driver for DMA sound loaded
> [   17.640672] IRQ 18/saa7133[0]: IRQF_DISABLED is not guaranteed on
> shared IRQs
> [   17.640717] saa7133[0]/alsa: saa7133[0] at 0xfebff800 irq 18 registered
> as card -2

That one came in over Mauro and he added the NEC gpio remote support.

http://linuxtv.org/hg/v4l-dvb/rev/fa0de4f2637a

If you are in Russia, you likely have to use "options saa7134 secam=DK"
or modprobe the driver with that. Please read the output of "modinfo
saa7134".

Enable audio_debug=1 for saa7134.

echo 1 > /sys/module/saa7134/parameters/audio_debug

If you switch the TV app to SECAM it should start to detect the DK audio
carriers. Please report if this should still fail, since I can't test it
myself. You see it in dmesg.

Also I can see in the Avermedia user manual that it has only analog
audio in but no out.

You are forced to use saa7134-alsa dma sound.

Hope this helps.

Cheers,
Hermann



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

* Re: Tuner drivers
  2009-11-13 20:24         ` hermann pitton
@ 2009-11-14  0:52           ` hermann pitton
  2009-11-15 12:33             ` rulet1
  2009-11-15 12:40           ` rulet1
  2009-11-15 12:42           ` rulet1
  2 siblings, 1 reply; 19+ messages in thread
From: hermann pitton @ 2009-11-14  0:52 UTC (permalink / raw)
  To: rulet1, Mauro Carvalho Chehab; +Cc: linux-media

Hi,

[snip]
> 
> That one came in over Mauro and he added the NEC gpio remote support.
> 
> http://linuxtv.org/hg/v4l-dvb/rev/fa0de4f2637a
> 
> If you are in Russia, you likely have to use "options saa7134 secam=DK"
> or modprobe the driver with that. Please read the output of "modinfo
> saa7134".
> 
> Enable audio_debug=1 for saa7134.
> 
> echo 1 > /sys/module/saa7134/parameters/audio_debug
> 
> If you switch the TV app to SECAM it should start to detect the DK audio
> carriers. Please report if this should still fail, since I can't test it
> myself. You see it in dmesg.
> 
> Also I can see in the Avermedia user manual that it has only analog
> audio in but no out.
> 
> You are forced to use saa7134-alsa dma sound.
> 
> Hope this helps.

since we are on such ;)


3.1 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c	Thu Jun 26 17:03:00 2008 -0300
     3.2 +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c	Thu Jun 26 17:03:00 2008 -0300
     3.3 @@ -3710,6 +3710,40 @@
     3.4  			.tv     = 1,
     3.5  		}},
     3.6  	},
     3.7 +	[SAA7134_BOARD_AVERMEDIA_M135A] = {
     3.8 +		.name           = "Avermedia PCI pure analog (M135A)",
     3.9 +		.audio_clock    = 0x00187de7,
    3.10 +		.tuner_type     = TUNER_PHILIPS_TDA8290,
    3.11 +		.radio_type     = UNSET,
    3.12 +		.tuner_addr     = ADDR_UNSET,
    3.13 +		.radio_addr     = ADDR_UNSET,
    3.14 +		.tuner_config   = 2,
    3.15 +		.gpiomask       = 0x020200000,
    3.16 +		.inputs         = {{

I guess the tuner_config = 2 might be bogus on that one?

Any tests previously ?

Cheers,
Hermann





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

* Re: Tuner drivers
  2009-11-14  0:52           ` hermann pitton
@ 2009-11-15 12:33             ` rulet1
  0 siblings, 0 replies; 19+ messages in thread
From: rulet1 @ 2009-11-15 12:33 UTC (permalink / raw)
  To: hermann pitton; +Cc: rulet1, Mauro Carvalho Chehab, linux-media

Changing to SECAM in tvtime doesn't bring sound.
Here is output of modinfo saa7134:

r@NGF:~$ modinfo saa7134
filename:      
/lib/modules/2.6.31-14-generic-pae/kernel/drivers/media/video/saa7134/saa7134.ko
license:        GPL
author:         Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
description:    v4l2 driver module for saa7130/34 based TV cards
srcversion:     27FF2831DA439BC7A9BB745
alias:          pci:v00001131d00007135sv*sd*bc*sc*i*
alias:          pci:v00001131d00007134sv*sd*bc*sc*i*
alias:          pci:v00001131d00007133sv*sd*bc*sc*i*
alias:          pci:v00001131d00007130sv*sd*bc*sc*i*
alias:          pci:v00001131d00007130sv00001131sd00000000bc*sc*i*
alias:          pci:v00001131d00007134sv00001131sd00000000bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000F31Dbc*sc*i*
alias:          pci:v00001131d00007134sv000017DEsd00007128bc*sc*i*
alias:          pci:v00001131d00007133sv00001043sd00004878bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000F736bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000F636bc*sc*i*
alias:          pci:v00001131d00007133sv00005ACEsd00006290bc*sc*i*
alias:          pci:v00001131d00007133sv00005169sd00001502bc*sc*i*
alias:          pci:v00001131d00007133sv00001421sd00000380bc*sc*i*
alias:          pci:v00001131d00007133sv0000185Bsd0000C900bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000A836bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000F936bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000F436bc*sc*i*
alias:          pci:v00001131d00007133sv00001462sd00008625bc*sc*i*
alias:          pci:v00001131d00007133sv000016BEsd00000010bc*sc*i*
alias:          pci:v00001131d00007133sv00001822sd00000022bc*sc*i*
alias:          pci:v00001131d00007133sv00004E42sd00003502bc*sc*i*
alias:          pci:v00001131d00007133sv00005ACEsd00006191bc*sc*i*
alias:          pci:v00001131d00007133sv00005ACEsd00006193bc*sc*i*
alias:          pci:v00001131d00007133sv00005ACEsd00006190bc*sc*i*
alias:          pci:v00001131d00007133sv00005ACEsd00006093bc*sc*i*
alias:          pci:v00001131d00007133sv00005ACEsd00006092bc*sc*i*
alias:          pci:v00001131d00007133sv00005ACEsd00006091bc*sc*i*
alias:          pci:v00001131d00007133sv00005ACEsd00006090bc*sc*i*
alias:          pci:v00001131d00007134sv00005ACEsd00006073bc*sc*i*
alias:          pci:v00001131d00007134sv00005ACEsd00006072bc*sc*i*
alias:          pci:v00001131d00007134sv00005ACEsd00006071bc*sc*i*
alias:          pci:v00001131d00007134sv00005ACEsd00006070bc*sc*i*
alias:          pci:v00001131d00007133sv00000000sd00005201bc*sc*i*
alias:          pci:v00001131d00007133sv00005ACEsd00005090bc*sc*i*
alias:          pci:v00001131d00007134sv00005ACEsd00005070bc*sc*i*
alias:          pci:v00001131d00007133sv00000000sd0000507Bbc*sc*i*
alias:          pci:v00001131d00007133sv00000000sd00005071bc*sc*i*
alias:          pci:v00001131d00007130sv00005ACEsd00005050bc*sc*i*
alias:          pci:v00001131d00007130sv00000000sd0000505Bbc*sc*i*
alias:          pci:v00001131d00007133sv00000000sd00004090bc*sc*i*
alias:          pci:v00001131d00007134sv00000000sd00004071bc*sc*i*
alias:          pci:v00001131d00007134sv00000000sd00004070bc*sc*i*
alias:          pci:v00001131d00007130sv00000000sd00004051bc*sc*i*
alias:          pci:v00001131d00007130sv00000000sd00004050bc*sc*i*
alias:          pci:v00001131d00007134sv00000000sd00004037bc*sc*i*
alias:          pci:v00001131d00007134sv00000000sd00004036bc*sc*i*
alias:          pci:v00001131d00007130sv00000000sd00004016bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000F01Dbc*sc*i*
alias:          pci:v00001131d00007130sv00001131sd00002304bc*sc*i*
alias:          pci:v00001131d00007134sv00000919sd00002003bc*sc*i*
alias:          pci:v00001131d00007133sv00001043sd00004857bc*sc*i*
alias:          pci:v00001131d00007133sv00001043sd00004871bc*sc*i*
alias:          pci:v00001131d00007133sv00004E42sd00000306bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000F31Ebc*sc*i*
alias:          pci:v00001131d00007133sv0000153Bsd00001175bc*sc*i*
alias:          pci:v00001131d00007130sv00001A7Fsd00002008bc*sc*i*
alias:          pci:v00001131d00007130sv00001131sd0000230Fbc*sc*i*
alias:          pci:v00001131d00007130sv00003016sd00002344bc*sc*i*
alias:          pci:v00001131d00007130sv00001131sd00002341bc*sc*i*
alias:          pci:v00001131d00007130sv00001131sd00002342bc*sc*i*
alias:          pci:v00001131d00007133sv0000153Bsd00001172bc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd0000670Abc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd00006709bc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd00006708bc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd00006707bc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd00006706bc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd00006705bc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd00006704bc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd00006703bc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd00006702bc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd00006701bc*sc*i*
alias:          pci:v00001131d00007133sv00000070sd00006700bc*sc*i*
alias:          pci:v00001131d00007133sv00001043sd00004876bc*sc*i*
alias:          pci:v00001131d00007134sv00001461sd0000A11Bbc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd00009715bc*sc*i*
alias:          pci:v00001131d00007133sv000011BDsd0000002Fbc*sc*i*
alias:          pci:v00001131d00007134sv00001043sd00004860bc*sc*i*
alias:          pci:v00001131d00007134sv00001461sd00002C00bc*sc*i*
alias:          pci:v00001131d00007130sv00000919sd00002003bc*sc*i*
alias:          pci:v00001131d00007133sv00001489sd00000502bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd00002C05bc*sc*i*
alias:          pci:v00001131d00007133sv000016BEsd0000000Dbc*sc*i*
alias:          pci:v00001131d00007133sv000016BEsd00000008bc*sc*i*
alias:          pci:v00001131d00007133sv000016BEsd00000007bc*sc*i*
alias:          pci:v00001131d00007133sv00005168sd00003307bc*sc*i*
alias:          pci:v00001131d00007133sv00005168sd00003502bc*sc*i*
alias:          pci:v00001131d00007133sv00005168sd00003306bc*sc*i*
alias:          pci:v00001131d00007133sv00005168sd00000304bc*sc*i*
alias:          pci:v00001131d00007134sv00001489sd00000301bc*sc*i*
alias:          pci:v00001131d00007134sv00004E42sd00000300bc*sc*i*
alias:          pci:v00001131d00007134sv00005168sd00000300bc*sc*i*
alias:          pci:v00001131d00007134sv000016BEsd00000005bc*sc*i*
alias:          pci:v00001131d00007134sv00001461sd00006360bc*sc*i*
alias:          pci:v00001131d00007134sv00001461sd00007360bc*sc*i*
alias:          pci:v00001131d00007133sv000017DEsd00007352bc*sc*i*
alias:          pci:v00001131d00007133sv000017DEsd00007350bc*sc*i*
alias:          pci:v00001131d00007133sv000017DEsd00007250bc*sc*i*
alias:          pci:v00001131d00007133sv000017DEsd00007201bc*sc*i*
alias:          pci:v00001131d00007133sv00000331sd00001421bc*sc*i*
alias:          pci:v00001131d00007134sv00005168sd00000301bc*sc*i*
alias:          pci:v00001131d00007134sv00001461sd00002C05bc*sc*i*
alias:          pci:v00001131d00007133sv00005168sd00000319bc*sc*i*
alias:          pci:v00001131d00007133sv0000153Bsd00001160bc*sc*i*
alias:          pci:v00001131d00007133sv00001462sd00008624bc*sc*i*
alias:          pci:v00001131d00007133sv00001462sd00006231bc*sc*i*
alias:          pci:v00001131d00007133sv00001131sd00002018bc*sc*i*
alias:          pci:v00001131d00007133sv00001043sd00004862bc*sc*i*
alias:          pci:v00001131d00007133sv000011BDsd0000002Ebc*sc*i*
alias:          pci:v00001131d00007133sv00001131sd00004EE9bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd00001044bc*sc*i*
alias:          pci:v00001131d00007133sv00001435sd00007330bc*sc*i*
alias:          pci:v00001131d00007133sv00001435sd00007350bc*sc*i*
alias:          pci:v00001131d00007130sv0000185Bsd0000C901bc*sc*i*
alias:          pci:v00001131d00007134sv0000185Bsd0000C900bc*sc*i*
alias:          pci:v00001131d00007134sv00001131sd00002004bc*sc*i*
alias:          pci:v00001131d00007133sv00005456sd00007135bc*sc*i*
alias:          pci:v00001131d00007133sv00000000sd00004091bc*sc*i*
alias:          pci:v00001131d00007134sv00001043sd00000210bc*sc*i*
alias:          pci:v00001131d00007133sv00001043sd00000210bc*sc*i*
alias:          pci:v00001131d00007133sv00004E42sd00000502bc*sc*i*
alias:          pci:v00001131d00007133sv00001421sd00001370bc*sc*i*
alias:          pci:v00001131d00007133sv00001421sd00000370bc*sc*i*
alias:          pci:v00001131d00007133sv00001421sd00000351bc*sc*i*
alias:          pci:v00001131d00007133sv00001421sd00000350bc*sc*i*
alias:          pci:v00001131d00007130sv00001131sd00002004bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000F11Dbc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000F31Fbc*sc*i*
alias:          pci:v00001131d00007133sv00005168sd00000306bc*sc*i*
alias:          pci:v00001131d00007133sv00005168sd00000502bc*sc*i*
alias:          pci:v00001131d00007134sv00001540sd00009524bc*sc*i*
alias:          pci:v00001131d00007134sv0000185Bsd0000C200bc*sc*i*
alias:          pci:v00001131d00007134sv00001461sd0000A70Abc*sc*i*
alias:          pci:v00001131d00007134sv00001461sd00009715bc*sc*i*
alias:          pci:v00001131d00007130sv0000185Bsd0000C100bc*sc*i*
alias:          pci:v00001131d00007130sv0000153Bsd00001152bc*sc*i*
alias:          pci:v00001131d00007133sv000012ABsd00000800bc*sc*i*
alias:          pci:v00001131d00007134sv00001019sd00004CB6bc*sc*i*
alias:          pci:v00001131d00007133sv00001019sd00004CB5bc*sc*i*
alias:          pci:v00001131d00007134sv00001019sd00004CB4bc*sc*i*
alias:          pci:v00001131d00007134sv000011BDsd0000002Dbc*sc*i*
alias:          pci:v00001131d00007134sv000011BDsd0000002Bbc*sc*i*
alias:          pci:v00001131d00007130sv00001461sd0000050Cbc*sc*i*
alias:          pci:v00001131d00007134sv00001461sd0000B7E9bc*sc*i*
alias:          pci:v00001131d00007134sv00001461sd0000D6EEbc*sc*i*
alias:          pci:v00001131d00007130sv00001461sd000010FFbc*sc*i*
alias:          pci:v00001131d00007130sv00001461sd00002108bc*sc*i*
alias:          pci:v00001131d00007130sv00001461sd00002115bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000A7A2bc*sc*i*
alias:          pci:v00001131d00007133sv00001461sd0000A7A1bc*sc*i*
alias:          pci:v00001131d00007134sv00001461sd0000A70Bbc*sc*i*
alias:          pci:v00001131d00007130sv0000102Bsd000048D0bc*sc*i*
alias:          pci:v00001131d00007133sv0000185Bsd0000C100bc*sc*i*
alias:          pci:v00001131d00007133sv0000185Bsd0000C100bc*sc*i*
alias:          pci:v00001131d00007130sv00001131sd00002001bc*sc*i*
alias:          pci:v00001131d00007134sv00001131sd00007133bc*sc*i*
alias:          pci:v00001131d00007134sv00001894sd0000A006bc*sc*i*
alias:          pci:v00001131d00007134sv00001894sd0000FE01bc*sc*i*
alias:          pci:v00001131d00007134sv00001131sd0000FE01bc*sc*i*
alias:          pci:v00001131d00007134sv00001043sd00004840bc*sc*i*
alias:          pci:v00001131d00007133sv00001043sd00004843bc*sc*i*
alias:          pci:v00001131d00007134sv00001043sd00004830bc*sc*i*
alias:          pci:v00001131d00007133sv00001043sd00004845bc*sc*i*
alias:          pci:v00001131d00007134sv00001043sd00004842bc*sc*i*
alias:          pci:v00001131d00007130sv00001048sd0000226Cbc*sc*i*
alias:          pci:v00001131d00007130sv00001048sd0000226Abc*sc*i*
alias:          pci:v00001131d00007130sv00001048sd0000226Bbc*sc*i*
alias:          pci:v00001131d00007134sv000016BEsd00005000bc*sc*i*
alias:          pci:v00001131d00007134sv000016BEsd00000003bc*sc*i*
alias:          pci:v00001131d00007133sv00001489sd00000214bc*sc*i*
alias:          pci:v00001131d00007133sv00005168sd00005214bc*sc*i*
alias:          pci:v00001131d00007133sv00005168sd00000214bc*sc*i*
alias:          pci:v00001131d00007133sv00004E42sd00000212bc*sc*i*
alias:          pci:v00001131d00007133sv000014C0sd00001212bc*sc*i*
alias:          pci:v00001131d00007133sv00005168sd00000212bc*sc*i*
alias:          pci:v00001131d00007130sv00004E42sd00000138bc*sc*i*
alias:          pci:v00001131d00007130sv00005168sd00000138bc*sc*i*
alias:          pci:v00001131d00007134sv00004E42sd00000138bc*sc*i*
alias:          pci:v00001131d00007134sv00005168sd00000138bc*sc*i*
alias:          pci:v00001131d00007134sv00005169sd00000138bc*sc*i*
alias:          pci:v00001131d00007133sv0000153Bsd00001162bc*sc*i*
alias:          pci:v00001131d00007134sv0000153Bsd00001158bc*sc*i*
alias:          pci:v00001131d00007134sv0000153Bsd00001143bc*sc*i*
alias:          pci:v00001131d00007134sv0000153Bsd00001142bc*sc*i*
alias:          pci:v00001131d00007134sv00001131sd00004E85bc*sc*i*
alias:          pci:v00001131d00007134sv00001131sd00006752bc*sc*i*
alias:          pci:v00001131d00007133sv00001131sd00002001bc*sc*i*
alias:          pci:v00001131d00007134sv00001131sd00002001bc*sc*i*
depends:       
videobuf-core,videobuf-dma-sg,ir-common,v4l2-common,videodev,tveeprom
vermagic:       2.6.31-14-generic-pae SMP mod_unload modversions 586
parm:           disable_ir:disable infrared remote support (int)
parm:           ir_debug:enable debug messages [IR] (int)
parm:           pinnacle_remote:Specify Pinnacle PCTV remote: 0=coloured,
1=grey (defaults to 0) (int)
parm:           ir_rc5_remote_gap:int
parm:           ir_rc5_key_timeout:int
parm:           repeat_delay:delay before key repeat started (int)
parm:           repeat_period:repeat period between keypresses when key is
down (int)
parm:           disable_other_ir:disable full codes of alternative remotes
from other manufacturers (int)
parm:           video_debug:enable debug messages [video] (int)
parm:           gbuffers:number of capture buffers, range 2-32 (int)
parm:           noninterlaced:capture non interlaced video (int)
parm:           secam:force SECAM variant, either DK,L or Lc (string)
parm:           vbi_debug:enable debug messages [vbi] (int)
parm:           vbibufs:number of vbi buffers, range 2-32 (int)
parm:           audio_debug:enable debug messages [tv audio] (int)
parm:           audio_ddep:audio ddep overwrite (int)
parm:           audio_clock_override:int
parm:           audio_clock_tweak:Audio clock tick fine tuning for cards
with audio crystal that's slightly off (range [-1024 .. 1024]) (int)
parm:           ts_debug:enable debug messages [ts] (int)
parm:           tsbufs:number of ts buffers for read/write IO, range 2-32
(int)
parm:           ts_nr_packets:size of a ts buffers (in ts packets) (int)
parm:           i2c_debug:enable debug messages [i2c] (int)
parm:           i2c_scan:scan i2c bus at insmod time (int)
parm:           irq_debug:enable debug messages [IRQ handler] (int)
parm:           core_debug:enable debug messages [core] (int)
parm:           gpio_tracking:enable debug messages [gpio] (int)
parm:           alsa:enable/disable ALSA DMA sound [dmasound] (int)
parm:           latency:pci latency timer (int)
parm:           no_overlay:allow override overlay default (0 disables, 1
enables) [some VIA/SIS chipsets are known to have problem with overlay]
(int)
parm:           video_nr:video device number (array of int)
parm:           vbi_nr:vbi device number (array of int)
parm:           radio_nr:radio device number (array of int)
parm:           tuner:tuner type (array of int)
parm:           card:card type (array of int)

______________________________
Моя почта живет на Мете http://webmail.meta.ua


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

* Re: Tuner drivers
  2009-11-13 20:24         ` hermann pitton
  2009-11-14  0:52           ` hermann pitton
@ 2009-11-15 12:40           ` rulet1
  2009-11-15 12:42           ` rulet1
  2 siblings, 0 replies; 19+ messages in thread
From: rulet1 @ 2009-11-15 12:40 UTC (permalink / raw)
  To: hermann pitton; +Cc: rulet1, linux-media

This:

"Enable audio_debug=1 for saa7134.

echo 1 > /sys/module/saa7134/parameters/audio_debug"

also haven't bring results.


______________________________
Отправлено http://webmail.meta.ua/


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

* Re: Tuner drivers
  2009-11-13 20:24         ` hermann pitton
  2009-11-14  0:52           ` hermann pitton
  2009-11-15 12:40           ` rulet1
@ 2009-11-15 12:42           ` rulet1
  2009-11-15 13:49             ` hermann pitton
  2 siblings, 1 reply; 19+ messages in thread
From: rulet1 @ 2009-11-15 12:42 UTC (permalink / raw)
  To: hermann pitton; +Cc: rulet1, linux-media

How to do that?:

"You are forced to use saa7134-alsa dma sound"

______________________________
Моя почта живет на Мете http://webmail.meta.ua


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

* Re: Tuner drivers
  2009-11-15 12:42           ` rulet1
@ 2009-11-15 13:49             ` hermann pitton
  2009-11-15 15:15               ` rulet1
  0 siblings, 1 reply; 19+ messages in thread
From: hermann pitton @ 2009-11-15 13:49 UTC (permalink / raw)
  To: rulet1; +Cc: linux-media

Hi,

Am Sonntag, den 15.11.2009, 14:42 +0200 schrieb rulet1@meta.ua:
> How to do that?:
> 
> "You are forced to use saa7134-alsa dma sound"
> 

a problem is that I can't tell for sure which analog TV standard you
currently use in the Ukraine, either it is still SECAM DK or you changed
to some PAL already.

Try to get the details, also about the sound system.

If it is still SECAM DK, you need to force the option "secam=DK".

With "audio_debug=1" you can see if the drivers finds the pilots, the
first sound carrier and the second carrier and also the stereo system in
use. This counts also for PAL standards.

This way you can already see if the driver can lock on the audio
carriers in "dmesg" without hearing anything yet.

Then saa7134-alsa should provide TV sound on your card.
http://linuxtv.org/wiki/index.php/Saa7134-alsa

Cheers,
Hermann






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

* Re: Tuner drivers
  2009-11-15 13:49             ` hermann pitton
@ 2009-11-15 15:15               ` rulet1
  2009-11-15 19:55                 ` hermann pitton
  0 siblings, 1 reply; 19+ messages in thread
From: rulet1 @ 2009-11-15 15:15 UTC (permalink / raw)
  To: hermann pitton; +Cc: rulet1, linux-media

> Hi,
>
> Am Sonntag, den 15.11.2009, 14:42 +0200 schrieb rulet1@meta.ua:
>> How to do that?:
>>
>> "You are forced to use saa7134-alsa dma sound"
>>
>
> a problem is that I can't tell for sure which analog TV standard you
> currently use in the Ukraine, either it is still SECAM DK or you changed
> to some PAL already.
>
> Try to get the details, also about the sound system.
>
> If it is still SECAM DK, you need to force the option "secam=DK".
>
> With "audio_debug=1" you can see if the drivers finds the pilots, the
> first sound carrier and the second carrier and also the stereo system in
> use. This counts also for PAL standards.
>
> This way you can already see if the driver can lock on the audio
> carriers in "dmesg" without hearing anything yet.
>
> Then saa7134-alsa should provide TV sound on your card.
> http://linuxtv.org/wiki/index.php/Saa7134-alsa
>
> Cheers,
> Hermann
>
>
>
> Where to put the option "secam=DK" on Ubuntu 9.10?
>
>


______________________________
Настоящая украинская почта http://webmail.meta.ua/


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

* Re: Tuner drivers
  2009-11-15 15:15               ` rulet1
@ 2009-11-15 19:55                 ` hermann pitton
  2009-11-25 19:00                   ` rulet1
  2009-11-26 16:18                   ` rulet1
  0 siblings, 2 replies; 19+ messages in thread
From: hermann pitton @ 2009-11-15 19:55 UTC (permalink / raw)
  To: rulet1; +Cc: linux-media


Am Sonntag, den 15.11.2009, 17:15 +0200 schrieb rulet1@meta.ua:
> > Hi,
> >
> > Am Sonntag, den 15.11.2009, 14:42 +0200 schrieb rulet1@meta.ua:
> >> How to do that?:
> >>
> >> "You are forced to use saa7134-alsa dma sound"
> >>
> >
> > a problem is that I can't tell for sure which analog TV standard you
> > currently use in the Ukraine, either it is still SECAM DK or you changed
> > to some PAL already.
> >
> > Try to get the details, also about the sound system.
> >
> > If it is still SECAM DK, you need to force the option "secam=DK".
> >
> > With "audio_debug=1" you can see if the drivers finds the pilots, the
> > first sound carrier and the second carrier and also the stereo system in
> > use. This counts also for PAL standards.
> >
> > This way you can already see if the driver can lock on the audio
> > carriers in "dmesg" without hearing anything yet.
> >
> > Then saa7134-alsa should provide TV sound on your card.
> > http://linuxtv.org/wiki/index.php/Saa7134-alsa
> >
> > Cheers,
> > Hermann
> >
> >
> >
> > Where to put the option "secam=DK" on Ubuntu 9.10?
> >

Don't have it, but would guess /etc/modprobe.d or use a
deprecated /etc/modprobe.conf and "depmod -a" or close all mixers using
saa7134, "modprobe -vr saa7134-alsa" and "modprobe saa7134 secam=DK".

Hermann
 


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

* Re: Tuner drivers
  2009-11-15 19:55                 ` hermann pitton
@ 2009-11-25 19:00                   ` rulet1
  2009-11-25 22:11                     ` hermann pitton
  2009-11-26 16:18                   ` rulet1
  1 sibling, 1 reply; 19+ messages in thread
From: rulet1 @ 2009-11-25 19:00 UTC (permalink / raw)
  To: hermann pitton; +Cc: rulet1, linux-media

>
> Am Sonntag, den 15.11.2009, 17:15 +0200 schrieb rulet1@meta.ua:
>> > Hi,
>> >
>> > Am Sonntag, den 15.11.2009, 14:42 +0200 schrieb rulet1@meta.ua:
>> >> How to do that?:
>> >>
>> >> "You are forced to use saa7134-alsa dma sound"
>> >>
>> >
>> > a problem is that I can't tell for sure which analog TV standard you
>> > currently use in the Ukraine, either it is still SECAM DK or you
>> changed
>> > to some PAL already.
>> >
>> > Try to get the details, also about the sound system.
>> >
>> > If it is still SECAM DK, you need to force the option "secam=DK".
>> >
>> > With "audio_debug=1" you can see if the drivers finds the pilots, the
>> > first sound carrier and the second carrier and also the stereo system
>> in
>> > use. This counts also for PAL standards.
>> >
>> > This way you can already see if the driver can lock on the audio
>> > carriers in "dmesg" without hearing anything yet.
>> >
>> > Then saa7134-alsa should provide TV sound on your card.
>> > http://linuxtv.org/wiki/index.php/Saa7134-alsa
>> >
>> > Cheers,
>> > Hermann
>> >
>> >
>> >
>> > Where to put the option "secam=DK" on Ubuntu 9.10?
>> >
>
> Don't have it, but would guess /etc/modprobe.d or use a
> deprecated /etc/modprobe.conf and "depmod -a" or close all mixers using
> saa7134, "modprobe -vr saa7134-alsa" and "modprobe saa7134 secam=DK".
>
> Hermann
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Forget about it, this tuner is just not for Linux...

______________________________
Моя почта живет на Мете http://webmail.meta.ua


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

* Re: Tuner drivers
  2009-11-25 19:00                   ` rulet1
@ 2009-11-25 22:11                     ` hermann pitton
  2009-11-25 22:43                       ` rulet1
  0 siblings, 1 reply; 19+ messages in thread
From: hermann pitton @ 2009-11-25 22:11 UTC (permalink / raw)
  To: rulet1; +Cc: linux-media

Hi,

Am Mittwoch, den 25.11.2009, 21:00 +0200 schrieb rulet1@meta.ua:
> >
> > Am Sonntag, den 15.11.2009, 17:15 +0200 schrieb rulet1@meta.ua:
> >> > Hi,
> >> >
> >> > Am Sonntag, den 15.11.2009, 14:42 +0200 schrieb rulet1@meta.ua:
> >> >> How to do that?:
> >> >>
> >> >> "You are forced to use saa7134-alsa dma sound"
> >> >>
> >> >
> >> > a problem is that I can't tell for sure which analog TV standard you
> >> > currently use in the Ukraine, either it is still SECAM DK or you
> >> changed
> >> > to some PAL already.
> >> >
> >> > Try to get the details, also about the sound system.
> >> >
> >> > If it is still SECAM DK, you need to force the option "secam=DK".
> >> >
> >> > With "audio_debug=1" you can see if the drivers finds the pilots, the
> >> > first sound carrier and the second carrier and also the stereo system
> >> in
> >> > use. This counts also for PAL standards.
> >> >
> >> > This way you can already see if the driver can lock on the audio
> >> > carriers in "dmesg" without hearing anything yet.
> >> >
> >> > Then saa7134-alsa should provide TV sound on your card.
> >> > http://linuxtv.org/wiki/index.php/Saa7134-alsa
> >> >
> >> > Cheers,
> >> > Hermann
> >> >
> >> >
> >> >
> >> > Where to put the option "secam=DK" on Ubuntu 9.10?
> >> >
> >
> > Don't have it, but would guess /etc/modprobe.d or use a
> > deprecated /etc/modprobe.conf and "depmod -a" or close all mixers using
> > saa7134, "modprobe -vr saa7134-alsa" and "modprobe saa7134 secam=DK".
> >
> > Hermann

> >
> Forget about it, this tuner is just not for Linux...

sorry, sounds pretty frustrated.

But I have no other choice, as to assume for now, that this card with
that tuner is tested by those who did contribute it for sound too, like
more than about 150 other such cards in this driver.

We should have support for global analog TV sound on such, SECAM types
need to be forced by user is the only extra that might hit you.

No other single report for failing TV sound since years now.

Eventually possible scenarios:

1. You have a different card with the same PCI subsystem as the known
   one, but we don't know about that yet. Unlikely for AverMedia.

2. you have a card with saa7133 chip, which can't decode PAL/SECAM
   sound. Should not be available on any shelve in Europe.

Debug route is: first have debug=1 for tda827x and tda8290. You reported
already to have a picture from tuner, so this will report the tuner
"locked" and we can skip that. Then saa7134 audio_debug=1 should report
the TV audio system in use and detected. If detected, audio routing from
tuner is correct and the rest is to properly use saa7134-alsa, since
your card has no analog audio out connected.  

For TV stereo sound decoding capable chips TV sound amux is always TV.

The saa7135 and saa7131e can do it globally, the saa7134 would need
extra chips for System-M/NTSC alike and the saa7133 for PAL/SECAM.

This was always mentioned in the reference designs as a possibility, but
until today no device is known to do such in reality on saa7134 and
saa7133.

Sorry, we don't have any dmesg/logs for it on the lists, but Mauro was
working on the NEC IRQ remote support and most likely has verified
working TV sound at least for System-M, maybe on a saa7133, but I would
expect a saa7131e. (Needs more digging)

Cheers,
Hermann












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

* Re: Tuner drivers
  2009-11-25 22:11                     ` hermann pitton
@ 2009-11-25 22:43                       ` rulet1
  2009-11-25 23:38                         ` hermann pitton
  0 siblings, 1 reply; 19+ messages in thread
From: rulet1 @ 2009-11-25 22:43 UTC (permalink / raw)
  To: hermann pitton; +Cc: rulet1, linux-media

Well, I just can gin an information which is written on the chip of this
Aver Super 007 Analog(Only+FM) tuner:

NXP
SAA7131E103/G
CH2130
SF7227.1
TSG07142


Maybe this will help in developing driver for this device,
tvtime recieves signal much more worse then native AverMedia program for
this tuner for Windows,
and tvtime can scan channels for houres when AverMedia do it for seconds...
But I also understand that AverMedia will never give source code or
specifications of this device and other devices,
so I don't see any reason for guesing how to write right code, but if you
can, do it... I cannot -- I'm not a programmer.

______________________________
Отправлено http://webmail.meta.ua/


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

* Re: Tuner drivers
  2009-11-25 22:43                       ` rulet1
@ 2009-11-25 23:38                         ` hermann pitton
  2009-11-25 23:58                           ` rulet1
  2009-11-26  0:06                           ` rulet1
  0 siblings, 2 replies; 19+ messages in thread
From: hermann pitton @ 2009-11-25 23:38 UTC (permalink / raw)
  To: rulet1; +Cc: linux-media


Am Donnerstag, den 26.11.2009, 00:43 +0200 schrieb rulet1@meta.ua:
> Well, I just can gin an information which is written on the chip of this
> Aver Super 007 Analog(Only+FM) tuner:
> 
> NXP
> SAA7131E103/G
> CH2130
> SF7227.1
> TSG07142

Well, that is good to know and makes some other speculations obsolete.

> 
> Maybe this will help in developing driver for this device,
> tvtime recieves signal much more worse then native AverMedia program for
> this tuner for Windows,

As said, the driver is known to be alright globally.

> and tvtime can scan channels for houres when AverMedia do it for seconds...
> But I also understand that AverMedia will never give source code or
> specifications of this device and other devices,
> so I don't see any reason for guesing how to write right code, but if you
> can, do it... I cannot -- I'm not a programmer.

We don't need any code from AverMedia or anyone else after seven years,
but of course all contributions are still welcome.

You have a single card not working in the Ukraine currently, this might
have political reasons, SECAM/DK NICAM is known to work in Russia and
elsewhere.

The huge delays in tvtime-scanner or xawtv scantv is a single experience
you report right now, nobody else. Please note that!

Such is likely caused by, that the driver tries to lock on something
unusual. You still don't provide any debug output, nor do you know on
which TV system and especially sound system you are currently.

Should I know better without any input?
(OK, i have a friend there, would take some time)

Maybe they changed to SECAM A2. Try saa7134 audio_ddep=0x08 then ;)

Cheers,
Hermann









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

* Re: Tuner drivers
  2009-11-25 23:38                         ` hermann pitton
@ 2009-11-25 23:58                           ` rulet1
  2009-11-26  0:11                             ` hermann pitton
  2009-11-26  0:06                           ` rulet1
  1 sibling, 1 reply; 19+ messages in thread
From: rulet1 @ 2009-11-25 23:58 UTC (permalink / raw)
  To: hermann pitton; +Cc: rulet1, linux-media

"You have a single card not working in the Ukraine currently, this might
have political reasons"

:))That is very funny
And about tvtime scanner works very slow is true, I just say what I have
did...
What report do you need? I'll send.

______________________________
Настоящая украинская почта http://webmail.meta.ua/


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

* Re: Tuner drivers
  2009-11-25 23:38                         ` hermann pitton
  2009-11-25 23:58                           ` rulet1
@ 2009-11-26  0:06                           ` rulet1
  2009-11-26  0:30                             ` hermann pitton
  1 sibling, 1 reply; 19+ messages in thread
From: rulet1 @ 2009-11-26  0:06 UTC (permalink / raw)
  To: hermann pitton; +Cc: rulet1, linux-media

Your words:

"The huge delays in tvtime-scanner or xawtv scantv is a single experience
you report right now, nobody else".

So what -- maybe this is because nobody tells about it or just don't know
how to do that,
maybe because they don't have documentation and mailing lists in Russian
and Ukrainan,
or because the driver developers are English speaking and lives in
English-speaking countries,
haven't you think about that, or you think that everybody should know
english?

______________________________
Украинская почта с неограниченным объемом http://webmail.meta.ua/


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

* Re: Tuner drivers
  2009-11-25 23:58                           ` rulet1
@ 2009-11-26  0:11                             ` hermann pitton
  0 siblings, 0 replies; 19+ messages in thread
From: hermann pitton @ 2009-11-26  0:11 UTC (permalink / raw)
  To: rulet1; +Cc: linux-media


Am Donnerstag, den 26.11.2009, 01:58 +0200 schrieb rulet1@meta.ua:
> "You have a single card not working in the Ukraine currently, this might
> have political reasons"
> 
> :))That is very funny
> And about tvtime scanner works very slow is true, I just say what I have
> did...
> What report do you need? I'll send.

Point me to an official source of information about which TV standard
and audio system is in use on what you try.

We likely then can tell, if we are able to confirm with it ...

Cheers,
Hermann



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

* Re: Tuner drivers
  2009-11-26  0:06                           ` rulet1
@ 2009-11-26  0:30                             ` hermann pitton
  0 siblings, 0 replies; 19+ messages in thread
From: hermann pitton @ 2009-11-26  0:30 UTC (permalink / raw)
  To: rulet1; +Cc: linux-media


Am Donnerstag, den 26.11.2009, 02:06 +0200 schrieb rulet1@meta.ua:
> Your words:
> 
> "The huge delays in tvtime-scanner or xawtv scantv is a single experience
> you report right now, nobody else".
> 
> So what -- maybe this is because nobody tells about it or just don't know
> how to do that,
> maybe because they don't have documentation and mailing lists in Russian
> and Ukrainan,
> or because the driver developers are English speaking and lives in
> English-speaking countries,
> haven't you think about that, or you think that everybody should know
> english?

No, not at all, given my bad English too.

We usually have enough people to come around any language barriers.

There have always been high level developers from Russia and Ukraine is
very lively too.

I just tell, we have no other report for that driver globally, which
would tell it broken on something currently.

So it is either card specific, maybe not correctly enough identified,
chip specific we can exclude with knowing it is a saa7131e now, or some
less usual TV picture and sound system is in use.

Easiest way to exclude that, is some other people from the Ukraine
report that they are fine with tda8275a tuners and saa7131e or other
such chips ... or not!

I just try to narrow down the ground eventually worth digging ...

Cheers,
Hermann






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

* Re: Tuner drivers
  2009-11-15 19:55                 ` hermann pitton
  2009-11-25 19:00                   ` rulet1
@ 2009-11-26 16:18                   ` rulet1
  1 sibling, 0 replies; 19+ messages in thread
From: rulet1 @ 2009-11-26 16:18 UTC (permalink / raw)
  To: hermann pitton; +Cc: rulet1, linux-media

Some channels in SECAM, some in PAL,
but tvtime scanes channels very slow, it could take an houres... MythTV
doesn't show anything.


______________________________
Я пользуюсь почтой на Мете http://webmail.meta.ua


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

end of thread, other threads:[~2009-11-26 16:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-12 18:05 Tuner drivers Ruslan
2009-11-12 20:37 ` hermann pitton
     [not found]   ` <49907.95.132.6.235.1258066094.metamail@webmail.meta.ua>
     [not found]     ` <1258073462.8348.35.camel@pc07.localdom.local>
     [not found]       ` <36685.95.133.109.178.1258107794.metamail@webmail.meta.ua>
2009-11-13 20:24         ` hermann pitton
2009-11-14  0:52           ` hermann pitton
2009-11-15 12:33             ` rulet1
2009-11-15 12:40           ` rulet1
2009-11-15 12:42           ` rulet1
2009-11-15 13:49             ` hermann pitton
2009-11-15 15:15               ` rulet1
2009-11-15 19:55                 ` hermann pitton
2009-11-25 19:00                   ` rulet1
2009-11-25 22:11                     ` hermann pitton
2009-11-25 22:43                       ` rulet1
2009-11-25 23:38                         ` hermann pitton
2009-11-25 23:58                           ` rulet1
2009-11-26  0:11                             ` hermann pitton
2009-11-26  0:06                           ` rulet1
2009-11-26  0:30                             ` hermann pitton
2009-11-26 16:18                   ` rulet1

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.