Re: [linux-dvb] Pinnacle PCTV Sat HDTV Pro USB (452e)

2007-09-27 Thread CityK
Jens Krehbiel-Gräther wrote:
 I've read ...
 that the driver for the Pinnacle PCTV Sat HDTV Pro USB is
 pre-Work-In-Progress. What does that mean? 

I have no idea what that wonderfully vague description means.

 Is there already a driver
 for this device which I can test? I can support you on testing the
 driver, but where can I find this?
   

I rather doubt that there is a driver(s) per se for the 452e.  Manu has
indeed produced some experimental drivers for some PCI cards that use
the same frontend portion as the 452e, and while these same drivers have
been, from my casual observations, extended for use with a few other
similar PCI cards, I have not seen mention of their extension to USB. 
In order to do so, in the case of the 452, one will have to figure out
how the FX2 is behaving, and then tie these two sets of elements
together (i.e. glue code between the components, which offers device
level support).  

 I just found the device twice on

 http://www.linuxtv.org/wiki/index.php/DVB-S_USB_Devices .
 First in the unsupported DVB-S USB device ans second in supportet
 DVB-S2 devices.
 So I understand that there is DVB-S2 support for this device but no
 DVB-S support. Is that right? 

I think it is just reflective of a double entry in the wiki, and a
misplacement.



 But in actual hg tree I found nothing
 about this device??
   
Have a read through the hits on the first page of this search and you
will probably be brought up to speed:
http://marc.info/?l=linux-dvbw=2r=1s=stb0899q=b

It appears that TT also has a USB S2 deviceIt stands to chance that
your Pinnacle and this TT device may very well be similar...(it would
not be a surprise at all if they even turn out to be the exact same device).

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

[linux-dvb] Tuning problem with some Frequencies qt1010, dvb_usb_gl861 (MSI Mega Sky 580)

2007-09-27 Thread Roland Marcus Rutschmann
Hi,

I have a problem with the tuning frequency 530 MHz.

With another dvb-t stick under linux and the MSI Mega Sky under Windows I get 
11 Programms in 3 frequency-bands, with MSI under Linux I cannot tune to  the 
3 programms of the frequency-band around 530MHz. Other frequencies work fine.

scanning de-Regensburg
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 19150 1 2 9 1 1 2 0
initial transponder 53000 0 2 9 1 1 3 0
initial transponder 73000 0 2 9 1 1 3 0
 tune to: 
19150:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_8:HIERARCHY_NONE
0x 0x0020: pmt_pid 0x0200 BR -- Das Erste (running)
0x 0x0002: pmt_pid 0x0020 BR -- arte (running)
0x 0x0003: pmt_pid 0x0030 BR -- Phoenix (running)
0x 0x0006: pmt_pid 0x0060 BR -- EinsPlus (running)
Network Name 'ARD Bayern'
 tune to: 
53000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
WARNING:  tuning failed!!!

The initial scan file works fine with another dvb-t stick (terratec cinergy) 
and fits the information for hohe Leuchte in
http://dvb-t.the-media-channel.com/bayern/dvb-t-ostbayern.html

I had some messages like:
qt1010 I2C read failed
qt1010 I2C write failed

which I got rid from with this hint:

http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg25733.html

but the tuning problem persists. If anybody got a hint for me, I'd be very 
happy.

Thanks,

Roland




--
Roland Marcus Rutschmann [EMAIL PROTECTED]


pgpvJqyw0WhFi.pgp
Description: PGP signature
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Tuning problem with some Frequencies qt1010, dvb_usb_gl861 (MSI Mega Sky 580)

2007-09-27 Thread Antti Palosaari
hi,

Roland Marcus Rutschmann wrote:
 With another dvb-t stick under linux and the MSI Mega Sky under Windows I get 
 11 Programms in 3 frequency-bands, with MSI under Linux I cannot tune to  the 
 3 programms of the frequency-band around 530MHz. Other frequencies work fine.

