Re: [PATCH 0/2] gspca sn9c20x subdriver rev2

2009-07-18 Thread Jean-Francois Moine
On Fri, 17 Jul 2009 16:51:41 -0400 Brian Johnson wrote: > Mauro, > Here is the updated version of the gspca sn9c20x subdriver. > > I've removed the custom debugging support and replaced it with support > for the v4l2 debugging ioctls. The first patch in this set adds > support to the gspca core

Re: Report: Compro Videomate Vista T750F

2009-07-18 Thread Samuel Rakitničan
Hi, On Sat, 18 Jul 2009 02:58:56 +0200, hermann pitton wrote: (full log: http://pastebin.com/f5f8e6184) Hi Samuel, the above link still gives error not found. Strange, because to me works just fine. I'm going to add it directly as an email attachement this time. For an external a

Re: [linux-dvb] Terratec Cinergy HTC USB XS HD

2009-07-18 Thread Mario Fetka
On Saturday, 18. July 2009 04:06:13 Alain Kalker wrote: > Op maandag 15-06-2009 om 22:36 uur [tijdzone +0200], schreef sacha: > > Hello > > > > Does anybody know if this devise will ever work with Linux? > > It was promised by one person last year the support will be available > > within months. On

Re: DVB-T Initial scan file es-Vitoria-Gasteiz

2009-07-18 Thread Christoph Pfister
2009/7/12 David Santamaría Rogado : > Looking in the wiki I have seen that the nomenclature is country-town, > if this could be the area covered this file can be es-Alava, Álava is > the region, also, the complete name of the town is Vitoria-Gasteiz, if > this broke the nomenclature of the file bec

Re: [linux-dvb] Terratec Cinergy HTC USB XS HD

2009-07-18 Thread Markus Rechberger
On Sat, Jul 18, 2009 at 12:46 PM, Mario Fetka wrote: > On Saturday, 18. July 2009 04:06:13 Alain Kalker wrote: >> Op maandag 15-06-2009 om 22:36 uur [tijdzone +0200], schreef sacha: >> > Hello >> > >> > Does anybody know if this devise will ever work with Linux? >> > It was promised by one person l

Re: Initial scan file for es-BaixoMinho es-Pontevedra

2009-07-18 Thread Christoph Pfister
Hi, 2009/7/11 Juan Luis : > Since there's no inital scan file for the Baixo Minho (Pontevedra - > Spain) area here is my own file. > This scan file might be also valid for the whole Pontevedra area but > since Im not really sure of it I'll suggest naming it es-BaixoMinho Thanks, added! (but I rem

Problems with Pinnacle 310i (saa7134) and recent kernels

2009-07-18 Thread Avl Jawrowski
Hello, I have a problem with my Pinnacle PCTV Hybrid Pro PCI using recent kernels. With 2.6.29 both dvbscan and MPlayer stopped to work giving: dvbscan: Unable to query frontend status mplayer: MPlayer SVN-r29351-4.2.4 (C) 2000-2009 MPlayer Team Not able to lock to the signal on the given frequ

Re: Terratec Grabby

2009-07-18 Thread Devin Heitmueller
On Sat, Jul 18, 2009 at 6:16 AM, Alina Friedrichsen wrote: > Hello, > > how to solve the following kernel error message? > >> em28xx #0: vidioc_s_fmt_vid_cap queue busy > > I want watch TV with the good old xawtv of Debian lenny with linux > 2.6.31-rc3-git3 and the current driver of the v4l-dvb gi

[PULL] http://linuxtv.org/hg/~awalls/ivtv

2009-07-18 Thread Andy Walls
Mauro, Please pull from http://linuxtv.org/hg/~awalls/ivtv for the following 7 changesets: 01/07: tuner-types: Add an entry for the Partsnic PTI-5NF05 NTSC tuner http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=d91bb8714d93 02/07: ivtv: Add AVerMedia AVerTV M113 with a Partsnic NTSC tuner

Re: [PATCH 0/2] gspca sn9c20x subdriver rev2

2009-07-18 Thread Brian Johnson
> - in the 1st patch, in gspca.c, why is the get_chip_ident check needed > in vidioc_g_register / vidioc_s_register)? > According the the current v4l2 spec regarding the set and get register ioctls drivers that support them must also support the get chip ident ioctl. As such in the vidioc_s/g_re

Cinergy T2 stopped working with kernel 2.6.30

2009-07-18 Thread emagick
My Cinergy T2 (T²) doesn't work with kernels 2.6.30, 2.6.30.1, and 2.6.31-rc3, but it works with kernel 2.6.29. The kernel logs dvb-usb: recv bulk message failed: -110 and the application (I've tried mythtv and mplayer) trying to access the DVB receiver times out when trying to tune to a cha

