TBS 8920 fails to initialize

2009-07-22 Thread Mark Zimmerman
Greetings: I am trying out a new TBS 8920 using the 2.6.30 built-in driver and it fails to initialize. Here are the dmesg lines: qpc$ dmesg | grep cx88\\[1\\] cx88[1]: subsystem: 8920:, board: TBS 8920 DVB-S/S2 [card=72,autodetected], frontend(s): 1 cx88[1]: TV tuner type 4, Radio tuner type

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

2009-07-22 Thread Andy Walls
Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following 3 changesets: 01/03: tuner-simple: Add an entry for the Partsnic PTI-5NF05 NTSC tuner http://linuxtv.org/hg/~awalls/v4l-dvb?cmd=changeset;node=41ff81d0ec9e 02/03: ivtv: Fix errors in AVerTV M113 card definitions and

Re: [PATCH] Implement changing resolution on the fly for zr364xx driver

2009-07-22 Thread Antoine Jacquet
Hi, Lamarque Vieira Souza wrote: Em Quarta-feira 22 Julho 2009, Antoine Jacquet escreveu: Hi, Lamarque Vieira Souza wrote: I have made some changes to the patch: Since I already included your previous patch and sent a pull request to Mauro, could you send a patch against my current t

Re: [PATCH] media/video/cx88: adding __init/__exit macros to cx88 drivers

2009-07-22 Thread Jiri Kosina
On Wed, 22 Jul 2009, Mauro Carvalho Chehab wrote: > > > > Trivial patch which adds the __init and __exit macros to the > > > > module_init / module_exit functions to several files in > > > > drivers/media/video/cx88/ > > > > > > > > linux version 2.6.31-rc3 - linus git tree > > > > > > > > Signe

Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune

2009-07-22 Thread Shaun Murdoch
Hi Igor, Thanks - I will take the card out and get some pics. Cheers, Shaun 2009/7/22 Igor M. Liplianin : > On 22 июля 2009 21:43:01 Shaun Murdoch wrote: >> Hi, >> >> Thanks for the suggestion. >> >> I think there's something a bit weird with dvbtune. According to it's >> man page the units for

Re: [patch] drivers/media/video/zoran_card.c: en/decoder loading

2009-07-22 Thread Andrew Morton
On Wed, 22 Jul 2009 13:57:57 -0700 Andrew Morton wrote: > (cc linux-media) > > On Sun, 27 Jan 2008 19:01:29 +0100 oops > Martin Samuelsson wrote: > > > This enables the avs6eyes to load the bt866 and ks0127 drivers > > automatically. > > > > Signed-off-by: Martin Samuelsson > > --- > > z

Re: [patch] drivers/media/video/zoran_card.c: en/decoder loading

2009-07-22 Thread Andrew Morton
(cc linux-media) On Sun, 27 Jan 2008 19:01:29 +0100 Martin Samuelsson wrote: > This enables the avs6eyes to load the bt866 and ks0127 drivers automatically. > > Signed-off-by: Martin Samuelsson > --- > zoran_card.c |6 ++ > 1 file changed, 6 insertions(+) > --- linux-2.6.24-ori/driver

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-07-22 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following changeset: 01/01: Create card parameters array in SDMC DM1105 driver. http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=b883ce306b98 dm1105.c | 148 +++

[PULL] soc-camera: one bug-fix for 2.6.31

2009-07-22 Thread Guennadi Liakhovetski
Hi Mauro, Please pull from http://linuxtv.org/hg/~gliakhovetski/v4l-dvb for the following "high-prio" bugfix, that should go in with 2.6.31: 01/01: pxa_camera: Fix Oops in pxa_camera_probe. http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=ee62ab3076e1 pxa_camera.c |2 +- 1

Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune

2009-07-22 Thread Igor M. Liplianin
On 22 июля 2009 21:43:01 Shaun Murdoch wrote: > Hi, > > Thanks for the suggestion. > > I think there's something a bit weird with dvbtune. According to it's > man page the units for frequency (-f) are Hz. I am trying to tell it > 11.778 GHz - but you get errors if you do -f 1177800. Equally you

Re: [PATCH] Implement changing resolution on the fly for zr364xx driver

2009-07-22 Thread Lamarque Vieira Souza
Em Quarta-feira 22 Julho 2009, Antoine Jacquet escreveu: > Hi, > > Lamarque Vieira Souza wrote: > > I have made some changes to the patch: > > Since I already included your previous patch and sent a pull request to > Mauro, could you send a patch against my current tree: > http://linuxtv.

