Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread David
Pete Zaitcev wrote: > On Sun, 24 May 2009 22:10:50 -0400 (EDT), Alan Stern > wrote: > > >> Pete, you should look at this. It appears to be a problem with the DMA >> mapping in usbmon. Probably the same sort of thing you were working on >> about a week ago (trying to access device memory). >>

Re: CPen driver development / image format

2009-05-25 Thread Stefan Below
Andy Walls wrote: On Sun, 2009-05-24 at 13:40 +0200, Stefan Below wrote: Why does the PBM image have this text in it: # CREATOR: GIMP PNM Filter Version 1.1 if it came from Windows? Also why does the filename have "crop" in it? Did you do some manipulation of the output file from t

Re: [PATCH 08/10 v2] v4l2-subdev: add a v4l2_i2c_subdev_board() function

2009-05-25 Thread Eduardo Valentin
Hi, On Fri, May 22, 2009 at 03:14:52PM +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: > Hi, > > > > > > > > There are two 'missing somethings': the first is that you can have a v4l2 > > driver that uses v4l2_i2c_subdev_board, but the i2c driver that is loaded > > by that call can also by u

[PATCH 1/1] v4l2_subdev i2c: Add v4l2_i2c_new_subdev_board i2c helper function

2009-05-25 Thread Eduardo Valentin
Device drivers of v4l2_subdev devices may want to have board specific data. This patch adds an helper function to allow bridge drivers to pass board specific data to v4l2_subdev drivers. For those drivers which need to support kernel versions bellow 2.6.26, a .s_config callback was added. The ide

[RFC,PATCH] VIDIOC_G_EXT_CTRLS does not handle NULL pointer correctly

2009-05-25 Thread Laurent Pinchart
Hi everybody, Márton Németh found an integer overflow bug in the extended control ioctl handling code. This affects both video_usercopy and video_ioctl2. See http://bugzilla.kernel.org/show_bug.cgi?id=13357 for a detailed description of the problem. v4l2_ext_controls::count is not checked expl

Re: TW6800 based video capture boards (updates)

2009-05-25 Thread Vito
Domenico Andreoli gmail.com> writes: > > Hi, > > On Mon, May 26, 2008 at 07:39:59AM -0300, Mauro Carvalho Chehab wrote: > > On Sun, 25 May 2008 04:00:28 +0200, Domenico Andreoli gmail.com> wrote: > > > > > > I have some shining boards based on Techwell TW6802 and a "working" > > > V4L2 drive

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread David
David wrote: > >> I wonder if CONFIG_HAVE_DMA_API_DEBUG does it (enabled with a select >> in arch/x86/Kconfig). Strange that it started happening now. >> >> > That is enabled. I'll switch it off and give it another go. > > While CONFIG_HAVE_DMA_API_DEBUG was set, DMA_API_DEBUG was not, s

Re: TW6800 based video capture boards (updates)

2009-05-25 Thread Domenico Andreoli
On Mon, May 25, 2009 at 1:55 PM, Vito wrote: > > Hi all. Hi Vito, > I've bought a Provideo 16 in capture PCI-Experess card for my own DVR > solution. > http://www.provideo.com.tw/DVRCARD_PV988.htm > This card have 8 TW6805 chip installed. > I've installed the card in a PC with Fedora Core 9 Lin

Re: PULL request - http://linuxtv.org/hg/~pb/v4l-dvb/

2009-05-25 Thread Mauro Carvalho Chehab
Em Wed, 20 May 2009 11:27:18 +0200 (CEST) Patrick Boettcher escreveu: > Hi Mauro, > > please pull from my repository for hte following changesets: Committed, thanks. Yet, I saw a few minor issues on one of your patch. Please fix and submit me later a cleanup. > - Rewrote frontend-attach mechan

Re: [PULL] http://kernellabs.com/hg/~stoth/tda10048-merge/

2009-05-25 Thread Mauro Carvalho Chehab
Em Wed, 20 May 2009 15:42:34 -0400 Steven Toth escreveu: > Mauro, > > Please pull from http://kernellabs.com/hg/~stoth/tda10048-merge/ > Didn't work: $ ./hgimport http://kernellabs.com/hg/~stoth/tda10048-merge/ Pushing from remote site http://kernellabs.com/hg/~stoth/tda10048-merge, tree: tda

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/dvb-frontend-exit-fix

