[linux-dvb] Re: Video datastream broken the legend continues ...

2004-07-30 Thread Andreas Share
On Friday 30 July 2004 17:40, Wolfgang Fritz wrote: The simplest explanation would be a bad signal quality. Did you try this test without VDR, for example with szap -i? yes, did this too .. there was no noticeable difference ... i do not think it is a bad signal problem, i haver never

[linux-dvb] Re: Correction Experimental patch against ves1x93

2004-07-30 Thread Andreas Share
On Thursday 29 July 2004 22:45, Andreas Share wrote: Comments are welcome here we go ;-) Note: The frequence ranges dependent charge pump current value are based on an Philips comparison measurement between sp5659 and tsa5059, hopefully this values are correct;) - raising up

[linux-dvb] Re: Correction Experimental patch against ves1x93

2004-07-30 Thread Andreas Share
Btw: Rev 1.3 cards have some problem with one of the 5V line in newer, faster pcs. this cause unrealiable lock an jumping str snr values. There exist an hardware mod to around this problem, using down regulated 5V from the 12V line. This eliminates this problems. that sounds very

[linux-dvb] Correction Experimental patch against ves1x93

2004-07-29 Thread Andreas Share
Hi, here are some patch against the current ves1x93.c dvb-kernel code. The patch do following: - .frequency_stepsize is set to (the correct) 125 (kHz), because both pll´s using a clock comparision frequency of 125 kHz. - correct the pwr shifting in sp5659_set_tv_freq() from 5 to 6, because the

[linux-dvb] Re: Correction Experimental patch against ves1x93

2004-07-29 Thread Andreas Share
Hi, here are some patch against the current ves1x93.c dvb-kernel code. The patch do following: - .frequency_stepsize is set to (the correct) 125 (kHz), because both pll´s using a clock comparision frequency of 125 kHz. - correct the pwr shifting in sp5659_set_tv_freq() from 5 to 6,

[linux-dvb] Re: Video datastream brocken - origin (maybe) found

