Re: [linux-dvb] saa7146 64-bit, new kernels dvbHG?

2007-06-01 Thread Oliver Endriss
Bill Eldridge wrote: I'm been trying to get saa7146 errors to go away on an AMD 64-bit Feisty Fawn (7.04) release, and have recompiled to 2.6.21.3, plus tried installing the latest HG code for DVB V4L - still can't get rid of the errors. Does anyone have any ideas what can fix this?

Re: [linux-dvb] Re: [RFC/PATCHES] xc3028 hybrid tuner, em28xx/em2880-dvb, saa7134, cx88

2007-05-19 Thread Oliver Endriss
Mauro Carvalho Chehab wrote: IMO, we should really focus on some code proposition and work on it, until have most of us happy, not risking break any driver. That's said, we should really try to cope together for having a solution. From my side, I've actively reviewed all Markus patch

Re: [linux-dvb] Re: [RFC/PATCHES] xc3028 hybrid tuner, em28xx/em2880-dvb, saa7134, cx88

2007-05-17 Thread Oliver Endriss
Markus Rechberger wrote: On 5/15/07, Oliver Endriss [EMAIL PROTECTED] wrote: Markus Rechberger wrote: to be more accurate where all the changes happened: b/linux/drivers/media/tuners/Kconfig| 14 b/linux/drivers/media/tuners/Makefile |7

Re: [linux-dvb] Re: [RFC/PATCHES] xc3028 hybrid tuner, em28xx/em2880-dvb, saa7134, cx88

2007-05-15 Thread Oliver Endriss
Markus Rechberger wrote: to be more accurate where all the changes happened: b/linux/drivers/media/tuners/Kconfig| 14 b/linux/drivers/media/tuners/Makefile |7 b/linux/drivers/media/tuners/xc3028-tuner.c | 601

Re: [linux-dvb] [Patch TT-Budget S-1401 (TDA10086/TDA8262)]

2007-05-15 Thread Oliver Endriss
Rudy Zijlstra wrote: Oliver Endriss wrote: With Helmut's help I've prepared a new patch which solved all tuning problems for him. Basically the same as the previous patch, except for: - TDA8262: set baseband gain to 9db (maximum value) - TDA10086: toggle register 0x02 between 0x35

Re: [linux-dvb] szap2 and HVR-4000 problem

2007-05-12 Thread Oliver Endriss
Manu Abraham wrote: Vasily Petrushin wrote: I have a problem with the HVR-4000 and the new szap2 DVB-T/S/S2 utility, which I have downloaded from http://dev.kewl.org/tmp/hvr4000/. All stuff works fine when I run szap2 and locks the channels. I am starting the network interface on

[linux-dvb] [Patch TT-Budget S-1401 (TDA10086/TDA8262)] (was: [Testers wanted] TDA10086/TDA826x patch)

2007-05-12 Thread Oliver Endriss
Oliver Endriss wrote: Helmut Auer wrote: Helmut Auer schrieb: With this patch my TTs1401 works much better than without. The BER's are gon and I can receive all channels fine AFAICS the latest patch was posted in message http://linuxtv.org/pipermail/linux-dvb/2007-January/015251.html

[Testers wanted] TDA10086/TDA826x patch (was: Re: [linux-dvb] Re: TDA10086 (TT S-1401) DiSEqC problem)

2007-05-06 Thread Oliver Endriss
Helmut Auer wrote: Helmut Auer schrieb: With this patch my TTs1401 works much better than without. The BER's are gon and I can receive all channels fine Why is this patch not in the current hg tree ? Basically, because Hartmut and Andrew did not commit it... ;-) The DiSEqC patch was

Re: [linux-dvb] inconsistent use of saa7146_pgtable_free?

2007-05-03 Thread Oliver Endriss
Jon Burgess wrote: On Wed, 2007-05-02 at 02:32 +0200, Oliver Endriss wrote: Jon Burgess wrote: Sorry for the delay. I wanted to track down the DMA sync bug before I came back to look at this again. I have added saa7146_vmalloc_destroy_pgtable() which frees the resources

Re: [linux-dvb] Tuning broken in development branch, 2.6.20 for lowest freq channel with TT DVB-C 1500

2007-05-03 Thread Oliver Endriss
e9hack wrote: Petri Helin wrote: Kari Salmela wrote: Hardware: Technotrend DVB-C 1500, CI, Conax CAM, Asus P5B Am I the only one left alone without working system with current development v4l tree? Somewhere between 2.6.18.1 and 2.6.20 (and current mercurial, also) something

Re: [linux-dvb] Re: [patch] TT C-1200 USB wrong frequency

2007-05-03 Thread Oliver Endriss
Thomas Kaiser wrote: Anyway, this http://linuxtv.org/hg/v4l-dvb?cmd=changeset;node=e7c424bbf9aa;style=gitweb change is wrong anyway and should be reverted. Done. I've added your Acked-by. ;-) Oliver -- VDR Remote Plugin 0.3.9

Re: [linux-dvb] inconsistent use of saa7146_pgtable_free?

