Re: [linux-dvb] RFC - Flexcop Streaming watchdog (VDSB)

2009-01-17 Thread Patrick Boettcher
Hi Barry, Hi Walter, On Sat, 17 Jan 2009, BOUWSMA Barry wrote: For years there has been the Video Data Stream Borken-error with VDR and Technisat cards: The error occured randomly and unfrequently. A In fact it turned out, that the problem is worse with setups not based on VDR and the

Re: MC44S803 frontend (it works)

2009-01-17 Thread Detlef Rohde
Hi Antti, thanks for your work. I unpacked mc44s803-b7ac1c462be3 and tried to run make install as root since I wanted to update my kernel modules. This did not work. On the other hand running only make finished with some warnings but no errors. My kernel is 2.6.27-11-generic from Ubuntu

Re: MC44S803 frontend (it works)

2009-01-17 Thread Jochen Friedrich
Hi Antti, I did some more changes, could you test again: This version works OK for me :-). The old version also worked, but was very insensitive (i only received one transponder instead of 6, i guess this GPIO must switch on some RF-amplifyer or so). Thanks, Jochen -- To unsubscribe from

Re: [linux-dvb] RFC - Flexcop Streaming watchdog (VDSB)

2009-01-17 Thread BOUWSMA Barry
On Sat, 17 Jan 2009, Patrick Boettcher wrote: Same here -- never experienced this ever in some four-ish years with one SkyStar2 of model long forgotten, with that card being Using VDR or a single application (like kaffeine), you most likely don't see the error anymore thanks to the

Compile warning for CX18 / v4l2-common Ubuntu 8.10

2009-01-17 Thread Brandon Jenkins
A pull from v4l-dvb today: Kernel build directory is /lib/modules/2.6.27-7-generic/build make -C /lib/modules/2.6.27-7-generic/build SUBDIRS=/root/drivers/v4l-dvb/v4l modules make[2]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic' ... /opt/drivers/v4l-dvb/v4l/cx18-driver.c: In

Re: [linux-dvb] RFC - Flexcop Streaming watchdog (VDSB)

2009-01-17 Thread Andy Walls
Patrick, Please ignore my comment prior in this thread about using spin_lock_irq() vs. spin_lock_irqsave(). Between lack of sleep and trying to install Fedora 10 and recover my data on what now appears to be a failing motherboard/cpu, I made an error. I realized spinlock functions should always

Re: MC44S803 frontend (it works)

2009-01-17 Thread Roberto Ragusa
Antti Palosaari wrote: Tahnks, I did some more changes, could you test again: http://linuxtv.org/hg/~anttip/mc44s803/ Tested here. Works perfectly. -- Roberto Ragusamail at robertoragusa.it -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a

Re: Compile warning for CX18 / v4l2-common Ubuntu 8.10

2009-01-17 Thread Hans Verkuil
On Saturday 17 January 2009 13:34:05 Brandon Jenkins wrote: A pull from v4l-dvb today: Kernel build directory is /lib/modules/2.6.27-7-generic/build make -C /lib/modules/2.6.27-7-generic/build SUBDIRS=/root/drivers/v4l-dvb/v4l modules make[2]: Entering directory

Re[3]: [linux-dvb] dvb-t config for Ukraine_Kiev (ua)

2009-01-17 Thread BOUWSMA Barry
Hello Dmitry, I am pleased that I was able to help you! But there is one thing that caught my interest, so I am again posting this question to the -dvb mailing list, and I guess to linux-media too: On Fri, 16 Jan 2009, vdp wrote: But when I add -tm8 (THANK YOU FOR AUDIT ): it start

Re: KWorld ATSC 115 all static

2009-01-17 Thread Hans Verkuil
On Friday 16 January 2009 04:20:02 CityK wrote: CityK wrote: If you had meant taking Hans' source and applying your hack patch to them, building and then proceeding with the modprobe steps, the answer is that I haven't tried yet. Will test -- might not be tonight though, as I have some

Re: eMPIA camera support?

2009-01-17 Thread hermann pitton
Hello, Am Donnerstag, den 15.01.2009, 20:08 -0500 schrieb CityK: hermann pitton wrote: Am Sonntag, den 28.12.2008, 21:54 -0500 schrieb CityK: hermann pitton wrote: schrieb CityK: While the bttv gallery remains a very useful resource, I don't believe that Gunther is maintaining it

[cron job] ERRORS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build

2009-01-17 Thread Hans Verkuil
(This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below.) Results of the daily build of v4l-dvb: date:Sat Jan 17 19:00:04 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10241:7981bdd4e25a gcc version:

Re: [linux-dvb] Where to buy a Dual PCI-e DVB-s2 card in switzerland ?

