Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread Markus Heidelberg
Mauro Carvalho Chehab, 2010-01-19: Yes. I personally prefer to have a bare clone (bare trees have just the -git objects, and not a workig tree), and several working copies. I do the work at the working copies, and, after they are fine, I push into the bare and send the branches from bare to

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Hans de Goede
Hi, On 01/19/2010 12:08 PM, Mauro Carvalho Chehab wrote: Hans Verkuil wrote: On Tuesday 19 January 2010 06:34:18 Mauro Carvalho Chehab wrote: snip I do have one proposal: parts of our hg tree are independent of git: v4l2-apps, possibly some firmware build code (not 100% sure of that),

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Hans Verkuil
Hi Hans, Hi, On 01/19/2010 12:08 PM, Mauro Carvalho Chehab wrote: Hans Verkuil wrote: On Tuesday 19 January 2010 06:34:18 Mauro Carvalho Chehab wrote: snip I do have one proposal: parts of our hg tree are independent of git: v4l2-apps, possibly some firmware build code (not 100% sure

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Laurent Pinchart
Hi Hans, On Wednesday 20 January 2010 09:36:08 Hans de Goede wrote: Hi, On 01/19/2010 12:08 PM, Mauro Carvalho Chehab wrote: Hans Verkuil wrote: On Tuesday 19 January 2010 06:34:18 Mauro Carvalho Chehab wrote: snip I do have one proposal: parts of our hg tree are independent of

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Paulo Assis
Hi, The uvcdynctrl utility is part of the libwebcam project: http://www.quickcamteam.net/software/libwebcam But given that libwebcam is unmaintained and not used by anything AFAIK, I'm patching uvcdynctrl to no longer need it. The plan is to add uvcdynctrl to libv4l soon, as that is

Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread BOUWSMA Barry
Moin Andy, On Tue, 19 Jan 2010, Andy Walls wrote: On Tue, 2010-01-19 at 09:10 +0100, Patrick Boettcher wrote: BTW: I just made a clone of the git-tree - 365MB *ouff*. Assuming 53.333 kbps download speed, 0% overhead, no compression: 365 MiB * 2^20 bytes/MiB * 8 bits/byte / 5

libwecam uvcdynctrl (was Re: [ANNOUNCE] git tree repositories libv4l)

2010-01-20 Thread Hans de Goede
Hi, On 01/20/2010 10:54 AM, Paulo Assis wrote: Hi, The uvcdynctrl utility is part of the libwebcam project: http://www.quickcamteam.net/software/libwebcam But given that libwebcam is unmaintained and not used by anything AFAIK, I'm patching uvcdynctrl to no longer need it. The plan is to add

Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread BOUWSMA Barry
On Wed, 20 Jan 2010, Mauro Carvalho Chehab wrote: Andy Walls wrote: On Tue, 2010-01-19 at 09:10 +0100, Patrick Boettcher wrote: BTW: I just made a clone of the git-tree - 365MB *ouff*. Assuming 53.333 kbps download speed, 0% overhead, no compression: 365 MiB * 2^20 bytes/MiB * 8

SSH key parser

2010-01-20 Thread Manu Abraham
Hi all, I have been working with some TM applications. Does anybody know of a good SSH key parser that I need to use, for remote authentication in such applications. Or does SSH sound like using a hammer against a fly in such a circumstance ? Feedback much appreciated. Thanks, Manu -- To

Re: [PATCH] cx23885: Wrong command printed in cmd_to_str()

2010-01-20 Thread Steven Toth
Thanks Roel. Acked-By: Steven Toth st...@kernellabs.com - Steve -- Steven Toth - Kernel Labs http://www.kernellabs.com On Tue, Jan 19, 2010 at 7:47 PM, Roel Kluin roel.kl...@gmail.com wrote: The wrong command was printed for case CX2341X_ENC_SET_DNR_FILTER_MODE, and a typo in case

Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread Laurent Pinchart
Hi Devin, I think Mauro made it quite clear that this was just an announcement for work in progress that has been started on git support and that we still need to discuss how we will handle backports/compatibility with older kernels, so I'll go straight to the point I want to make. On Tuesday

[PATCH 1/3] radio: Add the SAA7706H Car Radio DSP to v4l2-chip-ident.h

2010-01-20 Thread Richard Röjfors
This patch add the SAA7706h to the v4l2-chip-ident.h Signed-off-by: Richard Röjfors richard.rojf...@pelagicore.com --- diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 6cc107d..5341e3d 100644 --- a/include/media/v4l2-chip-ident.h +++

[PATCH 2/3] radio: Add support for SAA7706H Car Radio DSP

2010-01-20 Thread Richard Röjfors
This patch contains initial support for the SAA7706H Car Radio DSP. It is a I2C device and currently the mute control is supported. When the device is unmuted it is brought out of reset and initiated using the proposed intialisation sequence. When muted the DSP is brought into reset state.

[PATCH 3/3] radio: Add SAA7706H to Kconfig and Makefile

2010-01-20 Thread Richard Röjfors
This patch adds the SAA7706H to Kconfig and Makefile, it points out the source code added in the previous patch. Signed-off-by: Richard Röjfors richard.rojf...@pelagicore.com --- diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 3f40f37..1716e52 100644 ---

Re: [PATCH v3] isl6421.c - added tone control and temporary diseqc overcurrent

2010-01-20 Thread HoP
Hi Mauro, Not to hassle you, I'm sure you're very busy. But I'm not yet received a response from you on mail with corrected patch. Your attention would be appreciated Regards /Honza 2009/12/16 HoP jpetr...@gmail.com: Hi Mauro, 2009/12/15 Mauro Carvalho Chehab mche...@redhat.com: [snip]

[PATCH 0/3] radio: Add support for SAA7706H Car Radio DSP

2010-01-20 Thread Richard Röjfors
These sets of patches added support for the SAA7706H Car Radio DSP. Patch 1: Add The saa7706h to the v4l2-chip-ident.h Patch 2: Add the actual source code Patch 3: Add the saa7706h to the Kconfig and Makefile --Richard -- To unsubscribe from this list: send the line unsubscribe linux-media in

Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread Mauro Carvalho Chehab
Laurent Pinchart wrote: Hi Devin, I totally agree with you here. We obviously don't support developers who still want to use a 2.4.x kernel on their computer, so a line as to be drawn at some point. Currently, the backport starts on 2.6.16. I think it is ok to keep this as the basis

Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread Mauro Carvalho Chehab
Andy Walls wrote: On Wed, 2010-01-20 at 01:29 -0200, Mauro Carvalho Chehab wrote: Andy Walls wrote: On Tue, 2010-01-19 at 09:10 +0100, Patrick Boettcher wrote: BTW: I just made a clone of the git-tree - 365MB *ouff*. Assuming 53.333 kbps download speed, 0% overhead, no compression: 365

Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread Mauro Carvalho Chehab
Markus Heidelberg wrote: Mauro Carvalho Chehab, 2010-01-19: Yes. I personally prefer to have a bare clone (bare trees have just the -git objects, and not a workig tree), and several working copies. I do the work at the working copies, and, after they are fine, I push into the bare and send

Re: TBS 6980 Dual DVB-S2 PCIe card

2010-01-20 Thread Dominic Fernandes
Hi, I just got a new card the TBS 8920 DVB-S2 PCI version. And having problems with MythTV. I'm running Mythbutu 9.10 with MythTV0.22 and the TBS supplied drivers. I have generated a channels.conf file using scan and can view channels using mplayer dvb:// command. Now I want to import my

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: 4) v4l2-apps - I agree that splitting it could be a good idea, provided that we find a way to handle the few cases where we have example applications at the media docs. Note that v4l2-apps also contains libv4l, it so happens that I've been discussing moving libv4l to