2009-05-25 Thread Mauro Carvalho Chehab
Em Wed, 20 May 2009 23:22:41 -0400 Devin Heitmueller escreveu: > Hello Mauro, > > Please pull from > http://kernellabs.com/hg/~dheitmueller/dvb-frontend-exit-fix for the > following: > > dvb_frontend: fix case where fepriv->exit not reset Didn't work. Please submit me again after fixing the tr

Re: [RFC,PATCH] VIDIOC_G_EXT_CTRLS does not handle NULL pointer correctly

2009-05-25 Thread Mauro Carvalho Chehab
Em Mon, 25 May 2009 13:17:02 +0200 Laurent Pinchart escreveu: > Hi everybody, > > Márton Németh found an integer overflow bug in the extended control ioctl > handling code. This affects both video_usercopy and video_ioctl2. See > http://bugzilla.kernel.org/show_bug.cgi?id=13357 for a detailed

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread Alan Stern
On Sun, 24 May 2009, David wrote: > Alan Stern wrote: > > It's not obvious what could be causing this, so let's start out easy. > > Try collecting two usbmon traces (instructions are in > > Documentation/usb/usbmon.txt), showing what happens with and without > > the reversion. Maybe some differ

Re: Not only TV LV5H hybrid tv card

2009-05-25 Thread Martin Kragelund
Hi Devin, > My queue of em28xx devices I'm adding support for is already three or > four deep.  Ask again in a couple of weeks and I will see what I can > do to get this one working. How are you queue looking? I would be very grateful to get my device working in Linux :) And thank you for you rap

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/dvb-frontend-exit-fix

2009-05-25 Thread Devin Heitmueller
On Mon, May 25, 2009 at 8:51 AM, Mauro Carvalho Chehab wrote: > Didn't work. Please submit me again after fixing the trouble. > > $ ./hgimport http://kernellabs.com/hg/~dheitmueller/dvb-frontend-exit-fix > Pushing from remote site > http://kernellabs.com/hg/~dheitmueller/dvb-frontend-exit-fix, tr

Re: Re : cannot rmmod stb0899

2009-05-25 Thread Andreas Besse
Manu wrote: Easiest way to rmmod stb0899 is to go to your v4l-dvb devel directory and do; sudo make unload indeed stb0899 is needed by other drivers (like budget_ci and others). So this command will remove them all. Anyway you need to compile all drivers from the same tree else things will go wro

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread David
Alan Stern wrote: > Okay, here's a patch for you to try. It refreshes the toggle setting > in a linked but otherwise idle QH when a new URB is queued. > > Alan Stern > > > Index: usb-2.6/drivers/usb/host/ehci-q.c > === > --- usb-2.6.

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

2009-05-25 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:Mon May 25 19:00:05 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11850:e602721afe61 gcc version: gcc

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

2009-05-25 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 6 changesets: 01/06: gspca - spca508: Cleanup source and update copyright. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=59d19da68b20 02/06: gspca - spca508: Optimize code. http://linuxtv.org/hg/

Re: Temporary success with Pinnacle PCTV 801e (xc5000 chip)

2009-05-25 Thread N Klepeis
Devin, Yup, works nice now. Good work! --Neil Devin Heitmueller wrote: On Sat, May 23, 2009 at 5:15 PM, N Klepeis wrote: Hi, I installed the latest v4l-dvb from CVS with the latest firmware (dvb-fe-xc5000-1.6.114.fw) for the 801e (XC5000 chip). I can scan for channels no problem. Bu

Re: videodev: Unknown symbol i2c_unregister_device (in kernels older than 2.6.26)

2009-05-25 Thread Andy Walls
On Sun, 2009-05-24 at 20:52 -0400, David Ward wrote: > On 05/24/2009 07:10 PM, Matt Doran wrote: > > Hi there, > > > > I tried using the latest v4l code on an Mythtv box running 2.6.20, but > > the v4l videodev module fails to load with the following warnings: > > > >videodev: Unknown symbol i2

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread David
David wrote: > Alan Stern wrote: > >> Okay, here's a patch for you to try. It refreshes the toggle setting >> in a linked but otherwise idle QH when a new URB is queued. >> >> Alan Stern >> >> >> Index: usb-2.6/drivers/usb/host/ehci-q.c >> ==

Re: PULL request - http://linuxtv.org/hg/~pb/v4l-dvb/

