[linux-dvb] qam256 problem with Technotrend C2300 DVB-C card

2006-10-08 Thread e9hack
Hi, I've problems with the TT-C2300 DVB-C card and qam256 modulated channels. After switching to a qam256 channel, the card needs between 0.5 and 1 hour to get the lock. Possible it is a problem of the reduced i2c bus speed. If the stv0297 is accessed with a higher i2c bus speed, the card gets

Re: [linux-dvb] ASUSTEK P7131 Dual TV dvb mode?

2006-10-08 Thread v+dvb
On Sat, Oct 07, 2006 at 02:59:45PM +0300, you [EMAIL PROTECTED] wrote: On Sat, Oct 07, 2006 at 12:23:19AM +0200, you [hermann pitton] wrote: the strange thing is that the patch at the known good mirror spinics.net looks OK and others have reported it working too. But on a first glance

[linux-dvb] How to turn off +5V supply on AirStar2

2006-10-08 Thread Klaus Schmidinger
Does anybody know a way to turn off the +5V supply voltage on the antenna input of the TechniSat AirStar2 DVB-T card? The driver source file frontends/mt352.c mentions the MT352 design manual from Zarlink, so I assume somebody must have access to that manual. Is it publicly available? Or could

[linux-dvb] [PATCH] fix NULL pointer dereference in NOVA T USB2 Remote Control

2006-10-08 Thread Mario Rossi
This patch fixes the NULL pointer exception while using the Remote Control for a NOVA T USB2. Basically this line was missing (for the properties of the device dvb_usb_device_properties) .size_of_priv = sizeof(struct dibusb_state), I'm not sure the fix is 100% correct since the same

[linux-dvb] Leadtek WinFast DTV dongle changes multiplex only on 1/2 computers

2006-10-08 Thread CIJOML
Hi Patrick, I own 2 laptops. I own 2 dongles, 1 Freecom and one Winfast DTV Dongle. Freecom is able change multiplex on both computers, but WinFast DTV changes multiplex only on one of them. I have downloaded http://linuxtv.org/hg/v4l-dvb?ca=7efa405e2d66;type=bz2 package and dongle is

Re: [linux-dvb] How to turn off +5V supply on AirStar2

2006-10-08 Thread e9hack
Klaus Schmidinger wrote: Found the manual at http://82.171.205.59/downloads/dvb/Datasheets/ICs/MT352_DesignManual_Aug04.pdf but unfortunately it doesn't say anything about the antenna supply voltage... Maybe the MT352 wasn't the right lead after all, so any ideas would still be welcome.

Re: [linux-dvb] ASUSTEK P7131 Dual TV dvb mode?

2006-10-08 Thread v+dvb
On Sun, Oct 08, 2006 at 11:08:35AM +0300, you [EMAIL PROTECTED] wrote: BTW, now I can't get sound from fm radio not analog tv at all: [140924.232483] saa7133[0]: dsp access error [140924.232487] saa7133[0]: dsp access error I don't think the saa7134-dvb patch made the difference, as this

Re: [linux-dvb] UK DVB-T and BBC PARLIAMENT

2006-10-08 Thread Soyeb Aswat
Hi Mario, I'm trying to watch the channel BBC PARLIAMENT on DVB-T but I get audio only while I'm sure I've seen the video of that channel in highstreet shops. I don't think they broadcast video all the time. Also the video is only quarter-screen when it is shown. Regards, Soyeb

[linux-dvb] Re: UK DVB-T and BBC PARLIAMENT

2006-10-08 Thread Mario Rossi
I don't think they broadcast video all the time. Also the video is only quarter-screen when it is shown. Now that you say it, I think I've always seen the quarter-screen video. Does it mean that it is a sort of Teletext+Video and not a normal plain MPEG2 channel?

Re: [linux-dvb] Re: UK DVB-T and BBC PARLIAMENT

2006-10-08 Thread Soyeb Aswat
I don't think they broadcast video all the time. Also the video is only quarter-screen when it is shown. Now that you say it, I think I've always seen the quarter-screen video. Does it mean that it is a sort of Teletext+Video and not a normal plain MPEG2 channel? As I understand it, it is

Re: [linux-dvb] UK DVB-T and BBC PARLIAMENT

2006-10-08 Thread Darren Salt
I demand that Mario Rossi may or may not have written... I'm trying to watch the channel BBC PARLIAMENT on DVB-T but I get audio only while I'm sure I've seen the video of that channel in highstreet shops. I receive the signal from Crystal Palace and this is the output of scan BBC

Re: [linux-dvb] Re: UK DVB-T and BBC PARLIAMENT

2006-10-08 Thread Tony Grant
On Sun, 2006-10-08 at 15:24 +0100, Mario Rossi wrote: I don't think they broadcast video all the time. Also the video is only quarter-screen when it is shown. Now that you say it, I think I've always seen the quarter-screen video. Does it mean that it is a sort of Teletext+Video and not a

Re: [linux-dvb] How to turn off +5V supply on AirStar2