2004-07-28 Thread Andreas Share
- Original Message - From: Johannes Stezenbach [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 5:57 PM Subject: [linux-dvb] Re: Video datastream brocken - origin (maybe) found Helmut Auer wrote: Andreas Share wrote: after tons of debug-logs i have found

[linux-dvb] dvb_frontend_ioctl frontend_notifier

2004-07-27 Thread Andreas Share
Hi, i have seen dvb_frontend_ioctl() calls the fronend_notifier funktion on every diseqc or set_tone ioctl and set fe-state =FESTATE_IDLE switch (cmd) { case FE_DISEQC_SEND_MASTER_CMD: case FE_DISEQC_SEND_BURST: case FE_SET_TONE: if (fe-status) dvb_call_frontend_notifiers (fe, 0);

[linux-dvb] Video datastream brocken - origin (maybe) found

2004-07-22 Thread Andreas Share
Hi, after tons of debug-logs i have found (maybe) the reason for the Video datastream broken errors (and maybe UPT errors too). The problems, at least with my skystar2 cards, are caused by an inconsistend timing (different runtime) between frontend and demux ioctl´s. With an unmodified vdr and

[linux-dvb] Re: Are frontend events queued?

2004-07-21 Thread Andreas Share
On Wed, Jul 21, 2004 at 07:31:36PM +0200, Wolfgang Fritz wrote: Hello, I'm trying to get some facts about the infamous video data stream broken error in VDR. The following modified code from VDR-1.3.10/dvbdevice.c cDvbTuner::Action active = true; while (active) {

[linux-dvb] Current dvb-kernel CVS broken?

2004-07-15 Thread Andreas Share
Hi, i have tried to use the current CVS driver, but with this, the ves1x93 frontend connect not to my rev 1.3 card. saa7146: register extension 'dvb'. saa7146: found saa7146 @ mem e1a7d000 (revision 1, irq 16) (0x13c2,0x). DVB: registering new adapter (Siemens/Technotrend/Hauppauge PCI

[linux-dvb] Skystar delivere unsynced TS Data

2004-07-15 Thread Andreas Share
Hi, additional to my problems with limited runtime on my both skystar2 rev 2.6c i have seen the skystar deliver many unscyced TS packets to the demux. Example: Jul 12 23:52:02 vdr vdr[11048]: probing /dev/dvb/adapter2/frontend0 Jul 12 23:52:02 vdr vdr[11640]: tuner on device 3 thread started

[linux-dvb] Re: Vdr video data stream broken

2004-07-10 Thread Andreas Share
Andreas Share wrote: Hmm, my skystar2 rev 2.6c/stv0299 dies within 2-3h, but my nova (like budget-ci) and my ff rev 1.5 sometimes run for ~12h... i have seen the skystar2 irq_handler calls dvb_dmx_swfilter_packets() more often than the other cards if (adapter-capturing != 0

[linux-dvb] Re: Vdr video data stream broken

2004-07-10 Thread Andreas Share
- Original Message - From: Jon Burgess [EMAIL PROTECTED] To: Andreas Share [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, July 10, 2004 10:26 PM Subject: [linux-dvb] Re: Vdr video data stream broken Andreas Share wrote: Hi, I have around 1600-1800 interrupts per second

[linux-dvb] Re: Vdr video data stream broken

2004-07-09 Thread Andreas Share
On Thursday 08 July 2004 23:03, Frank Oppel wrote: One more datapoint for you, in my setup I have VDR running with 4 DVB-T PCI cards and it works fine. I regularly have timers recording programmes on 2 or 3 cards simultaneously and have never seen the error you describe. Perhaps

[linux-dvb] Re: Vdr video data stream broken

2004-07-09 Thread Andreas Share
On Friday 09 July 2004 10:11, Andreas Share wrote: Can we say that everytime the stv0299 is involved ? Steffen No, because older skystar2 rev 2.3 with mt312 also involved. Andreas I have both cards and my impression is, that the nova/stv0229 triggers this bug more often than

[linux-dvb] Re: Vdr video data stream broken

2004-07-08 Thread Andreas Share
On Thursday 08 July 2004 16:23, Andreas Share wrote: On Thursday 08 July 2004 15:51, Christian Schuld wrote: I suppose none of the driver developers actually use such a setup with VDR regulary, because then it would have gotten more attention - simply because it is really

[linux-dvb] Re: Vdr video data stream broken

2004-07-08 Thread Andreas Share
On Thursday 08 July 2004 16:34, Gavin Hamill wrote: On Thursday 08 July 2004 15:29, Steffen Barszus wrote: Does klaus know about this ? Can something changed inside vdr to avoid this ? This is what i understood from what you have said :D, am I right ? I have this problem since months

[linux-dvb] Re: Vdr video data stream broken

2004-07-08 Thread Andreas Share
On Thursday 08 July 2004 16:56, Andreas Share wrote: Maybe the driver should close all filters, tune and then restart the filters... Agreed, especially when it is known, that some frontends deliver garbage, when they are not locked. Hmm, the ves1893yes...but my brand new rev 1.5

[linux-dvb] Problems with budget dvb-s cards

2004-07-02 Thread Andreas Share
Hi, i and some other people from vdrportal.de have some trouble using budget cards, because the card died after some time. In my case there are Skystar2 rev 2.6c and Nova budged (like budget-ci) cards and a fullfeatured rev. 1.5 card (all of them use the stv0299 friontend, but other reported

[linux-dvb] Re: Problems with budget dvb-s cards

2004-07-02 Thread Andreas Share
On Fri, Jul 02, 2004 at 04:41:37PM +0200, Andreas Share wrote: In this case there are no more handled IRQ´s to see in /proc/interrupts for the card. I have tried to debug this on a second computer with a rev 1.3 as primary and a second skystar2 as secondary card. The only i have seen

[linux-dvb] FE_SET_FRONTEND and Demuxe

2004-06-24 Thread Andreas Share
Hi, i have a (maybe stupid) question During skystar2 debuging i have seen that some feeds and filters will stopped and immediatly restart *before* fe_set_frontend is called in the frontend driver module. Should the driver not close all feed and filters if we retune and restart it after

[linux-dvb] Re: skystar2 problems ? video datastream broken/streamdev not working

2004-06-20 Thread Andreas Share
Hi! I have a two card setup here. The first card is a FSC TT Premium Rev 1.3, the second a skystar 2 2.6b card. I don't know if this is a driver issue or related to a two card setup, as i have seen other that seems to have the same problem too with a nova as second card, otherwise there

[linux-dvb] Re: AV7110 - problem with tunning

2004-06-18 Thread Andreas Share
Hi, i have AV7110 based DVB-S card. i have problem with tunning satelite station. lspci card identication: :00:11.0 Class 0480: 1131:7146 (rev 01) Subsystem: 13c2: OS: Linux debian testing kernel: vanilla 2.6.7, dvb-drivers direct from kernel if i loading modules,

[linux-dvb] Skystar2 Support broken in stv0299.c

2004-05-27 Thread Andreas Share
(and ca. 2 weeks back) cvs the stv0299 module could not find the SS2 frontend. Some hints? Greetings Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] stv0299 doesn´t probe for Skystar2

2004-05-24 Thread Andreas Share
(and ca. 2 weeks back) cvs the stv0299 module could not find the SS2 frontend. Some hints? Greetings Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] Re: Success: No SOutCommand errors, no ARM crashes anymore...

2004-04-25 Thread Andreas Share
Since I purchased a Nexus-S in August 2003, SOutCommand erros and ARM crashes or similar hit me almost regularely once a day. This kept going on through different driver, application and kernel versions, even with completely different hardware and Sat-wiring (except the DVB-card kept the

[linux-dvb] Re: av7110_send_fw_cmd error ect.

2004-03-20 Thread Andreas Share
Am Friday 19 March 2004 21:57 schrieben Sie: just insert some debug printk´s in av7110_before_after_tune() before the two firmware calls, and one printk in SetPIDs() and you see you got several calls from this 2 funktions, especialy without signal. You could also insert in

[linux-dvb] Re: Full featured card summary

2004-03-20 Thread Andreas Share
Cool. The Root/Dpram in your 2003-11-08 DVB snapshot is the same as the ones I extracted from dvb-ttpci-01.fw.gz currently on the website. So its definitely not that; I just wanted to make ABSOLUTELY sure it wasn't some build issue. I'm assuming your 2003-11-08 snapshot works for your

[linux-dvb] av7110_send_fw_cmd error ect.

2004-03-19 Thread Andreas Share
and COMTYPE_PIDFILTER, Scan/FlushTSQueue outcommands, but i think only MultiPID make the trouble. Greetings Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] Re: av7110_send_fw_cmd error ect.

2004-03-19 Thread Andreas Share
Hi Johannes, i don´t think the problem is in MultiPID, because this command lay around in the command buffer and looping this command (tested last night in case the buffer is not cleared) would not help. I think the main problem is in Scan/FlushTSQueue (i have always one of this two

[linux-dvb] Re: Problems with 1.1.1

2004-03-13 Thread Andreas Share
Be careful. The new code _works_ with BSRU6 (stv0299) and the old BSRV2 module. Remember that DiSEqC is _always_ done by the av7110 on full-featured cards. That is very weird.. So the new-ves1x93 must be in some mode that is interfering with the DISEQC being sent by the av7110... I

[linux-dvb] Re: Frontend experimental patch v1

2004-03-05 Thread Andreas Share
On Wednesday 03 March 2004 20:32, Andreas Share wrote: the ves1x93 driver do FE_RESET (aka ves1x93_clr_bit) also at the end of ves1x93_set_symbolrate (after tuning), so i think we should remove this also. Or need this tuner clr_bit twice? Are you able to test to see if it can

[linux-dvb] Re: Frontend experimental patch v1

2004-03-05 Thread Andreas Share
I have done some more tests arount crl_bit() in ves1x93 with my Rev 1.3 DVB-S (ves1893). Realy only one soft reset is needed for this demod (and i think for the ves1993 too) to aquire lock. But the ves1893 needs some short delay (according to the ves1893 appnote), up to ~500.000 Symbols

[linux-dvb] Re: Frontend experimental patch v1

2004-03-05 Thread Andreas Share
Am Friday 05 March 2004 19:28 schrieb Andreas Share: I have done some more tests arount crl_bit() in ves1x93 with my Rev 1.3 DVB-S (ves1893). Realy only one soft reset is needed for this demod snip Maybe it's slightly off topic, but i'am currently doing some research what changed

[linux-dvb] Re: Frontend experimental patch v1

2004-03-04 Thread Andreas Share
, and before the clr_bit(), i think this is nessasary because the old 0.9.4 driver works in this way. BTW: In the old 0.9.4 driver code the clr_bit() was doing twice, but i think somebody have forgot to remove one of the resets. But i will do some more tests over the weekend. Greetings Andreas Share

[linux-dvb] Re: Frontend experimental patch v1

2004-03-03 Thread Andreas Share
. Hi, the ves1x93 driver do FE_RESET (aka ves1x93_clr_bit) also at the end of ves1x93_set_symbolrate (after tuning), so i think we should remove this also. Or need this tuner clr_bit twice? Greetings Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe

[linux-dvb] Re: Frontend experimental patch v1

2004-03-03 Thread Andreas Share
the ves1x93 driver do FE_RESET (aka ves1x93_clr_bit) also at the end of ves1x93_set_symbolrate (after tuning), so i think we should remove this also. Or need this tuner clr_bit twice? Are you able to test to see if it can work without it? I don't have one of these tuners to find out

[linux-dvb] pwr Value in frontends (here: ves1x83)

2004-03-01 Thread Andreas Share
Hello, could somebody explain me the meaning of the pwr value in the ves1x93.c ? Eg in: u8 buf [4] = { (div 8) 0x7f, div 0xff, 0x95, (pwr 5) | 0x30 }; Greetings Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] Re: Another issue: frontend timeout value and low symbol rates

2004-02-24 Thread Andreas Share
way is to disable the AFC (if possible), so we could do all things by the driver. Greetings Andreas Share @Johannes Sorry, the last mail should go to the list, not private. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] StartHWFilter in av7110.c

2004-02-21 Thread Andreas Share
Hello, i have some question about StartHWFilter. Can somebody explain me the funktion of buf[1] = 16 from this routine? And, by the way, is the old filter path mode = 0x0320 always active, or route this filter path also to the new one? Greetings Andreas Share -- Info: To unsubscribe send

[linux-dvb] Slow Channel Switch with latest CVS (again)

2004-02-07 Thread Andreas Share
. With kernel 2.6.2-rc2 and dvb-kernel cvs from ~ 20.1. the switching is much faster. Is there someone else with the same problem? Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] Re: Slow Channel Switch with latest CVS (again)

2004-02-07 Thread Andreas Share
:) Switch now faster (again). Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] Re: Activation of a card via Nexus+VDR - Possible?