2007-05-01 Thread Oliver Endriss
Stone wrote: Are there any objections to checking these fixes into main? I'm not trying to get credit for this contribution, which is why I did not include a signed off by. But, I would sure like to see it added if its the right thing to do. Ok, Im going to shut up about it now. Maybe I

Re: [linux-dvb] [PATCH] Re: More than 2Gb problem (dvb related) ?

2007-05-01 Thread Oliver Endriss
Jon Burgess wrote: It appears the problem is that the driver is using streamed PCI and needs to explicitly sync the data otherwise it breaks when the SWIOTLB is in use. A call to pci_unmap_sg() was missing too. This patch is against the current v4l-dvb HG tree. I've only tested the change

Re: [linux-dvb] [PATCH] Re: More than 2Gb problem (dvb related) ?

2007-05-01 Thread Oliver Endriss
e9hack wrote: Oliver Endriss wrote: Jon Burgess wrote: It appears the problem is that the driver is using streamed PCI and needs to explicitly sync the data otherwise it breaks when the SWIOTLB is in use. A call to pci_unmap_sg() was missing too. This patch is against the current v4l

Re: [linux-dvb] [PATCH] Re: More than 2Gb problem (dvb related) ?

2007-05-01 Thread Oliver Endriss
Oliver Endriss wrote: e9hack wrote: Oliver Endriss wrote: Jon Burgess wrote: It appears the problem is that the driver is using streamed PCI and needs to explicitly sync the data otherwise it breaks when the SWIOTLB is in use. A call to pci_unmap_sg() was missing too

Re: [linux-dvb] inconsistent use of saa7146_pgtable_free?

2007-05-01 Thread Oliver Endriss
Jon Burgess wrote: Sorry for the delay. I wanted to track down the DMA sync bug before I came back to look at this again. I have added saa7146_vmalloc_destroy_pgtable() which frees the resources Shouldn't it better be called saa7146_vfree_destroy_pgtable()?

Re: [linux-dvb] Problems with KNC1 DVB-C

2007-04-29 Thread Oliver Endriss
Rudy Zijlstra wrote: Oliver Endriss wrote: Rudy Zijlstra wrote: hi all, On kernel 2.6.19.1 the KNC1 is working correctly. On 2.6.20.1 and 2.6.21-rc2 i get problems though, and the device is not fully loaded. I've attached the dmesg output. Anybody an idea how to progress? I

Re: [linux-dvb] Re: [PATCH] Re: More than 2Gb problem (dvb related) ?

2007-04-29 Thread Oliver Endriss
Jon Burgess wrote: On Sat, 2007-04-28 at 18:17 +0100, Jon Burgess wrote: On Fri, 2007-04-27 at 18:06 -0400, Lee Revell wrote: On 4/27/07, Jon Burgess [EMAIL PROTECTED] wrote: Interesting - I see similar symptoms after upgrading my PC: * old PC was AMD Athlon 64 3000 w/ 2GB of RAM

Re: [linux-dvb] [patch] release the capture buffers on device closing

2007-04-22 Thread Oliver Endriss
e9hack wrote: Oliver Endriss wrote: e9hack wrote: Hi, if the video-device (saa7146 on a FF card) was open for capturing, the close call doesn't release the capture buffers. The attached patch may fix this problem. Possible there is more cleanup necessary. diff -r 1109998234b4

Re: [linux-dvb] patch, which supports some new DVB-C budget cards

2007-04-22 Thread Oliver Endriss
Oliver Endriss wrote: e9hack wrote: Janne Grunau wrote: On Thursday 12 April 2007 00:01:43 e9hack wrote: I've split the patch like the description above. Thanks. Patched v4l-dvb hg still works for my Cinergy DVB-C (with tda10021) and KNC One V1.0. Hi, how

Re: [linux-dvb] inconsistent use of saa7146_pgtable_free?

2007-04-21 Thread Oliver Endriss
Jon Burgess wrote: I've been looking at the sa7146 page table code and it looks like the saa7146_pgtable_free function is used incorrectly in the error cases: from budget-core.c: ttpci_budget_init() { ... budget-grabbing = saa7146_vmalloc_build_pgtable(dev-pci, budget-buffer_size,

Re: [linux-dvb] [patch] release the capture buffers on device closing

2007-04-21 Thread Oliver Endriss
e9hack wrote: Hi, if the video-device (saa7146 on a FF card) was open for capturing, the close call doesn't release the capture buffers. The attached patch may fix this problem. Possible there is more cleanup necessary. diff -r 1109998234b4 linux/drivers/media/common/saa7146_video.c ---

Re: [linux-dvb] patch, which supports some new DVB-C budget cards

2007-04-16 Thread Oliver Endriss
e9hack wrote: Janne Grunau wrote: On Thursday 12 April 2007 00:01:43 e9hack wrote: I've split the patch like the description above. Thanks. Patched v4l-dvb hg still works for my Cinergy DVB-C (with tda10021) and KNC One V1.0. Hi, how is the status for integrating this patch into

Re: [linux-dvb] Problems with KNC1 DVB-C

