Re: [PATCH] FM1216ME_MK3 AUX byte for FM mode

2011-10-26 Thread Dmitri Belimov
Hi Mauro I found TV card and test this patch. Audio is better. Please apply. With my best regards, Dmitry. > Hi Dmitri, > > Em 23-04-2009 02:40, Dmitri Belimov escreveu: > > Hi All > > > > Write AUX byte to FM1216ME_MK3 when FM mode, better sensitivity. It > > can be usefull for other tuners.

Re: femon.c

2011-10-26 Thread James
On 10/26/11 22:39, Jonathan Isom wrote: On Wed, Oct 26, 2011 at 9:19 PM, James wrote: I'm trying to find femon.c I found a reference to it on the web (DVB-apps/szap//femon/.c) but I can't find it. :-( Try this repository. http://linuxtv.org/hg/dvb-apps/ HTH Jonathan Thanks. I must be goin

Re: femon.c

2011-10-26 Thread Jonathan Isom
On Wed, Oct 26, 2011 at 9:19 PM, James wrote: > > I'm trying to find femon.c > > I found a reference to it on the web (DVB-apps/szap//femon/.c) but I can't > find it. :-( Try this repository. http://linuxtv.org/hg/dvb-apps/ HTH Jonathan > -- > To unsubscribe from this list: send the line "uns

femon.c

2011-10-26 Thread James
I'm trying to find femon.c I found a reference to it on the web (DVB-apps/szap//femon/.c) but I can't find it. :-( -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/maj

Re: femon signal strength

2011-10-26 Thread James
On 10/26/11 15:49, Devin Heitmueller wrote: On Wed, Oct 26, 2011 at 3:45 PM, James wrote: How many different formats are there (do I have to go through the archive)? Would it be feasable to change femon to handle different formats? There are three or four common formats, and there is no real w

Re: femon signal strength

2011-10-26 Thread Devin Heitmueller
On Wed, Oct 26, 2011 at 3:45 PM, James wrote: > How many different formats are there (do I have to go through the archive)? > Would it be feasable to change femon to handle different formats? There are three or four common formats, and there is no real way for an application to know which format

Re: femon signal strength

2011-10-26 Thread James
On 10/26/11 04:15, Devin Heitmueller wrote: On Wed, Oct 26, 2011 at 12:36 AM, James wrote: My signal strength is always above 0 but when I use -H, it is 0%. Does that mean my signal strength is<0%? Maybe femon should report 0.x%. $ femon FE: Samsung S5H1409 QAM/8VSB Frontend (ATSC) status SCVY

Re: cx23885[0]: videobuf_dvb_register_frontend failed (errno = -12)

2011-10-26 Thread Devin Heitmueller
On Wed, Oct 26, 2011 at 3:26 PM, James wrote: > *I compiled kernel-3.1 and now my tuner card fails: > >> $ dmesg | grep cx >> cx23885 driver version 0.0.3 loaded >> cx23885 :03:00.0: PCI INT A -> Link[LNEA] -> GSI 16 (level, low) -> >> IRQ 16 >> CORE cx23885[0]: subsystem: 0070:7911, board: Ha

cx23885[0]: videobuf_dvb_register_frontend failed (errno = -12)

2011-10-26 Thread James
*I compiled kernel-3.1 and now my tuner card fails: $ dmesg | grep cx cx23885 driver version 0.0.3 loaded cx23885 :03:00.0: PCI INT A -> Link[LNEA] -> GSI 16 (level, low) -> IRQ 16 CORE cx23885[0]: subsystem: 0070:7911, board: Hauppauge WinTV-HVR1250 [card=3,autodetected] cx23885[0]: haup

cron job: media_tree daily build: WARNINGS

2011-10-26 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Wed Oct 26 19:00:23 CEST 2011 git hash:a63366b935456dd0984f237642f6d4001dcf8017 gcc version: i686-linux-gcc (GC

[PATCH] [media] compat_ioctl: add compat handler for FE_SET_PROPERTY

2011-10-26 Thread Laurent Defert
Hello, You'll find below a patch that implements the FE_SET_PROPERTY ioctl compat code. This code is reached when a 32 bit application does the ioctl on a 64 bit kernel. There are other dvb ioctl that are missing from the compat layer (FE_GET_PROPERTY and FE_SET_FRONTEND_TUNE_MODE), if this

Re: [PATCH] [media] v4l2: punt generated pdf files

2011-10-26 Thread Mauro Carvalho Chehab
Em 26-10-2011 15:33, Mike Frysinger escreveu: > On Wed, Oct 26, 2011 at 09:24, Mike Frysinger wrote: >> These don't belong in the tree, and we have a .gitignore on them already >> (not sure how these slipped in), so punt the compiled files. > > hrm, i thought default git send-email/format-patch di

[PATCH] via-camera: disable RGB mode

2011-10-26 Thread Daniel Drake
The RGB mode does not work correctly. It captures fine at 640x480 but whenever the scaling engine is used to produce another resolution, color corruption occurs (lots of erroneous pink and green). It is not clear how the scaling engine is supposed to work and how it knows which pixel format it is

Re: [PATCH] [media] v4l2: punt generated pdf files

2011-10-26 Thread Mike Frysinger
On Wed, Oct 26, 2011 at 09:24, Mike Frysinger wrote: > These don't belong in the tree, and we have a .gitignore on them already > (not sure how these slipped in), so punt the compiled files. hrm, i thought default git send-email/format-patch didn't include binary updates when deleting in the diff.

[GIT PULL FOR v3.2] m5mols misc fixes about booting time

2011-10-26 Thread HeungJun, Kim
Hello Mauro, the following changes since commit 35a912455ff5640dc410e91279b03e04045265b2: merge branch 'v4l_for_linus' into staging/for_v3.2 (2011-10-19 12:41:18 -0200) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-2.6-samsung m5mols heungjun, kim (5):

Re: femon signal strength

2011-10-26 Thread Devin Heitmueller
On Wed, Oct 26, 2011 at 12:36 AM, James wrote: > My signal strength is always above 0 but when I use -H, it is 0%. > Does that mean my signal strength is <0%? > Maybe femon should report 0.x%. > > $ femon > FE: Samsung S5H1409 QAM/8VSB Frontend (ATSC) > status SCVYL | signal 00b9 | snr 00b9 | ber