Re: [PATCH] Implement changing resolution on the fly for zr364xx driver

2009-07-22 Thread Antoine Jacquet
Hi, Lamarque Vieira Souza wrote: I have made some changes to the patch: Since I already included your previous patch and sent a pull request to Mauro, could you send a patch against my current tree: http://linuxtv.org/hg/~ajacquet/zr364xx/ Thanks, Antoine -- Antoine "Royal

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Steve Castellotti
On Wed, 2009-07-22 at 13:18 -0300, Mauro Carvalho Chehab wrote: > > I didn't know about the 80% utilization cap for isoc, so thanks for > > providing the reference to that previous thread, which has some pretty > > interesting information. > > Anytime. Yeah have to agree, thanks so much for

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Steve Castellotti
On Wed, 2009-07-22 at 13:18 -0300, Mauro Carvalho Chehab wrote: > > I didn't know about the 80% utilization cap for isoc, so thanks for > > providing the reference to that previous thread, which has some pretty > > interesting information. > > Anytime. Yeah have to agree, thanks so much for

Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune

2009-07-22 Thread Shaun Murdoch
Hi, Thanks for the suggestion. I think there's something a bit weird with dvbtune. According to it's man page the units for frequency (-f) are Hz. I am trying to tell it 11.778 GHz - but you get errors if you do -f 1177800. Equally you also get errors if you assume it is MHz, i.e. -f 11778.

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

2009-07-22 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 Jul 22 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12324:6477aa1782d5 gcc version: gcc

Re: [PATCH] dvb: make digital side of pcHDTV HD-3000 functional again

2009-07-22 Thread Jarod Wilson
On Wednesday 22 July 2009 13:59:00 Jarod Wilson wrote: > On Wednesday 22 July 2009 02:51:12 Trent Piepho wrote: > > On Tue, 21 Jul 2009, Jarod Wilson wrote: ... > > > So its either I have *two* machines with bad, but only slightly bad, > > > and in the same way, PCI slots which seem to work fine wi

Re: [PATCH] dvb: make digital side of pcHDTV HD-3000 functional again

2009-07-22 Thread Jarod Wilson
On Wednesday 22 July 2009 02:51:12 Trent Piepho wrote: > On Tue, 21 Jul 2009, Jarod Wilson wrote: > > On Tuesday 21 July 2009 10:23:53 Steven Toth wrote: > > > > Hrm, okay, I'll double-check that... If its not there, perhaps the card > > > > isn't quite seated correctly. Or the machine is bunk. Or

[PATCH 2/2] uvcvideo: Multiple streaming interfaces support

2009-07-22 Thread Laurent Pinchart
Restructure the UVC descriptors parsing code to handle multiple streaming interfaces. The driver now creates a uvc_video_chain instance for each chain detected in the UVC control interface descriptors, and tries to register one video device per streaming endpoint. Priority: normal Signed-off-by:

[PATCH 0/2] uvcvideo: Multiple streaming interfaces support

2009-07-22 Thread Laurent Pinchart
Hi everybody, this patch series introduces support for multiple streaming interfaces in a single UVC device. This will mainly be used by devices that can stream compressed and preview video concurrently (think about MPEG2-TS and MJPEG), but could also accommodate USB-to-USB devices such as hard

[PATCH] gspca - sn9c20x: Fix up i2c_r functions

2009-07-22 Thread Brian Johnson
Fixes the following issues * use i2c_w instead of reg_w * return error on failure * read the correct number of bytes Signed-off-by: Brian Johnson diff --git a/linux/drivers/media/video/gspca/sn9c20x.c b/linux/drivers/media/video/gspca/sn9c20x.c --- a/linux/drivers/media/video/gspca/sn9c20x.c +

Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune

2009-07-22 Thread Seyyed Mohammad mohammadzadeh
Hello, I don't know what is the exact cause of your problem but I think you are tuning to a wrong frequency. You wrote: dvbtune -f 1177800 -s 27500 -p v -m in which the frequency parameters has two extra zeros which cause the frequency to interpret as : 1,177,800 MHz !!! 2009/7/22 Shaun Mu

Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune

2009-07-22 Thread Shaun Murdoch
Hi everyone, First post so please be gentle :-)  [Resending to this list as linux-dvb is deprecated apparently and I wasn't a member of linux-media. Apologies if this gets to you multiple times.] I was wondering if anyone can help me please - I am trying to get a DVB-S PCI card working with Linux

Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune

2009-07-22 Thread Shaun Murdoch
Hi everyone, First post so please be gentle :-) I was wondering if anyone can help me please - I am trying to get a DVB-S PCI card working with Linux (Ubuntu 9.04). So far I can get the card recognised by Linux, but it won't tune - Kaffeine does tell me that there is 95% signal and 80% SNR, and I

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Mauro Carvalho Chehab
Em Wed, 22 Jul 2009 11:06:12 -0400 Devin Heitmueller escreveu: > On Wed, Jul 22, 2009 at 11:01 AM, Jelle de > Jong wrote: > > Funky timing of those mails :D. > > > > I saw only after sending my mail that Steve was talking about analog and > > that this is indeed different. Dual analog tuner suppo

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Mauro Carvalho Chehab
Em Wed, 22 Jul 2009 12:02:48 -0400 Devin Heitmueller escreveu: > Hello Mauro, > > As far as I know, the em28xx has no capability to adjust the frame > rate. It will forward the frames at whatever rate the ITU656 stream > is delivered from the decoder. Ok. So, the fps changing will be limited t

Re: [PATCH] dvb: make digital side of pcHDTV HD-3000 functional again

2009-07-22 Thread Devin Heitmueller
On Wed, Jul 22, 2009 at 11:54 AM, Steven Toth wrote: > On 7/21/09 9:48 PM, Bob Hepple wrote: >> >> On Tue, 21 Jul 2009 21:35:47 -0400 >> Jarod Wilson  wrote: >> >>> So its either I have *two* machines with bad, but only slightly bad, >>> and in the same way, PCI slots which seem to work fine with a

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Devin Heitmueller
On Wed, Jul 22, 2009 at 1:43 AM, Mauro Carvalho Chehab wrote: > I did last year some code optimizations and tests in order to support more > than one > em28xx device: > >        http://www.mail-archive.com/linux-...@vger.kernel.org/msg01634.html > > In summary, a 480 Mbps Usb 2.0 bus can be used u

Re: [PATCH] dvb: make digital side of pcHDTV HD-3000 functional again

2009-07-22 Thread Steven Toth
On 7/21/09 9:48 PM, Bob Hepple wrote: On Tue, 21 Jul 2009 21:35:47 -0400 Jarod Wilson wrote: So its either I have *two* machines with bad, but only slightly bad, and in the same way, PCI slots which seem to work fine with any other card I have (uh, unlikely), ... not unlikely if the two mach

RE: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-vpfe-cap

2009-07-22 Thread Karicheri, Muralidharan
Mauro, You might be able to apply my original patch in the attached email. I just want to make sure your merge of vpfe capture to upstream is not blocked. I have another set of patches based on vpfe capture and it is difficult to create subsequent patches (will have similar merge issues as well

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Devin Heitmueller
On Wed, Jul 22, 2009 at 11:01 AM, Jelle de Jong wrote: > Funky timing of those mails :D. > > I saw only after sending my mail that Steve was talking about analog and > that this is indeed different. Dual analog tuner support should be > possible right? Maybe with some other analog usb chipsets? I d

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Jelle de Jong
Devin Heitmueller wrote: > On Wed, Jul 22, 2009 at 6:10 AM, Jelle de Jong > wrote: >> So I felt like doing �a field test, with my dvb-t test system. >> >> Bus 001 Device 008: ID 2040:6502 Hauppauge WinTV HVR-900 >> Bus 001 Device 007: ID 2304:0226 Pinnacle Systems, Inc. [hex] PCTV 330e >> Bus 001

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Markus Rechberger
On Wed, Jul 22, 2009 at 4:48 PM, Mauro Carvalho Chehab wrote: > Em Wed, 22 Jul 2009 12:10:38 +0200 > Jelle de Jong escreveu: > >> Devin Heitmueller wrote: >> >> >> >> > The issue occurs with various different drivers.  Basically the issue >> > is the device attempts to reserve a certain amount of

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Devin Heitmueller
On Wed, Jul 22, 2009 at 6:10 AM, Jelle de Jong wrote: > So I felt like doing  a field test, with my dvb-t test system. > > Bus 001 Device 008: ID 2040:6502 Hauppauge WinTV HVR-900 > Bus 001 Device 007: ID 2304:0226 Pinnacle Systems, Inc. [hex] PCTV 330e > Bus 001 Device 005: ID 0b05:173f ASUSTek Co

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Mauro Carvalho Chehab
Em Wed, 22 Jul 2009 12:10:38 +0200 Jelle de Jong escreveu: > Devin Heitmueller wrote: > > > > > The issue occurs with various different drivers. Basically the issue > > is the device attempts to reserve a certain amount of bandwidth on the > > USB bus for the isoc stream, and in the case of a

Re: Problems with Pinnacle 310i (saa7134) and recent kernels

2009-07-22 Thread Avl Jawrowski
Hi, hermann pitton arcor.de> writes: > there is no excuse for getting errors on linux ;) > > Where you got this card from and did it ever work on the same machine > with m$ stuff? I don't have m$ stuff. > Clean up your module mess, read again, and if the eeprom has still > nothing to tell tha