Known problem. Performance is bad due to zl10353 demodulator driver and 
also qt1010 needs some changes after demodulator driver fix. But I 
cannot fix it because I don't know what is the meaning of some zl10353 
registers needed to get it working better. I wonder if those are for 
AGC2... Same demodulator driver is used by too many cards, therefore it 
is hard to change without knowing exactly what to do.

 I had some messages like:
 qt1010 I2C read failed
 qt1010 I2C write failed
 
 which I got rid from with this hint:
 
 http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg25733.html

This can be fixed :) But unfortunately it does not have nothing to do 
with tuning problem :[

/antti

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


Re: [linux-dvb] [scan patch] do not set ca field to 1 for vdr

2007-09-27 Thread Klaus Schmidinger
On 09/27/07 16:33, Christoph Pfister wrote:
 Can somebody offical from vdr confirm this patch (sorry, I don't know the 
 who's-who there)?
 
 Because only vdr output format is affected and I don't think people use that 
 format for other purposes than vdr, I don't see any reason against applying 
 it (the actual changes are vdr's beer, not mine :)
 
 Christoph

Setting the CA value to 0 (zero) is perfectly ok for VDR versions = 1.3.

Klaus

 Am Samstag 22 September 2007 schrieb Anssi Hannula:
 Since VDR 1.3 series (released about 3-5 years ago I think), VDR updates
 the ca field of channels.conf entry automatically. However, value 1
 has a special meaning to VDR. It will force the use of DVB card 1 to
 receive the channel, and will not update the ca field to its proper value.

 However, scan defaults to setting ca value to 1 on encrypted channels,
 which does not make sense.

 The attached patch adds a new default value -1 to -x parameter and
 sets vdr default version to 3 instead of the now obsolete 2. With
 the new value -1 scan will set ca field of all channels to 0 and let
 VDR update the field properly.

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


Re: [linux-dvb] Fwd: V4L Patches to add DVB support for AVerMedia E506

2007-09-27 Thread mimo
Ok, here I'm probably pushing my luck but... what are the chances of getting 
remote control support under linux really? I tried with the instructions on 
the v4l wiki 
(http://www.linuxtv.org/v4lwiki/index.php/Remote_controllers#How_to_add_remote_control_support_to_a_card_.28GPIO_remotes.29)
 
and added it to saa7134-cards and -input but it didn't show any reactions to 
me frantically pressing the keys of my remote

btw thanks again for getting the dvb support working. after a week or so I 
think it's way more stable (meaning it hasn't crashed ever) than the 
avermedia software and reception seems better too (found some new channels).

mimo
On Wednesday 19 September 2007 18:51:26 Markus Rechberger wrote:
 since the mail didn't seem to get through...

 -- Forwarded message --
 From: mimo [EMAIL PROTECTED]
 Date: Wed, 19 Sep 2007 18:47:23 +0100
 Subject: Re: V4L Patches to add DVB support for AVerMedia E506
 To: Markus Rechberger [EMAIL PROTECTED]
 Cc: Ed G [EMAIL PROTECTED], linux-dvb@linuxtv.org,
 [EMAIL PROTECTED], German Gomez [EMAIL PROTECTED],
 [EMAIL PROTECTED], dimon-ltd [EMAIL PROTECTED], Carlo Cassinelli
 [EMAIL PROTECTED], Giovanni Lopedote
 [EMAIL PROTECTED], Virág János [EMAIL PROTECTED], Vadim
 Dyadkin [EMAIL PROTECTED]

 Hi all

 DVB-T works brilliantly. Thanks a lot to everybody for all your work!

 mimo

 On Tuesday 18 September 2007 17:36:48 Markus Rechberger wrote:
  Hi all,
 
  Ed submitted a patch for adding the outstanding DVB support of the
  Avermedia E506 device.
  So now radio, DVB-T and Analog TV seems to be supported, it would be nice
  if you guys could test the functionality of that driver.
 
  http://mcentral.de/wiki/index.php/AverMedia_Cardbus_Hybrid_TV_FM_E506R
 
  So thanks go out to Vadim Dyadkin who went to Dresden with his device so
  that we could enable analogue TV and a few weeks after for meeting him
  again in Berlin and adding support for Radio, and finally Ed for DVB and
  improving Radio :-)
 
  Markus
 
  On 9/18/07, Ed G [EMAIL PROTECTED] wrote:
   Markus,
  
   I have attached a raw patch file as well as the output from hg export.
   I ran make commit which seems to cleanup whitespace and add extra
   changes to the export file.
  
   I used the patch file on your latest V4L-experimental tree and
   checked it all works.
  
   Let me know if you still have problems.
  
   Regards,
   Ed.
  
- Original Message -
From: Markus Rechberger [EMAIL PROTECTED]
To: Ed G [EMAIL PROTECTED]
Subject: Re: V4L Patches to add DVB support for AVerMedia E506
Date: Mon, 17 Sep 2007 14:22:46 +0200
   
   
Hi Ed,
   
your patch doesn't apply against the latest v4l-dvb-experimental
tree. Could you try to apply and test it against the latest tree?
   
thanks alot for your work, I'm sure many users will love it :)
Markus
   
On 9/17/07, Ed G [EMAIL PROTECTED] wrote:
 Marcus

 Please find attached patches for your V4L-Experimental project.
 The patches work for me and also fix some problems with switching
 between TV and Radio.
 An outstanding issue is that at times the tuner takes a minute or
 two to properly lock-in to analogue channels.

 Please let me know if there is anything else you need to publish
 the patches.

 Keep up the good work.

 Regards,
 Ed.
   
--
Markus Rechberger
  
   --
   We've Got Your Name @ www.mail.com!!!
   Get a FREE E-mail Account Today - Choose From 100+ Domains

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


Re: [linux-dvb] DiB0700 firmware problems

2007-09-27 Thread David Harvey
On Thursday 27 September 2007 11:00:02 [EMAIL PROTECTED] wrote:
 Re: [linux-dvb] DiB0700 firmware problems


Hi,

I'm experiencing disconnects in a matter of hours with mythtv .

Details are as follows
kernel(Ubuntu Feisty): Linux frontroom 2.6.20-16-generic #2 SMP Fri Aug 31 
00:55:27 UTC 2007 i686 GNU/Linux

[EMAIL PROTECTED]:~$ lsusb
Bus 004 Device 005: ID 2040:7060 Hauppauge

Device: Wintv Nova-T usb

App: Mythtv

Symptoms:  Disconnects after anything between a couple of hours or days.

Using the latest firmware and hg-src of the same date as the firmware was 
released.

Thanks for your efforts.  Happy to help if I can do anything further.

dh

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


[linux-dvb] Eit fixup coding howto?

2007-09-27 Thread manu

Hi all,
I use a dvb-s card with mythtv, the provider is canalsatellite caraibes  
(the

alter-ego though lesser quality of the French provider).
The eit does not work at all (everything is unknown). I know there is  
now/next

info embedded with every prog as I can get it while watching a channel.
Moreover there is an epg channel that you can consult separetely with a  
few

days AFAICT, though it could be only one day worth I am not sure.
So... the question: I have seen that there are fixupsfor the eit
scanner,where can I find some docs (if there is something else than the
source) and what kind of info I need (eg the TS of the epg channel, the
standards...)
TIA
Bye
Manu





___
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com


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

[linux-dvb] [PATCH, RFC] KWorld ATSC-115 detection

2007-09-27 Thread Eric Sandeen
So, just got my shiny new Kworld ATSC-115 card in the mail.

Any desire for a patch to actually detect the new PCI ID, even
though I guess it's pretty much the same card as the ATSC 110?

Full-on pedantic patch below, I know not all of this needs to be
duplicated if it's truly identical hardware

Comments?  (build  load tested only, not currently near a signal
to test it but I assume it's fine, since using the card=90 module
option is reported to work)

Thanks,

-Eric

Signed-off-by: Eric Sandeen [EMAIL PROTECTED]

Index: v4l-dvb/linux/Documentation/video4linux/CARDLIST.saa7134
===
--- v4l-dvb.orig/linux/Documentation/video4linux/CARDLIST.saa7134
+++ v4l-dvb/linux/Documentation/video4linux/CARDLIST.saa7134
@@ -116,3 +116,4 @@
 115 - Sabrent PCMCIA TV-PCB05  [0919:2003]
 116 - 10MOONS TM300 TV Card[1131:2304]
 117 - Avermedia Super 007  [1461:f01d]
+118 - Kworld ATSC115   [17de:7352]
Index: v4l-dvb/linux/drivers/media/video/saa7134/saa7134-cards.c
===
--- v4l-dvb.orig/linux/drivers/media/video/saa7134/saa7134-cards.c
+++ v4l-dvb/linux/drivers/media/video/saa7134/saa7134-cards.c
@@ -2845,6 +2845,30 @@ struct saa7134_board saa7134_boards[] = 
.amux = LINE2,
}},
},
+   [SAA7134_BOARD_KWORLD_ATSC115] = {
+   .name   = Kworld ATSC115,
+   .audio_clock= 0x00187de7,
+   .tuner_type = TUNER_PHILIPS_TUV1236D,
+   .radio_type = UNSET,
+   .tuner_addr = ADDR_UNSET,
+   .radio_addr = ADDR_UNSET,
+   .tda9887_conf   = TDA9887_PRESENT,
+   .mpeg   = SAA7134_MPEG_DVB,
+   .inputs = {{
+   .name = name_tv,
+   .vmux = 1,
+   .amux = TV,
+   .tv   = 1,
+   },{
+   .name = name_comp1,
+   .vmux = 3,
+   .amux = LINE2,
+   },{
+   .name = name_svideo,
+   .vmux = 8,
+   .amux = LINE2,
+   }},
+   },
[SAA7134_BOARD_AVERMEDIA_A169_B] = {
/* AVerMedia A169  */
/* Rickard Osser [EMAIL PROTECTED]  */
@@ -4123,6 +4147,12 @@ struct pci_device_id saa7134_pci_tbl[] =
.driver_data  = SAA7134_BOARD_KWORLD_ATSC110,
},{
.vendor   = PCI_VENDOR_ID_PHILIPS,
+   .device   = PCI_DEVICE_ID_PHILIPS_SAA7133, /* SAA7135HL */
+   .subvendor= 0x17de,
+   .subdevice= 0x7352,
+   .driver_data  = SAA7134_BOARD_KWORLD_ATSC115,
+   },{
+   .vendor   = PCI_VENDOR_ID_PHILIPS,
.device   = PCI_DEVICE_ID_PHILIPS_SAA7134,
.subvendor= 0x1461,
.subdevice= 0x7360,
@@ -4727,6 +4757,7 @@ int saa7134_board_init2(struct saa7134_d
}
break;
case SAA7134_BOARD_KWORLD_ATSC110:
+   case SAA7134_BOARD_KWORLD_ATSC115:
{
/* enable tuner */
int i;
Index: v4l-dvb/linux/drivers/media/video/saa7134/saa7134-dvb.c
===
--- v4l-dvb.orig/linux/drivers/media/video/saa7134/saa7134-dvb.c
+++ v4l-dvb/linux/drivers/media/video/saa7134/saa7134-dvb.c
@@ -839,6 +839,10 @@ static struct nxt200x_config kworldatsc1
.demod_address= 0x0a,
 };
 
+static struct nxt200x_config kworldatsc115 = {
+   .demod_address= 0x0a,
+};
+
 /* ==
  * Core code
  */
@@ -991,6 +995,14 @@ static int dvb_init(struct saa7134_dev *
   NULL, DVB_PLL_TUV1236D);
}
break;
+   case SAA7134_BOARD_KWORLD_ATSC115:
+   dev-dvb.frontend = dvb_attach(nxt200x_attach, kworldatsc115,
+  dev-i2c_adap);
+   if (dev-dvb.frontend) {
+   dvb_attach(dvb_pll_attach, dev-dvb.frontend, 0x61,
+  NULL, DVB_PLL_TUV1236D);
+   }
+   break;
case SAA7134_BOARD_FLYDVBS_LR300:
dev-dvb.frontend = dvb_attach(tda10086_attach, flydvbs,
   dev-i2c_adap);