em28xx based camera (Videology 21K142/USB) stops streaming after VIDIOC_S_FMT

2010-01-20 Thread Torsten Landschoff
Hi *, I am trying to get the Videology 21K142 camera (which is based on the Empia em28xx chipset) to work with our legacy display application. It works fine up to a point. However, when calling VIDIOC_S_FMT streaming does not work anymore. The calling sequence is STREAMOFF S_FMT REQBUFS

Re: Need testers: cx23885 IR Rx for TeVii S470 and HVR-1250

2010-01-20 Thread Igor M. Liplianin
On 19 января 2010 04:10:42 Andy Walls wrote: On Tue, 2010-01-19 at 00:25 +0200, Igor M. Liplianin wrote: On 18 января 2010 07:36:52 Andy Walls wrote: On Sat, 2010-01-16 at 20:26 -0500, Andy Walls wrote: On Sat, 2010-01-16 at 23:56 +0200, Igor M. Liplianin wrote: On 16 января 2010

[PATCH 1/1] media: dvb-usb/af9015, fix disconnection crashes

2010-01-20 Thread Jiri Slaby
When both remote controller and receiver intfs are handled by af9015, .probe do nothing for remote intf, but when .disconnect is called for both of them it touches intfdata every time. For remote it crashes obviously (as intfdata are unset). Altough there is test against data being NULL, it is