2004-02-06 Thread Andreas Share
. Greetings Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] Re: Testers wanted

2004-01-29 Thread Andreas Share
with the 2.6.x kernel series? yes. Holger Hello, there were some missing files Kconfig Makefile under linux/drivers/media/video OR a broken makelinks script (linking these two files to the dvb-kernel dir) in the current cvs. Greetings Andreas Share -- Info: To unsubscribe send a mail

[linux-dvb] Re: Testers wanted

2004-01-29 Thread Andreas Share
this driver work with the 2.6.x kernel series? yes. Holger Hello, there were some missing files Kconfig Makefile under linux/drivers/media/video OR a broken makelinks script (linking these two files to the dvb-kernel dir) in the current cvs. Greetings Andreas Share Hello, forget my last

[linux-dvb] Re: 1.0.2 Release?

2004-01-16 Thread Andreas Share
/soutcommand errors in dvb-kernel (and dvb too).;) Greetings Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] Re: 1.0.2 Release?

2004-01-15 Thread Andreas Share
. At the moment i use dvb-kernel cvs from last weekend with 2.6.1-rc3. Greetings Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] OutCommand, Soutcommand, Filter Errors

2003-12-04 Thread Andreas Share
Hello, i have now since i use the API3 driver the problem with following errors: Dec 3 16:16:34 vdr kernel: CommandRequest: timeout waiting for COMMAND to complete Dec 3 16:16:34 vdr kernel: StopHWFilter error Dec 3 16:16:35 vdr kernel: OutCommand: timeout waiting for COMMAND idle Dec 3