Re: [PATCH] dvb: make digital side of pcHDTV HD-3000 functional again

2009-07-22 Thread Andy Walls
On Tue, 2009-07-21 at 23:51 -0700, Trent Piepho wrote: > On Tue, 21 Jul 2009, Jarod Wilson wrote: > > On Tuesday 21 July 2009 10:23:53 Steven Toth wrote: > > > > Hrm, okay, I'll double-check that... If its not there, perhaps the card > > > > isn't quite seated correctly. Or the machine is bunk. Or

Re: [PATCH] media/video/cx88: adding __init/__exit macros to cx88 drivers

2009-07-22 Thread Mauro Carvalho Chehab
Em Wed, 22 Jul 2009 11:40:08 +0200 (CEST) Jiri Kosina escreveu: > On Wed, 22 Jul 2009, Peter Hüwe wrote: > > > > Trivial patch which adds the __init and __exit macros to the > > > module_init / module_exit functions to several files in > > > drivers/media/video/cx88/ > > > > > > linux version

Re: offering bounty for GPL'd dual em28xx support

2009-07-22 Thread Jelle de Jong
Devin Heitmueller wrote: > The issue occurs with various different drivers. Basically the issue > is the device attempts to reserve a certain amount of bandwidth on the > USB bus for the isoc stream, and in the case of analog video at > 640x480 this adds up to about 200Mbps. As a result, conne

Re: [PATCH] media/video/cx88: adding __init/__exit macros to cx88 drivers

2009-07-22 Thread Jiri Kosina
On Wed, 22 Jul 2009, Peter Hüwe wrote: > > Trivial patch which adds the __init and __exit macros to the > > module_init / module_exit functions to several files in > > drivers/media/video/cx88/ > > > > linux version 2.6.31-rc3 - linus git tree > > > > Signed-off-by: Peter Huewe > any updates on

Re: Lenovo webcam problem which using gspca's vc032x driver

2009-07-22 Thread AceLan Kao
2009/7/21 AceLan Kao : > 2009/7/20 Jean-Francois Moine : >> On Mon, 20 Jul 2009 15:04:05 +0800 >> AceLan Kao wrote: >> >>> I use "Lenovo WebCam Center" and "Dorgem" to do the webcam preview >>> function, there are the following resolution settings >>> 160x120 >>> 176x144 >>> 320x240 >>> 352x288 >>

Re: [Bugme-new] [Bug 13709] New: b2c2-flexcop: no frontend driver found for this B2C2/FlexCop adapter w/ kernel-2.6.31-rc2

2009-07-22 Thread Andrew Morton
On Wed, 22 Jul 2009 00:19:00 -0700 (PDT) Trent Piepho wrote: > On Mon, 20 Jul 2009, Andrew Morton wrote: > > On Mon, 20 Jul 2009 13:21:33 -0700 (PDT) > > Trent Piepho wrote: > > > On Mon, 20 Jul 2009, Andrew Morton wrote: > > > I produced a patch that fixed this problem over a month ago, > > >

Re: [Bugme-new] [Bug 13709] New: b2c2-flexcop: no frontend driver found for this B2C2/FlexCop adapter w/ kernel-2.6.31-rc2

2009-07-22 Thread Trent Piepho
On Mon, 20 Jul 2009, Andrew Morton wrote: > On Mon, 20 Jul 2009 13:21:33 -0700 (PDT) > Trent Piepho wrote: > > On Mon, 20 Jul 2009, Andrew Morton wrote: > > I produced a patch that fixed this problem over a month ago, > > http://www.linuxtv.org/hg/~tap/v4l-dvb/rev/748c762fcf3e > > Where is that pa