2009-01-17 Thread BOUWSMA Barry
(Feckin' Reply-To header makes it difficult to send a personal reply as well as a followup to the desired place... Grrr...) On Sat, 17 Jan 2009, Gregoire Favre wrote: Igor Liplianin just announced support for XpressVu PCIe Dual Tuner Card and I was wondering where I could buy one, preferably

Re: RFC: Where to store camera properties (upside down, needs sw whitebalance, etc). ?

2009-01-17 Thread kilgota
On Fri, 16 Jan 2009, Olivier Lorin wrote: snip Post gamma or white balance correction seemed to be more part of the webcam capabilities than the image state so that the new API to get these features is quite logical. Hmmm. While one is in the process of planning ahead, it it good to

Re: KWorld ATSC 115 all static

2009-01-17 Thread hermann pitton
Am Samstag, den 17.01.2009, 13:44 -0500 schrieb Michael Krufky: hermann pitton wrote: Hi, Am Samstag, den 17.01.2009, 17:20 +0100 schrieb Hans Verkuil: On Friday 16 January 2009 04:20:02 CityK wrote: CityK wrote: If you had meant taking Hans' source and applying

[PATCH] Bttv: move check on unsigned

2009-01-17 Thread Roel Kluin
Please review, this patch was not tested. The static function set_tvnorm is called in drivers/media/video/bt8xx/bttv-driver.c: 1355: set_tvnorm(btv, norm); 1868: set_tvnorm(btv, i); 3273: set_tvnorm(btv,btv-tvnorm); in the first two with an unsigned, but bttv-tvnorm is signed. see vi

Re: [GIT PULL -tip] fix 33 make headers_check warnings

2009-01-17 Thread David Woodhouse
On Sat, 2009-01-17 at 23:19 +0100, Sam Ravnborg wrote: Nope - include/linux/dvb/audio.h failed to include linux/types.h despite the fact that is uses __u32 etc. Er, good point. I saw the stdint.h and assumed it was using only proper C types... but then it wouldn't have triggered the warning,

Re: [GIT PULL -tip] fix 33 make headers_check warnings

2009-01-17 Thread H. Peter Anvin
Sam Ravnborg wrote: That patch looks wrong, and unnecessary. It was fine before. Nope - include/linux/dvb/audio.h failed to include linux/types.h despite the fact that is uses __u32 etc. But why the _kernel_ should include a userspace header is much more questionable. stdint.h is one

Re: [linux-dvb] Problem with video4linux

2009-01-17 Thread OM Ugarcina
Hello Mauro, After using the mythtv setup for a few days now with kernel 2.6.27.9-159.fc10.i686 and v4l modules from 2009-01-06 as well as 2009-01-16 I have noticed some problems with sound . I use exclusively optical spdiff passthrough from my motherboard asus 5b (intel chips for audio) to

Re: [PATCHv4] Add Freescale MC44S803 tuner driver

2009-01-17 Thread Detlef Rohde
Hi All, I have to apologize being a stupid newbie not able to put Antti's latest source (mc44s803-71b0ef33303a) into my kernel (2.6.27-11-generic). Have performed successfully a make, but running install failed because of missed option settings for this operation. I am uncertain if I must set

Analog TV on Leadtek PxDVR 3200 H

2009-01-17 Thread Martin Edlman
Hello, I have a problem with module cx23885, it doesn't create the /dev/video0 device. My config: Leadtek PxDVR 3200 H Analog/DVB card Linux - Fedora 10 (2.6.27.9-159.fc10.x86_64) V4L/DVB repository from http://linuxtv.org/hg/v4l-dvb as the TV card is not supported by the distro kernel drivers.

[PULL] http://linuxtv.org/hg/~ajacquet/v4l-dvb/

2009-01-17 Thread Antoine Jacquet
Mauro, Please pull from http://linuxtv.org/hg/~ajacquet/v4l-dvb/ for the following changeset: 01/01: zr364xx: add support for Aiptek DV T300 http://linuxtv.org/hg/~ajacquet/v4l-dvb/?cmd=changeset;node=be8e42c9b9f7 Documentation/video4linux/zr364xx.txt |1 + drivers/media/video/zr364xx.c

Re: [GIT PULL -tip] fix 33 make headers_check warnings

2009-01-17 Thread Jaswinder Singh Rajput
Hello Sam, David, On Sat, 2009-01-17 at 23:19 +0100, Sam Ravnborg wrote: On Sun, Jan 18, 2009 at 08:37:41AM +1100, David Woodhouse wrote: On Sun, 2009-01-18 at 01:47 +0530, Jaswinder Singh Rajput wrote: --- a/include/linux/dvb/audio.h +++ b/include/linux/dvb/audio.h @@ -24,9 +24,8 @@

Re: [GIT PULL -tip] fix 33 make headers_check warnings

2009-01-17 Thread Jaswinder Singh Rajput
On Sat, 2009-01-17 at 22:33 -0500, Kyle McMartin wrote: On Sun, Jan 18, 2009 at 08:35:01AM +0530, Jaswinder Singh Rajput wrote: Hello Sam, David, /home/jaswinder/jaswinder-git/linux-2.6-tip/usr/include/mtd/jffs2-user.h:20: extern's make no sense in userspace This file is for

Re: [GIT PULL -tip] fix 33 make headers_check warnings

2009-01-17 Thread Kyle McMartin
On Sun, Jan 18, 2009 at 09:08:24AM +0530, Jaswinder Singh Rajput wrote: If this file is _ONLY_ for userspace and kernel cannot use it then what is the point of keeping this file in kernel headers. There is effectively no point, especially when they reference a variable that may or may not