Drivers for Eyetv hybrid

2010-01-20 Thread Morten Friesgaard
Hello. I installed mythbuntu 9.10 this week on some old hardware, I had a Hauppauge 500MCE PVR in and made it work fairly easy. I'm used to gentoo However, I want to record HD signal, so I plugged in a Eyetv hybrid and followed this guide http://ubuntuforums.org/showthread.php?t=1015387 I

Conexant Systems, Inc. Hauppauge Inc. HDPVR-1250 model 1196 (rev 04) [How to make it work?]

2010-01-20 Thread Ukko Happonen
Hi, I bought a desktop from Pixmania, it's this http://h10010.www1.hp.com/wwpc/uk/en/ho/WF06b/12454-12454-3329740-64546-64546-4011395-4038054.html How do I make the TV tuner work? lspci -d 14f1:8880 -v says [05:00.0 Multimedia video controller: Conexant Systems, Inc. Hauppauge Inc. HDPVR-1250

Re: Drivers for Eyetv hybrid

2010-01-20 Thread Devin Heitmueller
On Wed, Jan 20, 2010 at 12:26 PM, Morten Friesgaard friesga...@gmail.com wrote: Hello. I installed mythbuntu 9.10 this week on some old hardware, I had a Hauppauge 500MCE PVR in and made it work fairly easy. I'm used to gentoo However, I want to record HD signal, so I plugged in a Eyetv

Re: [PATCH v3] isl6421.c - added tone control and temporary diseqc overcurrent

2010-01-20 Thread Mauro Carvalho Chehab
HoP wrote: Hi Mauro, Not to hassle you, I'm sure you're very busy. But I'm not yet received a response from you on mail with corrected patch. Your attention would be appreciated Hi Honza, The patch looks correct to me, but, as I previously mentioned, our policy is to add new features

[PATCH] MT9T031: write xskip and yskip at each set_params call

2010-01-20 Thread Valentin Longchamp
This prevents the registers to be different to the computed values the second time you open the same camera with the sames parameters. The images were different between the first device open and the second one with the same parameters. Signed-off-by: Valentin Longchamp valentin.longch...@epfl.ch

Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread Guennadi Liakhovetski
Thank you, Mauro, for doing this work! It is highly appreciated! Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: [PATCH] MT9T031: write xskip and yskip at each set_params call

2010-01-20 Thread Guennadi Liakhovetski
On Wed, 20 Jan 2010, Valentin Longchamp wrote: This prevents the registers to be different to the computed values the second time you open the same camera with the sames parameters. The images were different between the first device open and the second one with the same parameters. But why

[cron job] v4l-dvb daily build 2.6.22 and up: WARNINGS, 2.6.16-2.6.21: WARNINGS