[linux-dvb] Re: [PATCH] heavy section filter crunching cancrash the arm

2003-03-17 Thread Andreas Share
is an nice idea, but is it not better do this via a little change in the api (via dmx_sct_filter_params), so we can select in user-space wich filter we whant to use? So we are able to mix hardware and software section filter at same time Greetings Andreas Share -- Info: To unsubscribe send

[linux-dvb] Re: [PATCH] heavy section filter crunchingcancrash the arm

2003-03-17 Thread Andreas Share
On Mon, 2003-03-17 at 18:47, Jeremy Hall wrote: Can you make a patch that will apply to DVB that adds this module functionality? (my machine runs 2.4.x and my understanding is that DVB-kernel only works with 2.5.x) ok, here it is. dvb-kernel can be used with recent 2.4.x kernels,

[linux-dvb] Re: Compilation under RedHat 8.0

2003-02-27 Thread Andreas Share
Le Jeudi 27 Février 2003 13:00, Alexandre CONRAD a écrit : But I know that my kernel has module support. The i2c and v4l module are loaded by default in RH 7.2 / 7.3. I guess they are in RH8 also. Well, my webcam works, and it uses video4linux AFAIK, right ? I have exactly the same feeling.

[linux-dvb] Re: press release

2002-03-19 Thread Andreas Share
On Tue, Mar 19, 2002 at 01:14:18PM +0100, Klaus Schmidinger wrote: Martin Springer wrote: http://www.galaxis.de/newsadmin/engl_show_news_detail.php3?id=684 What about the open source Linux DVB driver? Will it continue to be available freely? I guess a statement from the