Index: v4l-dvb/linux/drivers/media/video/saa7134/saa7134.h
===
--- v4l-dvb.orig/linux/drivers/media/video/saa7134/saa7134.h
+++ v4l-dvb/linux/drivers/media/video/saa7134/saa7134.h
@@ -247,6 +247,7 @@ struct saa7134_format {
 #define 

Re: [linux-dvb] [PATCH, RFC] KWorld ATSC-115 detection

2007-09-27 Thread Michael Krufky
On 9/27/07, Eric Sandeen [EMAIL PROTECTED] wrote:
 So, just got my shiny new Kworld ATSC-115 card in the mail.

 Any desire for a patch to actually detect the new PCI ID, even
 though I guess it's pretty much the same card as the ATSC 110?

 Full-on pedantic patch below, I know not all of this needs to be
 duplicated if it's truly identical hardware

 Comments?  (build  load tested only, not currently near a signal
 to test it but I assume it's fine, since using the card=90 module
 option is reported to work)

 Thanks,

 -Eric

 Signed-off-by: Eric Sandeen [EMAIL PROTECTED]

 @@ -4123,6 +4147,12 @@ struct pci_device_id saa7134_pci_tbl[] =
 .driver_data  = SAA7134_BOARD_KWORLD_ATSC110,
 },{
 .vendor   = PCI_VENDOR_ID_PHILIPS,
 +   .device   = PCI_DEVICE_ID_PHILIPS_SAA7133, /* SAA7135HL */
 +   .subvendor= 0x17de,
 +   .subdevice= 0x7352,
 +   .driver_data  = SAA7134_BOARD_KWORLD_ATSC115,
 +   },{
 +   .vendor   = PCI_VENDOR_ID_PHILIPS,
 .device   = PCI_DEVICE_ID_PHILIPS_SAA7134,
 .subvendor= 0x1461,
 .subdevice= 0x7360,


Eric,

You can remove every hunk of your patch except for the one above, but
instead link that subsystem ID to SAA7134_BOARD_KWORLD_ATSC110 ...
The two cards are the same, as far as the driver is concerned.

Will you be able to test ATSC, QAM and NTSC?

Cheers,

Mike

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


Re: [linux-dvb] [PATCH, RFC] KWorld ATSC-115 detection

2007-09-27 Thread Eric Sandeen
Michael Krufky wrote:
 @@ -4123,6 +4147,12 @@ struct pci_device_id saa7134_pci_tbl[] =
 .driver_data  = SAA7134_BOARD_KWORLD_ATSC110,
 },{
 .vendor   = PCI_VENDOR_ID_PHILIPS,
 +   .device   = PCI_DEVICE_ID_PHILIPS_SAA7133, /* SAA7135HL 
 */
 +   .subvendor= 0x17de,
 +   .subdevice= 0x7352,
 +   .driver_data  = SAA7134_BOARD_KWORLD_ATSC115,
 +   },{
 +   .vendor   = PCI_VENDOR_ID_PHILIPS,
 .device   = PCI_DEVICE_ID_PHILIPS_SAA7134,
 .subvendor= 0x1461,
 .subdevice= 0x7360,
 
 
 Eric,
 
 You can remove every hunk of your patch except for the one above, but
 instead link that subsystem ID to SAA7134_BOARD_KWORLD_ATSC110 ...
 The two cards are the same, as far as the driver is concerned.

Ok.  I knew it was overboard. (although it is nice to see the actual
product name in dmesg...)  :)

 Will you be able to test ATSC, QAM and NTSC?

I can test QAM and NTSC, but not ATSC, no antenna...

Thanks!
-Eric

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