Re: [linux-dvb] DVB-C, distortion on some channels.

2007-11-16 Thread Mattias Bergsten
Jonas Kvinge wrote: > I am using MythTV but I have the same problem with Kaffeine. To make > sure it wasn't a poor signal that was causing it I tested with the > decoder provider by the cable company and it was fine using that > decoder. Could my card be defective even though some channels fine? A

Re: [linux-dvb] never do symbol_put(tunerfoo_attach);

2007-11-16 Thread hermann pitton
Am Freitag, den 16.11.2007, 19:10 -0500 schrieb [EMAIL PROTECTED]: > Michel Ludwig wrote: > > On Fri 16 Nov 2007, you wrote: > > > >> We like to make linuxtv drivers modular and forward compatible. There > >> _are_ devices out there that use other tuners, and if you hardcode > >> xc3028 into th

Re: [linux-dvb] never do symbol_put(tunerfoo_attach);

2007-11-16 Thread mkrufky
Michel Ludwig wrote: > On Fri 16 Nov 2007, you wrote: > >> We like to make linuxtv drivers modular and forward compatible. There >> _are_ devices out there that use other tuners, and if you hardcode >> xc3028 into this driver, it prevents future developers from adding >> support for other devic

Re: [linux-dvb] never do symbol_put(tunerfoo_attach);

2007-11-16 Thread mkrufky
Mauro Carvalho Chehab wrote: > Em Sex, 2007-11-16 às 18:37 -0500, [EMAIL PROTECTED] escreveu: > >> Michel Ludwig wrote: >> >>> Hi Mike, >>> >>> On Fri 16 Nov 2007, [EMAIL PROTECTED] wrote: >>> >>> Mauro and Michel, This changeset is wrong: http://linuxtv.o

Re: [linux-dvb] never do symbol_put(tunerfoo_attach);

2007-11-16 Thread mkrufky
Michel Ludwig wrote: > Hi Mike, > > On Fri 16 Nov 2007, [EMAIL PROTECTED] wrote: > >> Mauro and Michel, >> >> This changeset is wrong: >> >> http://linuxtv.org/hg/~mchehab/tm6000/rev/79f9210425e2 >> >> You should not " symbol_put(xc3028_attach); " , because you don't always >> know that we're de

[linux-dvb] Pinnacle PCTV Sat Pro

2007-11-16 Thread Kioskas.lt Administratorius
Hi, I cann't install satellite tuner Pinnacle PCTV Sat Pro in my linux system. lspci -v output "Pinnacle systems .unknown device" message. I think this device is currently unsupported by linux. Can you help me to install this device? Arvydas

[linux-dvb] small hardware news: recent Medion/Aldi PCs with Creatix CTX_948

2007-11-16 Thread hermann pitton
Hi, the CTX_948 is a low profile triple PCI card. It is compatible with the saa7134 Medion Quad card=96, but in truth else a very different card. Known pitfall one: analog TV must be used first to get good results on DVB-T. Known pitfall two: the ISL6405EZR doesn't get sharp, needs currently a

[linux-dvb] never do symbol_put(tunerfoo_attach);

2007-11-16 Thread mkrufky
Mauro and Michel, This changeset is wrong: http://linuxtv.org/hg/~mchehab/tm6000/rev/79f9210425e2 You should not " symbol_put(xc3028_attach); " , because you don't always know that we're dealing with that tuner. Instead, just do "dvb_frontend_detach(fe)" -- that will detach both tuner and fro

Re: [linux-dvb] libdvben50221 docs and debuging

2007-11-16 Thread Akiva Sadovski
Hi, first of all I'd try to enter the CAM's MMI dialog with the "gnutv" application - to check whether the CAM may be accessed My 2c, Akiva От: [EMAIL PROTECTED] от имени [EMAIL PROTECTED] Отправлено: Пт, 16.11.2007 13:00 Кому: linux-dvb@linuxtv.org Тема:

[linux-dvb] Nexus-S not starting after current checkoutel

2007-11-16 Thread Stone
Hello, I just build 2.6.23.3 today and grabbed a fresh checkout of v4l-dvb. Now, VDR will not start with my Nexus-S. I have rolled back the drivers a few weeks and it works again. Anyone else having such issues? Best Regards. ___ linux-dvb mailing li

Re: [linux-dvb] Lifeview PCI TRIO DVB-S problems: can not tune half transponders, low SS and SNR

2007-11-16 Thread Vangelis Nonas
Hello Hermann, Thank you very much for you valuable help. Your suggestions helped a lot. Regards Vagelis hermann pitton wrote: > Hi Vangelis! > > Am Donnerstag, den 15.11.2007, 21:00 + schrieb Vangelis Nonas: > >> Hello Hermann, >> >> Your suggestion helped a lot indeed. I can now get ab

Re: [linux-dvb] A link DTU advice needed

2007-11-16 Thread Antti Palosaari
Dag Nygren wrote: > Citerar Antti Palosaari <[EMAIL PROTECTED]>: > >> moi >> attached patch should fix it. I have been too busy to find proper >> solution for ZL10353, though I now know how it should be done. > > Thank you very much. it worked? > On question though: > > To what incarnation of t

Re: [linux-dvb] libdvben50221 docs and debuging

2007-11-16 Thread Nagra Vision
I'm not sure if it is related, but you registered a TDT filter with CRC. As far as I know, there's no CRC in the TDT. Only the TOT. ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] DVB-C, distortion on some channels.

2007-11-16 Thread Jonas Kvinge
Hello, I have a Technotrend C-1500 card, I am experiencing some interference/distortion in image and sound on many of the channels, . when I experience this the mythfrontend dumps lots of errors see below. The strange thing is that some channels it occurs all the time, while some channels it occur

Re: [linux-dvb] libdvben50221 docs and debuging

2007-11-16 Thread David Härdeman
On Fri, November 16, 2007 06:52, Ben Bucksch wrote: > I am trying to use libdvben50221 from linuxtv-dvb-apps (version 20070114 > from Gentoo) to drive the CI/CA/CAM for some encrypted channels. I get > some printouts on the console, but it doesn't work, the channel is not > decrypted. I don't know

Re: [linux-dvb] libdvben50221 docs and debuging

2007-11-16 Thread Ben Bucksch
David Härdeman schrieb: > I don't know if you've done this, but it would perhaps be a good idea to > try the "gnutv" application first (it uses libdvben50221 and is in the > same repo) to make sure that everything works as expected. > > If gnutv works, then it might be time to start comparing your

Re: [linux-dvb] A link DTU advice needed

2007-11-16 Thread Dag Nygren
Citerar Antti Palosaari <[EMAIL PROTECTED]>: > moi > attached patch should fix it. I have been too busy to find proper > solution for ZL10353, though I now know how it should be done. Thank you very much. On question though: To what incarnation of the driver tree should I use tha patch? My pat