2009-05-25 Thread Trent Piepho
On Mon, 25 May 2009, Mauro Carvalho Chehab wrote: > > + if (params->frequency >= 4800 && params->frequency <= 15400) \ > + bs = 0x09; > + if (params->frequency >= 16100 && params->frequency <= 43900) > \ > + bs = 0x0a; > + if (params->f

Re: [RFC,PATCH] VIDIOC_G_EXT_CTRLS does not handle NULL pointer correctly

2009-05-25 Thread Trent Piepho
On Mon, 25 May 2009, Laurent Pinchart wrote: > diff -r e0d881b21bc9 linux/drivers/media/video/v4l2-ioctl.c > --- a/linux/drivers/media/video/v4l2-ioctl.c Tue May 19 15:12:17 2009 +0200 > +++ b/linux/drivers/media/video/v4l2-ioctl.c Sun May 24 18:26:29 2009 +0200 > @@ -402,6 +402,10 @@ >

Re: [ivtv-devel] tveeprom cannot autodetect tuner! (FQ1216LME MK5)

2009-05-25 Thread Martin Dauskardt
> #define TUNER_PHILIPS_FQ1216ME 24 /* you must actively select B/G/D/K, I, L, L` */ > #define TUNER_PHILIPS_FQ1216AME_MK4 56 /* Hauppauge PVR-150 PAL */ > > #define TUNER_PHILIPS_FM1216ME_MK3 38 > > #define TUNER_PHILIPS_FMD1216ME_MK3 63 > #define TUNER_PHILIPS_F

Re: [linux-dvb] SDMC DM1105N not being detected

2009-05-25 Thread Simon Kenyon
Igor M. Liplianin wrote: On 20 May 2009 16:44:22 Simon Kenyon wrote: mp3geek wrote: Not even being detected in Linux 2.6.29.1, I have the modules "dm1105" loaded, but since its not even being detected by linux.. lspci -vv shows this (I'm assuming this is the card..), dmesg shows nothin

Re: [ivtv-devel] tveeprom cannot autodetect tuner! (FQ1216LME MK5)

2009-05-25 Thread Martin Dauskardt
Am Montag, 25. Mai 2009 21:34:43 schrieb Martin Dauskardt: > #define TUNER_PHILIPS_FM1216MK5 79 > result: picture o.k. , but audio disappears every few seconds (for about 1-2 > seconds, then comes back) correction: This is not a problem of tuner type 79. It happens also with tuner type

dvb_usb_nova_t_usb2: firmware is loaded too late

2009-05-25 Thread Dominique Dumont
Hello I have some trouble with the initialisation of dvb_usb_nova_t_usb2: the firmware is loaded about 1 minute after the module is registered by usbcore: May 25 11:42:30 gandalf kernel: [ 79.511486] usbcore: registered new interface driver dvb_usb_nova_t_usb2 May 25 11:43:30 gandalf kernel:

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread Alan Stern
On Mon, 25 May 2009, David wrote: > David wrote: > > Alan Stern wrote: > > > >> Okay, here's a patch for you to try. It refreshes the toggle setting > >> in a linked but otherwise idle QH when a new URB is queued. > >> > >> Alan Stern > >> > >> > >> Index: usb-2.6/drivers/usb/host/ehci-q.c >

Strange PCI IDs

2009-05-25 Thread Nicolas Léveillé
Hello, While discovering the bttv code (I'd like to add support to a yet unsupported bttv derivative, the PMS PDI Deluxe) I found a strange commit: changeset: 10944:6b90215088f0 user:Mauro Carvalho Chehab date:Wed Mar 11 08:18:53 2009 -0300 summary: Conceptronic CTVFMI2

Re: [ivtv-devel] tveeprom cannot autodetect tuner! (FQ1216LME MK5)

2009-05-25 Thread hermann pitton
Hi, Am Montag, den 25.05.2009, 21:34 +0200 schrieb Martin Dauskardt: > > #define TUNER_PHILIPS_FQ1216ME 24 /* you must actively select > B/G/D/K, I, L, L` */ > > #define TUNER_PHILIPS_FQ1216AME_MK4 56 /* Hauppauge PVR-150 PAL */ > > > > #define TUNER_PHILIPS_FM1216ME_MK3

Re: [PATCH] Add QAM64 support for hvr-950q (au8522)

2009-05-25 Thread Frank Dischner
Hi Devin, > Do you have the USB trace you used as the basis for this dump?  And > did you programatically parse that dump to generate the table, or did > you enter it by hand?  Could you please email me the underlying dump > so I can double check the data? I wrote a program to parse the trace and

Re: [ivtv-devel] tveeprom cannot autodetect tuner! (FQ1216LME MK5)

2009-05-25 Thread hermann pitton
Hi, Am Montag, den 25.05.2009, 22:04 +0200 schrieb Martin Dauskardt: > Am Montag, 25. Mai 2009 21:34:43 schrieb Martin Dauskardt: > > > #define TUNER_PHILIPS_FM1216MK5 79 > > result: picture o.k. , but audio disappears every few seconds (for about > > 1-2 > > seconds, then comes back)

Re: Strange PCI IDs

2009-05-25 Thread hermann pitton
Hi, Am Montag, den 25.05.2009, 23:26 +0200 schrieb Nicolas Léveillé: > Hello, > > While discovering the bttv code (I'd like to add support to a yet > unsupported bttv derivative, the PMS PDI Deluxe) I found a strange commit: > > changeset: 10944:6b90215088f0 > user:Mauro Carvalho Cheh

Re: [PATCH] Add QAM64 support for hvr-950q (au8522)

2009-05-25 Thread Devin Heitmueller
On Mon, May 25, 2009 at 6:03 PM, Frank Dischner wrote: > While I'm at it, I thought I'd go ahead and make a patch to remove the > top bits from the vsb table, but I've got a question about that. I > think the first four entries are unnecessary. I'm pretty sure 8090 and > 8091 have to do with the 8

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread Pete Zaitcev
On Mon, 25 May 2009 13:25:55 +0100, David wrote: > >> I wonder if CONFIG_HAVE_DMA_API_DEBUG does it (enabled with a select > >> in arch/x86/Kconfig). Strange that it started happening now. > >> > > That is enabled. I'll switch it off and give it another go. > > > While CONFIG_HAVE_DMA_API

Re: [ivtv-devel] tveeprom cannot autodetect tuner! (FQ1216LME MK5)

2009-05-25 Thread hermann pitton
Hi, Am Montag, den 25.05.2009, 23:45 +0200 schrieb hermann pitton: > Hi, > > Am Montag, den 25.05.2009, 21:34 +0200 schrieb Martin Dauskardt: > > > #define TUNER_PHILIPS_FQ1216ME 24 /* you must actively > > > select > > B/G/D/K, I, L, L` */ > > > #define TUNER_PHILIPS_FQ1216AME_MK

Re: videodev: Unknown symbol i2c_unregister_device (in kernels older than 2.6.26)

2009-05-25 Thread Matt Doran
Andy Walls wrote: On Sun, 2009-05-24 at 20:52 -0400, David Ward wrote: On 05/24/2009 07:10 PM, Matt Doran wrote: Hi there, I tried using the latest v4l code on an Mythtv box running 2.6.20, but the v4l videodev module fails to load with the following warnings: videodev: Unknown sym

Problem with SCM/Viaccess CAM

2009-05-25 Thread Tomer Barletz
Hi, When inserting a SCM/Viaccess CAM, I get the following message: dvb_ca adapter 0: DVB CAM did not respond :( According to this: http://linuxtv.org/hg/v4l-dvb/file/142fd6020df3/linux/Documentation/dvb/ci.txt this CAM should work. I'm using kernel 2.6.10. Any help would be greatly appreciated,

Re: About VIDIOC_G_OUTPUT/S_OUTPUT ?

2009-05-25 Thread Dongsoo, Nathaniel Kim
Hello Hans, I took a look into ivtv driver but the VIDEO_SELECT_SOURCE doesn't fit in the feature that I was explaining. ivtv_passthrough_mode seems to be all about selecting input source not output. Am I right? But in my case, I have (1)external camera, (2)memory for input source and (1)memory, (

Re: About VIDIOC_G_OUTPUT/S_OUTPUT ?

2009-05-25 Thread Hans Verkuil
On Tuesday 26 May 2009 08:32:00 Dongsoo, Nathaniel Kim wrote: > Hello Hans, > > I took a look into ivtv driver but the VIDEO_SELECT_SOURCE doesn't fit > in the feature that I was explaining. ivtv_passthrough_mode seems to > be all about selecting input source not output. Am I right? But in my > cas

Re: About VIDIOC_G_OUTPUT/S_OUTPUT ?

2009-05-25 Thread Dongsoo, Nathaniel Kim
Thank you Hans, Thanks to you I got the point of selecting input and output is that only physical connection can make it. It is really helping. BTW, more I work on v4l2 more I need for decent documentation. I should rather make some porting guide and technical documents for other developers. Actu