[PATCH] em28xx: enable usb audio for plextor px-tv100u

2009-07-18 Thread acano
diff -r 27ddf3fe0ed9 linux/drivers/media/video/em28xx/em28xx-cards.c --- a/linux/drivers/media/video/em28xx/em28xx-cards.c Wed Jun 17 04:38:12 2009 + +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c Sat Jul 18 13:32:04 2009 -0400 @@ -639,10 +639,10 @@ struct em28xx_board em28xx_boards[] =

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

2009-07-18 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 Jul 18 19:00:04 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12272:27ddf3fe0ed9 gcc version: gcc

em28xx i2s volume control

2009-07-18 Thread acano
How do you control the i2s volume output on empia boards? -- 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/majordomo-info.html

Re: [PATCH 0/2] gspca sn9c20x subdriver rev2

2009-07-18 Thread leandro Costantino
Hi, shouldn't there be a check when allocating jpg_hdr? or i am missing something? sd->jpeg_hdr = kmalloc(JPEG_HDR_SZ, GFP_KERNEL); jpeg_define(sd->jpeg_hdr, height, width, 0x21); jpeg_set_qual(sd->jpeg_hdr, sd->quality); Best Regards. Nice to see microdia project here :) On Sat, Jul 18, 2

Re:[PULL] http://linuxtv.org/hg/~awalls/ivtv

2009-07-18 Thread Andy Walls
On Sat, 2009-07-18 at 10:23 -0400, Andy Walls wrote: > Mauro, > > Please pull from http://linuxtv.org/hg/~awalls/ivtv > > for the following 7 changesets: > > 01/07: tuner-types: Add an entry for the Partsnic PTI-5NF05 NTSC tuner > http://linuxtv.org/hg/~awalls/ivtv?cmd=changeset;node=d91bb8714d9

[PATCH] em28xx: kworld 340u

2009-07-18 Thread acano
support for kworld 340u. 8vsb and qam256 work, qam64 untested. diff -r 27ddf3fe0ed9 linux/drivers/media/dvb/frontends/lgdt3304.c --- a/linux/drivers/media/dvb/frontends/lgdt3304.c Wed Jun 17 04:38:12 2009 + +++ b/linux/drivers/media/dvb/frontends/lgdt3304.c Sat Jul 18 17:21:13 2009 -0400 @@ -

Re: [PATCH] em28xx: kworld 340u

2009-07-18 Thread Devin Heitmueller
On Sat, Jul 18, 2009 at 5:34 PM, wrote: > support for kworld 340u.  8vsb and qam256 work, qam64 untested. > > Hello Acano, You should talk to Jarod Wilson about this. He did a bunch of work to get the 340u working over the last couple of months, and you two could probably collaborate on a unifi

Re: [PATCH 0/2] gspca sn9c20x subdriver rev2

2009-07-18 Thread Brian Johnson
> shouldn't there be a check when allocating jpg_hdr? or i am missing something? > > > sd->jpeg_hdr = kmalloc(JPEG_HDR_SZ, GFP_KERNEL); > jpeg_define(sd->jpeg_hdr, height, width, 0x21); > jpeg_set_qual(sd->jpeg_hdr, sd->quality); Yes probably there should be a check there. I'll one more min

[PATCH 0/2] gspca sn9c20x subdriver rev3

2009-07-18 Thread Brian Johnson
Ok this one just has the following minor changes: * operations set/get_register in the sd descriptor only exist if CONFIG_VIDEO_ADV_DEBUG is defined * use lowercase letters in hexidecimal notation * add new supported webcams to linux/Documentation/video4linux/gspca.txt * check for NULL after kmal

[PATCH 1/2] gspca: add support for v4l2 debugging ioctls

2009-07-18 Thread Brian Johnson
This patch adds support for dbg_g_chip_ident, dbg_g_register, and dbg_s_register to the gspca core module. Signed-off-by: Brian Johnson --- drivers/media/video/gspca/gspca.c | 73 + drivers/media/video/gspca/gspca.h |9 + 2 files changed, 82 insertio