2007-03-09 Thread Oliver Endriss
Rudy Zijlstra wrote: hi all, On kernel 2.6.19.1 the KNC1 is working correctly. On 2.6.20.1 and 2.6.21-rc2 i get problems though, and the device is not fully loaded. I've attached the dmesg output. Anybody an idea how to progress? I have the feeling the i2c communicaton is not working

Re: [linux-dvb] [PATCH] dvb-core: Fix several locking related problems.

2007-03-09 Thread Oliver Endriss
Johannes Stezenbach wrote: On Mon, Mar 05, 2007 at 06:19:01PM +0100, Oliver Endriss wrote: From 'Linux Device Drivers' (replace 'down' by 'mutex_lock'): | ... | down decrements the value of the semaphore and waits as long as need | be. down_ interruptible does the same

Re: [linux-dvb] [PATCH] dvb-core: Fix several locking related problems.

2007-03-05 Thread Oliver Endriss
Simon Arlott wrote: On Mon, March 5, 2007 11:19, Johannes Stezenbach wrote: On Mon, Mar 05, 2007 at 01:58:14AM +0100, Oliver Endriss wrote: Simon Arlott wrote: Is any part of the patch going to be applied? I mentioned this problem in September last year and it looks like it's existed

Re: [linux-dvb] [PATCH] dvb-core: Fix several locking related problems.

2007-03-04 Thread Oliver Endriss
Simon Arlott wrote: Is any part of the patch going to be applied? I mentioned this problem in September last year and it looks like it's existed for years (the semaphore locking did the same thing). Well, I hoped that someone more familiar with the demuxer stuff would comment on the patch. I

Re: [linux-dvb] DVB-s card wont be detected

2007-03-02 Thread Oliver Endriss
Matthias Fechner wrote: 00:0f.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)         Subsystem: Unknown device ffc2: ... hm, the card worked some time ago (I think 2-3 year qith the driver), so really some messed up. I checked the card and found the following on it:

Re: [linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-25 Thread Oliver Endriss
Jouni wrote: During make I get this: /usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.c:110: error: expected identifier before numeric constant make[3]: *** [/usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.o] Error 1 make[2]: *** [_module_/usr/local/src/v4ltesti/v4l-dvb/v4l] Error 2 make[2]:

Re: [linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-25 Thread Oliver Endriss
Oliver Endriss wrote: Jouni wrote: During make I get this: /usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.c:110: error: expected identifier before numeric constant make[3]: *** [/usr/local/src/v4ltesti/v4l-dvb/v4l/budget-ci.o] Error 1 make[2]: *** [_module_/usr/local/src/v4ltesti/v4l

Re: [linux-dvb] DVB/V4L/VDR MediaWiki update

2007-02-25 Thread Oliver Endriss
Johannes Stezenbach wrote: Hi, I updated the DVB, V4L and VDR Wikis on linuxtv.org to MediaWiki version 1.9.3. If you experience any problems due to the update, then please let me know about it. Don't know whether this is related: linuxtv.org is no longer reachable from a web browser,

Re: [linux-dvb] DVB/V4L/VDR MediaWiki update

2007-02-25 Thread Oliver Endriss
Johannes Stezenbach wrote: On Sun, Feb 25, 2007 at 09:54:05PM +0100, Oliver Endriss wrote: Johannes Stezenbach wrote: I updated the DVB, V4L and VDR Wikis on linuxtv.org to MediaWiki version 1.9.3. If you experience any problems due to the update, then please let me know

Re: [linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-25 Thread Oliver Endriss
Trent Piepho wrote: On Sun, 25 Feb 2007, Oliver Endriss wrote: Does the attached patch fix it for you? Ok, I tried to compile against 2.6.18 and it still doesn't work. The attached patch fixes it... The bool type was added here, oct 1 2006: http://git.kernel.org/git/?p=linux/kernel

[linux-dvb] Re: [PATCH] Implement repeat key handling in budget-ci IR

2007-02-24 Thread Oliver Endriss
David Härdeman wrote: The attached patch contains the last set of changes to the budget-ci IR handling which makes it use the repeat handling of the input subsystem. This allows some code simplification, makes sure that repeat key presses are reported as such and also allows the debounce

[linux-dvb] Re: [PATCH] Add support for cx23415 MPEG decoder

2007-02-22 Thread Oliver Endriss
VIDEO_CMD_* defines added to video.h. The audiovideo.diff contains the actual API additions. These changes do NOT break compatibility with existing applications. They only add new functionality. Oliver, can you sign off on these changes? Signed-off-by: Oliver Endriss [EMAIL PROTECTED] CU Oliver

Re: [linux-dvb] RFC 0.3: MPEG encoding and decoding V4L2/DVB API additions

2007-02-22 Thread Oliver Endriss
Hi, see below for a some comments. Hans Verkuil wrote: RFC MPEG encoding and decoding V4L2/DVB API additions Version 0.3 ... MPEG Decoding commands -- In this section I will examine how to implement the decoding functionality of the conexant cx23415 in terms of the

Re: [linux-dvb] Problem with local hg trees

2007-02-18 Thread Oliver Endriss
e9hack wrote: Manu Abraham wrote: On 2/18/07, e9hack [EMAIL PROTECTED] wrote: Hi, some time ago, I've created two local copies of the v4l-dvb repository. The command was hg clone http://linuxtv.org/hg/v4l-dvb;. I've done many changes in one directory. From time to time, I've

Re: [linux-dvb] 2.6.20 - saa i2c messages

2007-02-16 Thread Oliver Endriss
Udo van den Heuvel wrote: Hello, Udo van den Heuvel wrote: Can I roll back just this patch to see if stuff changes back to the original behaviour? Just that patch made the system hang during booting. (!?). Also undoing the patch that Hartmut suggested made things work again:

Re: [linux-dvb] Re: RFC: MPEG encoding and decoding V4L2 API additions

2007-02-16 Thread Oliver Endriss
Mauro Carvalho Chehab wrote: Currently, it seems that the only driver at kernel using DVB mpeg ioctls is av7110. This hardware seemed to be discontinued by Texas, and is lacking a proper maintanership (there are some pending bugs on bugzilla waiting for someone to deal with). Sorry, if you

Re: [linux-dvb] dvb-ttpci messages in syslog

2007-02-13 Thread Oliver Endriss
Halim Sahin wrote: I found this in my syslog: dvb-ttpci: __av7110_send_fw_cmd(): timeout waiting for COMMAND idle dvb-ttpci: av7110_send_fw_cmd(): av7110_send_fw_cmd error -110 dvb-ttpci: av7110_fw_cmd error -110 What is the reason for this? I am searching what causes my ts-continuity

Re: [linux-dvb] [PATCH] budget-ci IR handling fixups

2007-02-13 Thread Oliver Endriss
David Härdeman wrote: On Tue, February 13, 2007 6:29, Oliver Endriss said: Well, it might be better but it is not correct yet. ;-) ... For a long keypress the driver must produce '1-2-2-2-2-...-2-0' Key events (Reset events omitted). I know that. The driver has never gotten this right

Re: [linux-dvb] [PATCH] budget-ci IR handling fixups

2007-02-12 Thread Oliver Endriss
David Härdeman wrote: On Sun, Feb 11, 2007 at 06:48:27AM +0100, Oliver Endriss wrote: David Härdeman wrote: Changeset 6562d27de0d7 [1] by Oliver Endriss changed the budget-ci driver to use interrupt mode for i2c transfers. This also meant that a new bunch of IR bytes that were

Re: [linux-dvb] [PATCH] budget-ci IR handling fixups

2007-02-10 Thread Oliver Endriss
David Härdeman wrote: Changeset 6562d27de0d7 [1] by Oliver Endriss changed the budget-ci driver to use interrupt mode for i2c transfers. This also meant that a new bunch of IR bytes that were previously lost are now received, which allowed me to better understand how the MSP430 chip works

Re: [linux-dvb] Kernel panic with ifconfig down, Please help.

2007-02-06 Thread Oliver Endriss
daniel garcia wrote: Hello, I wrote a message last week, about a kernel Panic with 2.4.21-40ELsmp I have observed that kernel non smp of the same distro behaves quite better (at the end it freezes when I delete dvb modules some times) Perhaps I did not explained myself very well, I'm

Re: [linux-dvb] Problem with two budget-ci dvb-t cards

2007-02-01 Thread Oliver Endriss
Teemu Suikki wrote: Hi, I posted this to the vdr list originally, but since it's obviously a kernel level problem I'm asking here too. :) I have two budget cards. Both are handled with budget-ci driver, although only one of them actually has the physical CI connector.. Cards are quite

Re: [linux-dvb] szap sets FE_DISEQC_SEND_BURST incorrectly

2007-02-01 Thread Oliver Endriss
Reinhard Nissl wrote: Hi, I'm not sure whether this is the right place to report an issue regarding szap, so please be so kind and point me to the proper place in case I'm wrong. Please have a look into szap.c, function diseqc(). There is this function call: diseqc_send_msg(secfd,

Re: [linux-dvb] [PATCH] Add PHYS-string and connecton to pci-device for nicer usage by udev

2007-01-24 Thread Oliver Endriss
Matthias Schwarzott wrote: Hi Oliver, hi Mailing list! Sent second time, this time with signed-off-by, and to maintainer of changed code. Sorry for the delay. I'm very busy these days. On Wednesday 10 January 2007 18:34, Matthias Schwarzott wrote: The attached patch a PHYS-string and

Re: [linux-dvb] TTBudget/Wintv Nova big transponder problem

2006-11-12 Thread Oliver Endriss
[EMAIL PROTECTED] wrote: I rewroute dvb driver ( Philips SU1278/SHA tuner section ) for 2.6 kernel, works fine with me, tested SR from 2900 to 44950 MS/s with 2.6.17 kernel. I modify budget-ci.c file. Where I can upload my version for test other user? How add it to CVS, if all be fine?

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-12 Thread Oliver Endriss
Gregoire Favre wrote: Hello again, I don't really know how to reproduce it... from time to time I got gpioirq DMA RX buffer overflow in dmesg... Tonight : ... r8169: eth0: link up cdrom: This disc doesn't have any tracks I recognize! process `host' is using obsolete setsockopt

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-05 Thread Oliver Endriss
Gregoire Favre wrote: what does those in my syslogd mean ? gpioirq DMA RX buffer overflow gpioirq DMA RX buffer overflow ... Well, it means that there is no free buffer to copy incoming data from the ARM. Should not happen during normal operation. Can you reproduce this? How? Oliver --

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-03 Thread Oliver Endriss
Gregoire Favre wrote: On Thu, Nov 02, 2006 at 07:56:27PM +0100, Oliver Endriss wrote: I guess there is something missing in the 2.6.19 patch... Then I have to wait to be able to test your patch as I won't go back to an older kernel. Try this modification (from 2.6.19-rc4-mm2 patch

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-03 Thread Oliver Endriss
e9hack wrote: Oliver Endriss wrote: Hi, Thanks to Hartmut, I2C transfers of the saa7146 may now use interrupt mode. It will be enabled for av7110, budget, budget-ci and budget-av drivers. This might reduce cpu load and speed-up tuning. The Cinergy 1200 DVB-C card needs a second

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-03 Thread Oliver Endriss
Gregoire Favre wrote: On Fri, Nov 03, 2006 at 12:57:49PM +0100, Oliver Endriss wrote: With your patch : ... CC [M] /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/av7110_ir.o CC [M] /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/msp3400-driver.o /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-02 Thread Oliver Endriss
Gregoire Favre wrote: On Wed, Nov 01, 2006 at 02:06:17PM -0800, C.Y.M wrote: C.Y.M had more luck than I (with the patch to allow 2.6.19 compilation applied) : CC [M] /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/av7110_hw.o /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/av7110_hw.c: In

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-02 Thread Oliver Endriss
Gregoire Favre wrote: On Thu, Nov 02, 2006 at 02:24:52PM +0100, Oliver Endriss wrote: Hm - it compiles here without any warnings. ;-( Maybe some problem with macro expansion. The attached patch replaces the macros by inline functions. Does it work now? It compils but I can't use

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-02 Thread Oliver Endriss
Gregoire Favre wrote: On Thu, Nov 02, 2006 at 06:11:24PM +0100, Oliver Endriss wrote: There is something wrong with your dvb-core module. Afaiks the patches do not affect dvb-core in any way. Please verify that you are loading the correct module and there is no warning during

Re: [linux-dvb] [PATCH 1/3] Fix a problem during the access to the IER and ISR registers of the SA7146

2006-11-01 Thread Oliver Endriss
e9hack wrote: Oliver Endriss wrote: e9hack wrote: SAA7146_IER_ENABLE(dev, MASK_16|MASK_17); saa7146_write(dev, MC2, (MASK_00 | MASK_16)); - wait_event_interruptible(dev-i2c_wq, dev-i2c_op == 0

[linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-01 Thread Oliver Endriss
Hi, Thanks to Hartmut, I2C transfers of the saa7146 may now use interrupt mode. It will be enabled for av7110, budget, budget-ci and budget-av drivers. This might reduce cpu load and speed-up tuning. For testing the changesets are in my repositories: - http://linuxtv.org/hg/~endriss/v4l-dvb -

Re: [linux-dvb] kernel 2.6.18.1 sa7146

2006-10-31 Thread Oliver Endriss
Marco Masotti wrote: In fact, DVB Core support should add support for SAA7146 based cards No, DVB Core does not depend on saa7146. However, I think support for this kind od device is rather problematic, please report whether you'll be successful. Thousands of people are successfully using

Re: [linux-dvb] TT-premium DVB-S rev1.5 audio problem

2006-10-31 Thread Oliver Endriss
Martin Zwickel wrote: Hi Oliver! On Sat, 28 Oct 2006 03:19:36 +0200 Oliver Endriss [EMAIL PROTECTED] bubbled: Martin Zwickel wrote: Hi there! I have a small problem: I get no audio from my DVB-S card since a few months. But I can't remember what could have changed

Re: [linux-dvb] kernel 2.6.18.1 sa7146

2006-10-31 Thread Oliver Endriss
Thomas Dressler wrote: hi! at first: sorry my english is bad. i want compile kernel 2.6.18.1 with the included sa7146 dvb driver as module. but i can't select it in menuconfig. which moduls must i select also? or where can i find more infos?. i2c, pci, v4l, dvb-core is selected. You

Re: [linux-dvb] [PATCH] Enable the BER/UNC counting for the stv0297 frontend

2006-10-31 Thread Oliver Endriss
e9hack wrote: Oliver Endriss wrote: @@ -340,11 +343,13 @@ static int stv0297_read_ber(struct dvb_f struct stv0297_state *state = fe-demodulator_priv; u8 BER[3]; - stv0297_writereg(state, 0xA0, 0x80);// Start Counting bit errors for 4096 Bytes

Re: [linux-dvb] [PATCH 1/3] Fix a problem during the access to the IER and ISR registers of the SA7146

2006-10-31 Thread Oliver Endriss
e9hack wrote: Oliver Endriss wrote: Protect the access to the IER/ISR register of the SAA7146 by the device spinlock. Imho it is not necessary to protect write operations to the ISR because it is a single write-only operation. You are right. SAA7146_IER_DISABLE

Re: [linux-dvb] [PATCH 1/3] Fix a problem during the access to the IER and ISR registers of the SA7146

2006-10-30 Thread Oliver Endriss
e9hack wrote: Hi, it exist some macros to access the IER and ISR registers of the SAA7146. This macros are using a read and a write operation and this macros are executed inside of the interrupt handler of the SAA7146 and outside of it. It exist a reentrant problem. The interrupt handler

Re: [linux-dvb] CA_CI_MODULE_READY not reset when CAM removed from AV7110 DVB card

2006-10-30 Thread Oliver Endriss
Klaus Schmidinger wrote: I'm currently improving VDR's CAM handling, and while doing so I came across what seems to be a bug in the AV7110 driver code. If I do int fd = open(/dev/dvb/adapter0/ca0, O_RDWR); ca_slot_info_t sinfo; sinfo.num = 0; ioctl(fd, CA_GET_SLOT_INFO,

Re: [linux-dvb] buffer underruns with budget-av/-ci (vpeirq)

2006-10-30 Thread Oliver Endriss
Matthias Dahl wrote: Hi again. You could replace tasklet_schedule by tasklet_hi_schedule in budget-core.c. This would give VPE processing a higher priority. Just gave that a try... no change at all. You could also bypass tasklet processing completely, i.e. replace

Re: [linux-dvb] [PATCH] Enable the BER/UNC counting for the stv0297 frontend

2006-10-30 Thread Oliver Endriss
e9hack wrote: Hi, the attached patch enables/fixes the BER/UNC counting for the stv0297 frontend, which is used by the TT-C2300 DVB-C card. @@ -340,11 +343,13 @@ static int stv0297_read_ber(struct dvb_f struct stv0297_state *state = fe-demodulator_priv; u8 BER[3];   -   

Re: [linux-dvb] [PATCH 3/3] Enable the interrupt mode for the i2c-transfer of the TT-C2300 DVB-C card

2006-10-30 Thread Oliver Endriss
e9hack wrote: Hi, the attached patch enables the interrupt mode for the i2c-transfer of the Technotrend TT-C2300 DVB-C card. After successful testing I will enable irq mode for all av7110 and budget cards. Oliver -- VDR Remote

Re: [linux-dvb] PATCH - Technotrend T-1500 Inverted inversion

2006-10-27 Thread Oliver Endriss
Oliver Endriss wrote: Perceval Anichini wrote: Technotrend T-1500 have Inverted inversion. This patch corrects that. Thanks to Martin Zwickel from Technotrend who confirmed that and his how to fix. diff -r fae890aee0c3 linux/drivers/media/dvb/ttpci/budget-ci.c --- a/linux

Re: [linux-dvb] TTBudget/Wintv Nova big transponder problem

2006-10-27 Thread Oliver Endriss
[EMAIL PROTECTED] wrote: lspci :00:12.0 0480: 1131:7146 (rev 01) Subsystem: 13c2:100f kern.log Oct 1 09:22:26 (none) kernel: saa7146: register extension 'budget_ci dvb'. Oct 1 09:22:27 (none) kernel: DVB: registering frontend 1 (ST STV0299 DVB-S)... Ok, an Nova-CI with

Re: [linux-dvb] TT-premium DVB-S rev1.5 audio problem

2006-10-27 Thread Oliver Endriss
Martin Zwickel wrote: Hi there! I have a small problem: I get no audio from my DVB-S card since a few months. But I can't remember what could have changed that. There is no audio from the jack, nor from my Aux-In Mixer. Everything else works as expected (at least with vdr), I can tune,

Re: [linux-dvb] buffer underruns with budget-av/-ci (vpeirq)

2006-10-20 Thread Oliver Endriss
Matthias Dahl wrote: On Saturday 14 October 2006 16:27, Matthias Dahl wrote: I own a KNC ONE DVB Plus with a Cineview module (Alphacrypt Light). From the beginning I ran into data corruption problems with the mpeg stream as soon as I made the usual X - VT switch or put some load on the

Re: [linux-dvb] New Subsystem 113c2:102

2006-10-20 Thread Oliver Endriss
Daniel Heemann wrote: the same was already submitted some months/years ago for kernel-2.4, now when trying to get the card running using kernel-2.6 I found the hardware no longer supported. It runs with the attached patch w/o any problems (based on last nights 'hg clone snapshot'), at

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-20 Thread Oliver Endriss
David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. They are based on the dvb-ir patchset by Darren Salt and the two budget-ci patches that I recently sent to the list (meaning that they supercede patches 1

Re: [linux-dvb] TTBudget/Wintv Nova big transponder problem

2006-10-20 Thread Oliver Endriss
[EMAIL PROTECTED] wrote: I'm working with a TT Budget card under Linux (Kernel 2.6/Suse10.1). There are many different versions of TTBudget/Nova cards. Please post the subsystem id of the card ('lspci -vn' output) and log messages when the driver is being loaded. With this system I can not

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-04 Thread Oliver Endriss
David Härdeman wrote: On Wed, October 4, 2006 10:44, Torgeir Veimo said: On 4 Oct 2006, at 08:35, David Härdeman wrote: The solution is simple, get rid of LIRC Well I run an application without X while taking input only using the linux input system, and I'm still having problems with

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-04 Thread Oliver Endriss
David Härdeman wrote: On Wed, October 4, 2006 1:20, Oliver Endriss said: Torgeir Veimo wrote: Those double keypress issues are also present when using the linux input system, it's not LIRC dependent at all. ... Solution: The application must grab the input device for exclusive access

Re: [linux-dvb] [patch 0/8] budget_ci: improve IR input handling

2006-10-03 Thread Oliver Endriss
Torgeir Veimo wrote: On 3 Oct 2006, at 21:43, C.Y.M wrote: David Härdeman wrote: On Tue, October 3, 2006 2:33, C.Y.M said: David Härdeman wrote: This series of patches includes a number of bugfixes and changes to the IR input handling of the budget-ci driver. If these patches

Re: [linux-dvb] dvb filternum=32, feednum=32

2006-09-19 Thread Oliver Endriss
Kir wrote: Answer, please !!! At first, excuse me for my english. I have PCI SkyStar1 rev1.3 dvb card and want to retransmit with vlc (videolan) about 25 radiostations through my localnet. But with latest linux kernel dvb drivers, I can only 12. If I try more I receive next after 12th

Re: [linux-dvb] Re: [v4l-dvb-maintainer] VBI OOPS 2.6.17.8

2006-08-29 Thread Oliver Endriss
[EMAIL PROTECTED] wrote: I know that tuning and using the cvbs input works, but I'm particularly interested if VBI capturing ever worked. So: did anybody use VBI capturing on the analog input of a DVB-C card yet? If not, then the easiest fix is to remove V4L2_CAP_VBI_CAPTURE from

Re: [linux-dvb] Re: What has happend to Manus repositories?

2006-08-29 Thread Oliver Endriss
Steven Toth wrote: I deleted my repositories at linuxtv.org, because of (1) a post on v4l-dvb-maintainer from Johannes Stezenbach [EMAIL PROTECTED] asking people to remove of unnecessary trees. It was getting quite hard to find out the trees from there as it was getting real

[linux-dvb] Re: ATTENTION PLEASE: The DVB major device number has changed

2004-07-27 Thread Oliver Endriss
-- VDR Remote Plugin available at http://endriss.escape.bei.t-online.de/vdr/ Oliver Endriss ESCAPE GmbH e-mail: [EMAIL PROTECTED] EDV-Loesungen phone: +49 7722 21504Birkenweg

[linux-dvb] Re: OSD Patch

2004-07-22 Thread Oliver Endriss
On Thursday 22 July 2004 07:24, Jeremy Jones wrote: Hi all, I have attached a patch to address a limitation of the OSD API. Currently, the OSD API does not provide the ability to create many of the window types supported by the av7110 OSD. I have implemented a change in the OSD_Open

[linux-dvb] Re: OSD Patch

2004-07-22 Thread Oliver Endriss
On Thursday 22 July 2004 23:51, Jeremy Jones wrote: On Thu, 22 Jul 2004 13:06:15 +0200, Oliver Endriss [EMAIL PROTECTED] wrote: On Thursday 22 July 2004 07:24, Jeremy Jones wrote: ... I am really only interested in using the VIDEOHSIZE window to create an IRD-like EPG, but if the OSD

[linux-dvb] Re: New ioctl OSD_GET_CAPABILITY/OSD_CAP_MEMSIZE

2004-07-19 Thread Oliver Endriss
On Monday 19 July 2004 12:17, Philippe Gramoullé wrote: I was at least able to reproduce a very nasty bug, with either latest CVS of dvb-kernel (for 2.4.x), or built in 2.6.7 drivers and VDR-1.3.11 VDR automatically switches channels every 10 to 15 seconds back and forth, or the same

[linux-dvb] New ioctl OSD_GET_CAPABILITY/OSD_CAP_MEMSIZE

2004-07-18 Thread Oliver Endriss
Hi, I'd like to add a function to determine the size of OSD memory. If nobody complains I will add this to DVB and dvb-kernel CVS. Any comments? Oliver snip - Index: drivers/media/dvb/ttpci/av7110.c

[linux-dvb] Re: New ioctl OSD_GET_CAPABILITY/OSD_CAP_MEMSIZE

2004-07-18 Thread Oliver Endriss
On Sunday 18 July 2004 21:13, Andreas Regel wrote: Oliver Endriss wrote: +case OSD_CAP_MEMSIZE: +if (FW_4M_SDRAM(av7110-arm_app)) +cap-val = 100; Well, it's the osd memory size of firmware rel. 261c with 4M boards. This might be changed

[linux-dvb] Re: New ioctl OSD_GET_CAPABILITY/OSD_CAP_MEMSIZE

2004-07-18 Thread Oliver Endriss
On Monday 19 July 2004 00:19, Johannes Stezenbach wrote: Oliver Endriss wrote: I'd like to add a function to determine the size of OSD memory. If nobody complains I will add this to DVB and dvb-kernel CVS. Why do people still use DVB CVS? Or did you mean the 2.4 branch of dvb-kernel

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.

2004-07-17 Thread Oliver Endriss
On Friday 16 July 2004 21:42, Kenneth Aafløy wrote: Please, people that have one of these frontends and are running Kernel 2.6. CX24110, Grundig 29504 401/491, MT312/352 Grundig 29504-491 works fine. CU Oliver

[linux-dvb] Re: error compiling stv0299.c

2004-07-17 Thread Oliver Endriss
On Saturday 17 July 2004 10:05, Martin Binder \(Compuserve\) wrote: i get the following error, when i try to compile the cvs-drivers: CC [M] drivers/media/dvb/frontends/stv0299.o drivers/media/dvb/frontends/stv0299.c:68: error: parse error before int make[4]: ***

[linux-dvb] Re: Catching unsupported (?) RC5 keys via AV7110

2004-07-15 Thread Oliver Endriss
On Thursday 15 July 2004 13:50, Gert-Jan van Dijk wrote: I've got a Philips RC, and I want to catch the keys via /dev/input/event0. The problem is that some of the RC5 keys are not getting thru. Unfortunately, there is a RC5 extension which is not supported by the firmware. See

[linux-dvb] Re: [ANNOUNCE] Howto upgrade a full-featured dvb-s card to 4 MByte SDRAM

2004-06-12 Thread Oliver Endriss
On Friday 11 June 2004 23:48, Kenneth Aafløy wrote: I have not opened up my server to have a look at the memory chip yet, but it would be great if you could list the hardware to buy and some pointers to who has it available. Great discovery!! All you need is a single 1Mx16 SDRAM chip. (There

[linux-dvb] [ANNOUNCE] Howto upgrade a full-featured dvb-s card to 4 MByte SDRAM

2004-06-10 Thread Oliver Endriss
Hi, for those who like to upgrade their full-featured DVB cards to 4 MByte SDRAM, I've uploaded some information, how this can be done. See http://endriss.escape.bei.t-online.de/dvb-mem-mod/index.html With this modification, vdr has a full-screen, 256 color OSD. Special thanks go to Carsten

[linux-dvb] Re: stability problems + closing and re-opening the frontend

2004-04-05 Thread Oliver Endriss
On Friday 02 April 2004 18:11, Gregor Lawatscheck wrote: Yes it's possibly a firmware bug introduced after 0.9.4 because that + release doesn't show the behavior or at least not within 1000 channel changes or signal-less operation. ...

[linux-dvb] Re: Full featured card summary

2004-03-20 Thread Oliver Endriss
On Saturday 20 March 2004 20:41, Andrew de Quincey wrote: On Saturday 20 March 2004 19:29, Helmut Auer wrote: I only tested for about 10 minutes now with switching hw_sections from 0 to 1 and vice versa. It looks like diseqc is much better with hw_sections=0 ! Anyway once or twice it took

[linux-dvb] Re: Full featured card summary

2004-03-20 Thread Oliver Endriss
On Saturday 20 March 2004 23:07, Johannes Stezenbach wrote: Andrew de Quincey wrote: But why does it break DISEQC as well? DiSEqC is implemented using a timer irq in the firmware. Well, this will work only if there is no other interrupt load. Otherwise the timer interrupt processing

[linux-dvb] Re: Full featured card summary

2004-03-15 Thread Oliver Endriss
On Monday 15 March 2004 17:55, Klaus Schmidinger wrote: Ok, so I have changed the DiSEqC setup in my VDR to S19.2E 11700 V 9750 t v W15 [E0 10 38 F0] W15 A W15 t S19.2E 9 V 10600 t v W15 [E0 10 38 F1] W15 A W15 T S19.2E 11700 H 9750 t V W15 [E0 10 38 F2] W15 A W15 t S19.2E

[linux-dvb] Re: Full featured card summary

2004-03-14 Thread Oliver Endriss
On Sunday 14 March 2004 10:27, Robert Schlabbach wrote: From: Heino Goldenstein [EMAIL PROTECTED] Helmut Auer wrote: These settings are not working for me, but the long version from Oliver will: S19.2E 11700 V 9750 v [E0 10 38 F0] [E1 10 38 F0] [E1 10 38 F0] ... maybe your

[linux-dvb] Re: Full featured card summary

2004-03-14 Thread Oliver Endriss
On Sunday 14 March 2004 22:58, Johannes Stezenbach wrote: - turn off 22KHz - set voltage to 13V or 18V - send DiSEqC sequence insert 'send tone-burst' here - if necessary turn on 22KHz This sequence is defined in section 'Combined Transmission of DiSEqC and Backward-Compatible Signals'. If

[linux-dvb] Re: Problems with 1.1.1

2004-03-13 Thread Oliver Endriss
On Saturday 13 March 2004 13:30, Andrew de Quincey wrote: One thing that worries me though; if you're using 1.1.1, there isn't an alps_bsrv2 driver any more; it was merged into the stv0299 one a while back. ??? He stated that he tried the alps_bsrv2 module from DVB. The alps_bsrv2 is _not_

<    1   2   3   4   >