2006-10-08 Thread Klaus Schmidinger
e9hack wrote: ... I think, you will found nothing about the antenna supply in the spec of the demodulator (MT352) or the pll (TSA5523M). If the card has implemented a switchable supply, they will use one of the GPIO-Pins (GPP3 from MT352 or P0..P7 from TSA5523M). The band switch bytes for the

Re: [linux-dvb] How to turn off +5V supply on AirStar2

2006-10-08 Thread Klaus Schmidinger
Klaus Schmidinger wrote: e9hack wrote: ... I think, you will found nothing about the antenna supply in the spec of the demodulator (MT352) or the pll (TSA5523M). If the card has implemented a switchable supply, they will use one of the GPIO-Pins (GPP3 from MT352 or P0..P7 from TSA5523M). The

Re: [linux-dvb] How to turn off +5V supply on AirStar2

2006-10-08 Thread e9hack
Klaus Schmidinger wrote: in flexcop-fe-tuner.c I should do Well, or rather bs = ~0x08; to clear P3 (I guess I was off by one in my previous mail). Exactly, I meant that in this way. - Hartmut ___ linux-dvb mailing list

Re: [linux-dvb] How to turn off +5V supply on AirStar2

2006-10-08 Thread Klaus Schmidinger
e9hack wrote: Klaus Schmidinger wrote: in flexcop-fe-tuner.c I should do Well, or rather bs = ~0x08; to clear P3 (I guess I was off by one in my previous mail). Exactly, I meant that in this way. Ok, I tried that, but now tuning apparently doesn't work any more (no TS data).

Re: [linux-dvb] [PATCH] fix NULL pointer dereference in NOVA T USB2 Remote Control

2006-10-08 Thread Patrick Boettcher
Hi Mario, sorry for the delay. On Sun, 8 Oct 2006, Mario Rossi wrote: This patch fixes the NULL pointer exception while using the Remote Control for a NOVA T USB2. Basically this line was missing (for the properties of the device dvb_usb_device_properties) .size_of_priv =

Re: [linux-dvb] HVR-1300 only analog?

2006-10-08 Thread Michael Krufky
ThomP Pontoppidan wrote: Hi, I just tried installing my HVR-1300 (again) seeing that it has been merged with the main tree. I downloaded this tree: v4l-dvb-7efa405e2d66 and did: make ivtv make make install After a reboot, dmesg shows this: cx2388x cx88-mpeg Driver Manager version

Re: [linux-dvb] Haupage WinTV Nova-T-500 second tuner poor signal problems

2006-10-08 Thread Patrick Boettcher
On Thu, 5 Oct 2006, Adam Bartlett wrote: Hi All, I recently purchased a Nova-T-500 and the first tuner is working perfectly with MythTV. However the second input only picks up BBC1, BBC2, BBC3 (and all channels on that multiplex) etc and not ITV1, ITV2, Channel4, and E4 etc. Both tuners

Re: [linux-dvb] Re: UK DVB-T and BBC PARLIAMENT

2006-10-08 Thread Gavin Hamill
On Sun, 08 Oct 2006 16:57:46 +0200 Tony Grant [EMAIL PROTECTED] wrote: I have looked at it a couple of times (not really my thing...) on DVB-S and it was a normal channel back then. Can't check right now I'm moving and won't have TV for three weeks. Last time I looked (a couple of years) at

Re[2]: [linux-dvb] Re: UK DVB-T and BBC PARLIAMENT

2006-10-08 Thread david may
Hello Gavin, Sunday, October 8, 2006, 8:40:04 PM, you wrote: On Sun, 08 Oct 2006 16:57:46 +0200 Tony Grant [EMAIL PROTECTED] wrote: I have looked at it a couple of times (not really my thing...) on DVB-S and it was a normal channel back then. Can't check right now I'm moving and won't

Re: Re[2]: [linux-dvb] Re: UK DVB-T and BBC PARLIAMENT

2006-10-08 Thread Gavin Hamill
On Sun, 8 Oct 2006 21:55:57 +0100 david may [EMAIL PROTECTED] wrote: yeah , thats the one i can get on the stb but cant see the video on the dvb-t even the windows dvb apps. Aye, you need to add a specific entry for it - it won't appear or be detected automatically.. Your STB is being more

Re: [linux-dvb] ASUSTEK P7131 Dual TV dvb mode?

2006-10-08 Thread hermann pitton
Hi, Am Sonntag, den 08.10.2006, 16:11 +0300 schrieb [EMAIL PROTECTED]: On Sun, Oct 08, 2006 at 11:08:35AM +0300, you [EMAIL PROTECTED] wrote: BTW, now I can't get sound from fm radio not analog tv at all: [140924.232483] saa7133[0]: dsp access error [140924.232487] saa7133[0]: dsp

[linux-dvb] Re: MSI Megasky 580 Firmware

2006-10-08 Thread Michael Krufky
Matthew Haughton wrote: Hello, I've managed to build the module for the tuner, and I believe it's installed correctly, and now dmesg complains about firmware. I've looked around on Google and in the firmware dirs on linuxtv.org but can't find it. Where can I get it? Can I extract it from an