[linux-dvb] [linux-dvb]Re: problem make insmod

2002-03-01 Thread Andreas Share
Hi All I have a problem with my DVB-s card: when I type make all right ;when i type make insmod this is the message make[1]: Entering directory `/root/DVB/driver' DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules) make[2]: Entering directory `/usr/src/linux' make -C

[linux-dvb] Re: Software decoder

2002-02-07 Thread Andreas Share
of there owners such a project will become an illegal status. Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] Re: EIT-Scanner on VDR 0.92

2001-08-25 Thread Andreas Share
Hi, today i updated to vdr 0.92 and the dvb driver from klaus page. I would like to state that for me the EPG Data works - on both the normal channels and the ppv channels. Just as Klaus reports it ... Could it be that it has to do with the card revision ? I have two WinTV DVBs Rev. 1.3

[linux-dvb] Re: EIT-Scanner on VDR 0.92

2001-08-22 Thread Andreas Share
Andreas Share wrote: Hi, the new EIT services works fine on the Premiere PPV channels, but: on all other channels the description ist gone, only the title will be displayed. Cound i have make a mistake? Or have someone an hint for me? Greetings Andreas Share

[linux-dvb] EIT-Scanner on VDR 0.92

2001-08-21 Thread Andreas Share
Hi, the new EIT services works fine on the Premiere PPV channels, but: on all other channels the description ist gone, only the title will be displayed. Cound i have make a mistake? Or have someone an hint for me? Greetings Andreas Share -- Info: To unsubscribe send a mail to [EMAIL

[linux-dvb] Re: EIT-Scanner on VDR 0.92

2001-08-21 Thread Andreas Share
Hi, the new EIT services works fine on the Premiere PPV channels, but: on all other channels the description ist gone, only the title will be displayed. Cound i have make a mistake? Or have someone an hint for me? Greetings Andreas Share Ups, RTFM changed EPGbugfixlevel to 1

[linux-dvb] Re: Remote Control

2001-08-04 Thread Andreas Share
Take a look at http://www.reichelt.de Art.Nr. ICM 7218C for DM13,90 Greetings Hi, at the moment I try to build the Remote Control of Klaus Schmidinger's VDR. My bigest problem is the ICM7218C, I can't find it anywhere. Do somebody know where I can buy one ? Regards Marco --

[linux-dvb] ÿso-8859-1?Q?[linux-dvb]_Re:_Latest_CVS_Driver_and_2_CI´s??

2001-08-02 Thread Andreas Share
Hi, i have checked the latest with with 2 Irdeto SE CI´s (one per Card), and it seems to be work:) 2 recordings (from crypted channel) at the same time with my two cards, or record one an look another:) Witch Kind of Ci's do you use ? The cheaper one about 150 EUR or the other one for

[linux-dvb] Re: _Problems_VDR_and_Premiere1?

2001-08-01 Thread Andreas Share
. Could this cause my Problems with Premiere 1? I can not say if the problem is since VDR 0.84 or since the new structure by Premiere, with VDR 0.83 and befor they changed the structure Premiere have also worked. Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED

[linux-dvb] Problems VDR and Premiere1

2001-07-31 Thread Andreas Share
that the higher resolution on Premiere 1 caused this? Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] ÿso-8859-1?Q?[linux-dvb]_Latest_CVS_Driver_and_2_CI´s?

2001-07-29 Thread Andreas Share
? Greetings Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.

[linux-dvb] [linux-dvb]Re: samba and movie dir

2001-07-19 Thread Andreas Share
I've installed and configured Samba to export my movie directory. I'm able to mount it from clients, but when I change into a recorded movie dir, I can't see any files. I noticed, that the dir-name is truncated. Is this because of the :? Do I have to compile VDR with VFAT, also I'm using

[linux-dvb] [linux-dvb]Re: VDR 0.82 and Alphacrypt CI

2001-06-22 Thread Andreas Share
Same Problem hier today, but with an SE 4.7. But i have yesterday tried to use a second Card and testet an Aston CI, and Today i have had the same effect here. I must recompile the driver, i dont no what was going wrong. I using *not* the latest CVS driver A.Share - Original Message

[linux-dvb] Re: CI-Cam and VDR 0.82

2001-06-22 Thread Andreas Share
, i think. Andreas Share -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with unsubscribe linux-dvb as subject.