2010-01-20 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:Wed Jan 20 19:00:05 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14014:e4429a1b736c gcc version: gcc

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Hans de Goede
Hi, On 01/20/2010 04:41 PM, Mauro Carvalho Chehab wrote: Hans Verkuil wrote: 4) v4l2-apps - I agree that splitting it could be a good idea, provided that we find a way to handle the few cases where we have example applications at the media docs. Note that v4l2-apps also contains

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Brandon Philips
On 19:50 Wed 20 Jan 2010, Hans de Goede wrote: On 01/20/2010 04:41 PM, Mauro Carvalho Chehab wrote: As we're discussing about having a separate tree for v4l2-apps, maybe the better is to port it to -git (in a way that we can preserve the log history). I have a small script I used to convert

Re: DM1105: could not attach frontend 195d:1105

2010-01-20 Thread paul10
Igor wrote: Oh, that is wrong. It is registers addresses, Never touch this. Let's look on that part of code: /* GPIO's for LNB power control */ #define DM1105_LNB_MASK 0x // later in code write it to DM1105_GPIOCTR, all GPIO's as OUT #define DM1105_LNB_OFF

Re: [PATCH 2/3] radio: Add support for SAA7706H Car Radio DSP

2010-01-20 Thread Hans Verkuil
Hi Richard, Here is a quick review of this driver: On Wednesday 20 January 2010 14:51:19 Richard Röjfors wrote: This patch contains initial support for the SAA7706H Car Radio DSP. It is a I2C device and currently the mute control is supported. When the device is unmuted it is brought out

Re: SoC Realtek RTD 12xx devices

