[linux-dvb] diseqc amplifier

2008-02-02 Thread matthieu castet
Hi, I got a old dvb-s FF card (hauppauge nexus 2.1), and I would like to drive a diseqc motor (with VDR motor plugin). Unfortunately the card can't provide enough power to drive the motor (the motor start to move the dish, but often the card became crazy (firmware hand/reboot, ...)). I

[linux-dvb] DiBcom 3000MC/P LITEON lossing it's id.

2008-01-20 Thread matthieu castet
Hi, I got a LITE-ON USB2.0 DVB-T Tune that loose it's cold state vid/pid and got FX2 dev kit one (0x04b4,0x8613). I suppose the cypress chip doesn't manage to read the pid from i2c eeprom and give the default id. I patch the driver to replace USB_VID_LITEON,

Re: [linux-dvb] hdtv scanning

2006-11-05 Thread matthieu castet
Klaus Schmidinger wrote: matthieu castet wrote: matthieu castet wrote: Hi, Does somebody know why scan dvb-util or vdr failed to parse video pid of hdtv stream ? Why a patch like the attached one couldn't be added ? After some reflexion, a new category (video hd) should be created

[linux-dvb] hdtv scanning

2006-11-04 Thread matthieu castet
Hi, Does somebody know why scan dvb-util or vdr failed to parse video pid of hdtv stream ? Why a patch like the attached one couldn't be added ? Matthieu --- scan.c.old 2006-11-04 16:07:13.0 +0100 +++ scan.c 2006-11-04 16:07:26.0 +0100 @@ -755,6 +755,7 @@

Re: [linux-dvb] hdtv scanning

2006-11-04 Thread matthieu castet
matthieu castet wrote: Hi, Does somebody know why scan dvb-util or vdr failed to parse video pid of hdtv stream ? Why a patch like the attached one couldn't be added ? After some reflexion, a new category (video hd) should be created : dvb apps using channel file need to know

Re: [linux-dvb] DiB3000MC : autosearch doesn't work

2006-10-25 Thread matthieu castet
hi Mario, Mario Rossi wrote: I'm sorry if I had already written other mails about that, but I need time to understand how all those pieces are linked together. I would like to help somehow, to do some testing changing some of the settings in the driver but I still haven't found any

Re: [linux-dvb] DiB3000MC : autosearch doesn't work

2006-10-20 Thread matthieu castet
Hi, Patrick Boettcher wrote: Hi Matthieu, Can you please try if the autosearch now works correctly? I tried, for me it was OK. No, it doesn't seem to work : I tried with http://linuxtv.org/hg/~pb/v4l-dvb?cmd=manifest;manifest=dc6e4276ece1;path=/;style=gitweb . Then in VDR I changed

Re: [linux-dvb] Problem scanning with nova-t-usb2

2006-09-17 Thread matthieu castet
hi, ri.fifi wrote: Hello, i'm a problem for scanning with last v4l-dvb ( 3e90edbf7c53 ) and the frequency 746000 with my nova-t-usb2. The problem is with the new dib3000mc driver : the autotunning doesn't work anymore. And Patrick seems too busy to fix it. Until it is fixed, you need to

[linux-dvb] bootloader source code

2006-08-30 Thread matthieu castet
? Thanks Matthieu CASTET /* Boot.S: boot loader for Siemens DVB-S card Copyright (C) 2001 Convergence integrated media GmbH Written by Ralph Metzler [EMAIL PROTECTED] Copyright (C) 2006 Matthieu CASTET [EMAIL PROTECTED] This program

Re: [linux-dvb] DiB3000MC rewritten and MT2060 is ready to go into main

2006-08-21 Thread matthieu castet
Patrick Boettcher wrote: Hi Matthieu, I committed a modification to finally fix it. Thanks, but with our fix does other modes will still works : you don't set anymore bit 1 ? Do you think there is a way to better handle hight bandwidth stream (usb urb tunning, some register tunning) or it

Re: [linux-dvb] DiB3000MC rewritten and MT2060 is ready to go into main

2006-08-20 Thread matthieu castet
1010 9 p/s 1 kb/s14 kbit 8191 926 p/s 170 kb/s 1393 kbit 8192 16540 p/s 3036 kb/s 24877 kbit Signed-off-by: Matthieu CASTET [EMAIL PROTECTED] --- dib3000mc.c 2006-08-20 12:57:32.0 +0200 +++ dib3000mc.c 2006-08-20 12:59:32.0 +0200 @@ -193,8 +193,7 @@ u16

Re: [linux-dvb] DiB3000MC rewritten and MT2060 is ready to go into main

2006-08-18 Thread matthieu castet
Hi, Patrick Boettcher wrote: Hi, On Thu, 17 Aug 2006, matthieu castet wrote: Are you running on USB2.0? No usb1.1 On usb2.0 it seems to work (but the configuration is a bit different). Is there a way to check if the usb bandwidht don't overflow because of bad filtering ? So OK

Re: [linux-dvb] DiB3000MC rewritten and MT2060 is ready to go into main

2006-08-17 Thread matthieu castet
Hi Patrick, Patrick Boettcher wrote: Hi, On Wed, 16 Aug 2006, matthieu castet wrote: I found a bug in the mt2060, the VGAG wasn't set to a correct level. Now I get the signal level from the old driver, but there still no picture... The rate of the dvb stream reported by femon (from vdr

Re: [linux-dvb] DiB3000MC rewritten and MT2060 is ready to go into main

2006-08-17 Thread matthieu castet
matthieu castet wrote: Hi Patrick, Patrick Boettcher wrote: Hi, On Wed, 16 Aug 2006, matthieu castet wrote: I found a bug in the mt2060, the VGAG wasn't set to a correct level. Now I get the signal level from the old driver, but there still no picture... The rate of the dvb stream

Re: [linux-dvb] DiB3000MC rewritten and MT2060 is ready to go into main

2006-08-16 Thread matthieu castet
Hi, matthieu castet wrote: matthieu castet wrote: [EMAIL PROTECTED] wrote: Hi, Selon Patrick Boettcher [EMAIL PROTECTED]: Might be a mistake: Do you say that when you convert the data from the old buffer to the new agc-structure it works better? Otherwise I don't see why it changed

[linux-dvb] DiB3000MC : autosearch doesn't work

2006-08-15 Thread matthieu castet
Hi, If I try to scan some transponders with the initial file [1] and the scan utility from dvb-apps [2], the autosearch works for the configuration 2/3 NONE QAM64 8k 1/32 NONE but not for the configuration 3/4 NONE QAM64 8k 1/8 NONE. It seems dib3000mc_autosearch_is_irq return 1 (failed),

Re: [linux-dvb] DiB3000MC : autosearch doesn't work

2006-08-15 Thread matthieu castet
matthieu castet wrote: Hi, If I try to scan some transponders with the initial file [1] and the scan utility from dvb-apps [2], the autosearch works for the configuration 2/3 NONE QAM64 8k 1/32 NONE but not for the configuration 3/4 NONE QAM64 8k 1/8 NONE. It seems