2010-01-20 Thread Hans Verkuil
On Thursday 14 January 2010 12:01:23 Theunis Potgieter wrote: Hi, is there anyone that has started to work on Realtek RTD 1261 (http://rtd1261.wikidot.com/internals), 1283 etc type systems? Here is the kernel of RTD 1283 http://gator884.hostgator.com/~xtreamer/Xtreamer_GPL/xtr_kernel.tar.bz2

Remote for Terratec Cinergy C PCI HD (DVB-C)

2010-01-20 Thread Hans-Peter Wolf
Hi, I installed the mantis driver from the v4l-dvb mercurial repository and got my tv-card Terratec Cinergy C PCI HD running successfully. However, I cannot find any information if the included remote, which also directly connected to the PCI card, is also working. The dmesg output gives me

Re: [PATCH v3] isl6421.c - added tone control and temporary diseqc overcurrent

2010-01-20 Thread HoP
Hi Mauro, 2010/1/20 Mauro Carvalho Chehab mche...@redhat.com: HoP wrote: Hi Mauro, Not to hassle you, I'm sure you're very busy. But I'm not yet received a response from you on mail with corrected patch. Your attention would be appreciated Hi Honza, The patch looks correct to me, but,

Re: [PATCH v3] isl6421.c - added tone control and temporary diseqc overcurrent

2010-01-20 Thread Mauro Carvalho Chehab
HoP wrote: Hi Mauro, 2010/1/20 Mauro Carvalho Chehab mche...@redhat.com: HoP wrote: Hi Mauro, Not to hassle you, I'm sure you're very busy. But I'm not yet received a response from you on mail with corrected patch. Your attention would be appreciated Hi Honza, The patch looks

Re: [PATCH v3] isl6421.c - added tone control and temporary diseqc overcurrent

2010-01-20 Thread HoP
2010/1/21 Mauro Carvalho Chehab mche...@redhat.com: HoP wrote: Hi Mauro, 2010/1/20 Mauro Carvalho Chehab mche...@redhat.com: HoP wrote: Hi Mauro, Not to hassle you, I'm sure you're very busy. But I'm not yet received a response from you on mail with corrected patch. Your attention

s2-liplianin does not compile

2010-01-20 Thread Beepo / Vanguard
Hi, I have trouble compiling: description DVB-S(S2) drivers for Linux owner Igor M. Liplianin last change Sun, 17 Jan 2010 22:48:15 +0200 Linux tv-desktop 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 17:01:44 UTC 2009 x86_64 GNU/Linux t...@tv-desktop:~$ gcc --version gcc (Ubuntu

Re: s2-liplianin does not compile

2010-01-20 Thread Igor M. Liplianin
On 21 января 2010 01:53:33 Beepo / Vanguard wrote: Hi, I have trouble compiling: description DVB-S(S2) drivers for Linux owner Igor M. Liplianin last change Sun, 17 Jan 2010 22:48:15 +0200 Linux tv-desktop 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 17:01:44 UTC 2009 x86_64 GNU/Linux

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Mauro Carvalho Chehab
Brandon Philips wrote: On 19:50 Wed 20 Jan 2010, Hans de Goede wrote: On 01/20/2010 04:41 PM, Mauro Carvalho Chehab wrote: As we're discussing about having a separate tree for v4l2-apps, maybe the better is to port it to -git (in a way that we can preserve the log history). I have a small

Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread Mauro Carvalho Chehab
Johannes Stezenbach wrote: Hi, may I humbly request to make it mandatory to enter a description when a user creates a new tree on linuxtv.org? IMHO foobar development repository isn't useful at all. Ok, I changed the git-menu script to ask for the description before creating the clone. If

Re: SSH key parser

2010-01-20 Thread Andy Walls
On Wed, 2010-01-20 at 16:24 +0400, Manu Abraham wrote: Hi all, I have been working with some TM applications. Does anybody know of a good SSH key parser that I need to use, for remote authentication in such applications. Or does SSH sound like using a hammer against a fly in such a

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Brandon Philips
On 00:07 Thu 21 Jan 2010, Mauro Carvalho Chehab wrote: Brandon Philips wrote: On 19:50 Wed 20 Jan 2010, Hans de Goede wrote: On 01/20/2010 04:41 PM, Mauro Carvalho Chehab wrote: As we're discussing about having a separate tree for v4l2-apps, maybe the better is to port it to -git (in a

Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread Trent Piepho
On Thu, 21 Jan 2010, Mauro Carvalho Chehab wrote: OTOH, since with git it is common to have multiple branches within one repository, I'm not sure how it works. It would be cool if git would support per-branch descriptions, and git web could display them. I don't think git supports it. In

Re: [ANNOUNCE] git tree repositories

2010-01-20 Thread Mauro Carvalho Chehab
Trent Piepho wrote: On Thu, 21 Jan 2010, Mauro Carvalho Chehab wrote: OTOH, since with git it is common to have multiple branches within one repository, I'm not sure how it works. It would be cool if git would support per-branch descriptions, and git web could display them. I don't think git

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Hans Verkuil
On Thursday 21 January 2010 03:07:32 Mauro Carvalho Chehab wrote: Brandon Philips wrote: On 19:50 Wed 20 Jan 2010, Hans de Goede wrote: On 01/20/2010 04:41 PM, Mauro Carvalho Chehab wrote: As we're discussing about having a separate tree for v4l2-apps, maybe the better is to port it to

Re: [ANNOUNCE] git tree repositories libv4l

2010-01-20 Thread Hans Verkuil
On Thursday 21 January 2010 03:46:05 Brandon Philips wrote: On 00:07 Thu 21 Jan 2010, Mauro Carvalho Chehab wrote: Brandon Philips wrote: On 19:50 Wed 20 Jan 2010, Hans de Goede wrote: On 01/20/2010 04:41 PM, Mauro Carvalho Chehab wrote: As we're discussing about having a separate tree

TT-Budget/S-1500 PCI crashes with current hg (v4l-dvb-cdcf089168df)

2010-01-20 Thread dm66
Hi, My Technotrend S-1500 crashes everytime i load the drivers. This is on 2.6.30.10 kernel with a 2 day old tip from mercurial repo on linuxtv. Reverting back to an older build seems to succeed but i have other tuning problems. Looks like a prob in the infrared driver registration. Is