TBS 6980 Dual DVB-S2 PCIe card

2010-03-04 Thread Per Lundberg
Hi! I read the old thread about this card, at http://www.mail-archive.com/linux-media@vger.kernel.org/msg12753.html. I've also tried downloading the vendor-provided drivers from http://www.buydvb.net/download2/TBS6980/tbs6980linuxdriver2.6.32.rar As someone has already indicated, it seems like

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-04 Thread Antonio Ospite
On Wed, 3 Mar 2010 23:55:33 -0500 Jim Paris j...@jtan.com wrote: Antonio Ospite wrote: [...] I see. It would be interesting to see how Powerline Frequency filtering is done on PS3. I added Jim Paris on CC. Hi Antonio and Mosalam, I tried, but I can't capture that. My USB logger

Re: TBS 6980 Dual DVB-S2 PCIe card

2010-03-04 Thread hermann pitton
Am Donnerstag, den 04.03.2010, 08:19 + schrieb Per Lundberg: Hi! I read the old thread about this card, at http://www.mail-archive.com/linux-media@vger.kernel.org/msg12753.html. I've also tried downloading the vendor-provided drivers from

Re: [PATCH RFCv1] Support for zerocopy to DSP on OMAP3

2010-03-04 Thread Laurent Pinchart
Hi Arnout, On Wednesday 03 March 2010 20:11:06 Arnout Vandecappelle wrote: Here's a first attempt at allowing IO memory for USERPTR buffers. It also fixes another issue: it was assumed that dma-sglen == dma-nr_pages. I'll split that up in a separate patch in the final version.

Cinergy Hybrid T USB XS (2882) 0ccd:005e

2010-03-04 Thread Jérémy Lal
Hi, using kernel 2.6.33, dvb is not working (no /dev/dvb) I'm willing to help and can quickly test patches on em28xx module. Thanks for any advice. Regards, Jérémy. [ 1820.020978] usb 1-2: New USB device found, idVendor=0ccd, idProduct=005e [ 1820.020985] usb 1-2: New USB device strings: Mfr=3,

Re: git over http from linuxtv

2010-03-04 Thread m7aalton
HI. On Wed, 2010-03-03 at 15:55 +0100, ext Mauro Carvalho Chehab wrote: m7aalton wrote: Hello. On Tue, 2010-03-02 at 20:08 +0100, ext Mauro Carvalho Chehab wrote: m7aalton wrote: Hi. Is it possible to access the linuxtv.org git repositories using http? I tried to do this:

Re: Excessive rc polling interval in dvb_usb_dib0700 causes interference with USB soundcard

2010-03-04 Thread Pedro Ribeiro
On 4 March 2010 04:18, Mauro Carvalho Chehab mauroche...@gmail.com wrote: Devin Heitmueller wrote: On Wed, Mar 3, 2010 at 8:00 PM, Pedro Ribeiro ped...@gmail.com wrote: Its working very well, thanks. Can you please tell me if its going to be pushed to .33 stable? And should I close the

Re: Gspca USB driver zc3xx and STV06xx probe the same device ..

2010-03-04 Thread Hans de Goede
Hi, On 03/03/2010 02:17 PM, Erik Andrén wrote: 2010/3/3 Gabriel Cnix.or@googlemail.com: Hello, I own a QuickCam Messanger webcam.. I didn't used it in ages but today I plugged it in.. ( Device 002: ID 046d:08da Logitech, Inc. QuickCam Messanger ) Now zc3xx and stv06xx are starting both

Re: Gspca USB driver zc3xx and STV06xx probe the same device ..

2010-03-04 Thread Erik Andrén
2010/3/4 Hans de Goede hdego...@redhat.com: Hi, On 03/03/2010 02:17 PM, Erik Andrén wrote: 2010/3/3 Gabriel Cnix.or@googlemail.com: Hello, I own a QuickCam Messanger webcam.. I didn't used it in ages but today I plugged it in.. ( Device 002: ID 046d:08da Logitech, Inc. QuickCam

Re: Mumu DVB Infinity Smart Card reader

2010-03-04 Thread Brice
Aslam Mullapilly wrote: Hi, It will be great full if somebody can help me use Infinity smart card reader to tune scrambled channel in mumudvb. Hello Basically once your soft CAM works, DVB programs as MuMuDVB doesn't need some more extra configuration So your question is making

Re: Gspca USB driver zc3xx and STV06xx probe the same device ..

2010-03-04 Thread Hans de Goede
Hi, On 03/04/2010 12:36 PM, Erik Andrén wrote: 2010/3/4 Hans de Goedehdego...@redhat.com: Hi, On 03/03/2010 02:17 PM, Erik Andrén wrote: 2010/3/3 Gabriel Cnix.or@googlemail.com: Hello, I own a QuickCam Messanger webcam.. I didn't used it in ages but today I plugged it in.. ( Device

Re: git over http from linuxtv

2010-03-04 Thread Mauro Carvalho Chehab
m7aalton wrote: HI. On Wed, 2010-03-03 at 15:55 +0100, ext Mauro Carvalho Chehab wrote: m7aalton wrote: Hello. On Tue, 2010-03-02 at 20:08 +0100, ext Mauro Carvalho Chehab wrote: m7aalton wrote: Hi. Is it possible to access the linuxtv.org git repositories using http? I tried to do

Re: TBS 6980 Dual DVB-S2 PCIe card

2010-03-04 Thread Per Lundberg
Hi Hermann, On Thu, Mar 4, 2010 at 11:05 AM, hermann pitton hermann-pit...@arcor.de wrote: Has anyone done any attempt at contacting TBS to see if they can release their changes under the GPLv2? Ideally, they would provide a patch themselves, but it should be fairly simple to diff the

[PATCHv2] Support for zerocopy to DSP on OMAP3

2010-03-04 Thread Arnout Vandecappelle
Here is an updated patch, properly split up and with commit messages. I've tested it on my OMAP3 board an it works. I don't have anything else to test it with. Regards, Arnout [PATCH 1/2] V4L/DVB: buf-dma-sg.c: don't assume nr_pages == sglen [PATCH 2/2] V4L/DVB: buf-dma-sg.c: support

[PATCH 1/2] V4L/DVB: buf-dma-sg.c: don't assume nr_pages == sglen

2010-03-04 Thread Arnout Vandecappelle
videobuf_pages_to_sg() and videobuf_vmalloc_to_sg() happen to create a scatterlist element for every page. However, this is not true for bus addresses, so other functions shouldn't rely on the length of the scatter list being equal to nr_pages. --- drivers/media/video/videobuf-dma-sg.c |6

[PATCH 2/2] V4L/DVB: buf-dma-sg.c: support non-pageable user-allocated memory

2010-03-04 Thread Arnout Vandecappelle
videobuf_dma_init_user_locked() uses get_user_pages() to get the virtual-to-physical address mapping for user-allocated memory. However, the user-allocated memory may be non-pageable because it is an I/O range or similar. get_user_pages() fails with -EFAULT in that case. If the user-allocated

how to debug radio_i2c_si470x.ko

2010-03-04 Thread deb
Hello, I imported this driver from kernel 2.6.32.7 to 2.6.29 on my SGH-i900. The module is loaded and /dev/i2c-0 is created but I can't see any /dev/radio* Did I miss something ? - Thanks -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

TeVii S460 vs. S464

2010-03-04 Thread David Kubicek
Hello, I'd like to ask about the new TeVii S464 DVB-S2 card. I noticed that the official v4l-dvb doesn't support this card as of yet. However, I found fresh new patch in the s2-liplianin repo, supposedly adding the support. I've always been using TeVii S460's in my streaming backend,

[PATCH] V4L/DVB: mx1-camera: compile fix

2010-03-04 Thread Uwe Kleine-König
This is a regression of 7d58289 (mx1: prefix SOC specific defines with MX1_ and deprecate old names) Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- Hello, this went unnoticed up to now as mx1_defconfig doesn't include support for mx1-camera. I have a patch pending

Re: [PATCH] V4L/DVB: mx1-camera: compile fix

2010-03-04 Thread Guennadi Liakhovetski
Hi Uwe On Thu, 4 Mar 2010, Uwe Kleine-König wrote: This is a regression of 7d58289 (mx1: prefix SOC specific defines with MX1_ and deprecate old names) Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- Hello, this went unnoticed up to now as mx1_defconfig

stv 0288 datasheet

2010-03-04 Thread Fish MF
Hi all! I'm planning to use stv0288 ic located inside of TeVii S420 for some special purposes , so I need a complete datasheet or at least registers description. I've searched anywhere across the web but can't find anything useful. Can anyone help me with this, please? Best regards, Igor

Re: Ubuntu and AverMedia DVD EZMaker USB Gold

2010-03-04 Thread Jorge Cabrera
Hello again, I was wrong here, the driver works, the device works great but what's going on is that it uses the tuner as the default input, when I run mplayer with input=1 (composite video) or input=2 (s-video) it works good: mplayer tv:// -tv input=1:device=/dev/video0 But this isn't good

Re: TBS 6980 Dual DVB-S2 PCIe card

2010-03-04 Thread Thomas Kernen
On 3/4/10 1:03 PM, Per Lundberg wrote: Hi Hermann, On Thu, Mar 4, 2010 at 11:05 AM, hermann pittonhermann-pit...@arcor.de wrote: Has anyone done any attempt at contacting TBS to see if they can release their changes under the GPLv2? Ideally, they would provide a patch themselves, but it

dvb-fe-cx24116.fw firmware versions for Ubuntu releases

2010-03-04 Thread Chase Douglas
Hello all, Ubuntu has shipped corrupted dvb-fe-cx24116.fw firmware for a few releases now. I'm working on rectifying the situation. Working with Andre Newman on the mythtv-users mailing list, we have found the following firmware versions to work: (Note: 1.23.86.1 wasn't tested in any release, it

Re: [PATCH] V4L/DVB: mx1-camera: compile fix

2010-03-04 Thread Uwe Kleine-König
Hi Guennadi, On Thu, Mar 04, 2010 at 06:13:38PM +0100, Guennadi Liakhovetski wrote: +#undef DMA_BASE +#define DMA_BASE MX1_IO_ADDRESS(MX1_DMA_BASE_ADDR) I don't like this. Why the undef? Is DMA_BASE already defined? where and what is it? If it is - we better use a different name, if not

Re: Excessive rc polling interval in dvb_usb_dib0700 causes interference with USB soundcard

2010-03-04 Thread Devin Heitmueller
On Thu, Mar 4, 2010 at 6:14 AM, Pedro Ribeiro ped...@gmail.com wrote: Devin, I noticed that your solution does not alter the remote query interval from 50 msec. It works, but it is not as effective as my hard hack because I still get interference every once in a while when the DVB adapter is

Re: [PATCH] V4L/DVB: mx1-camera: compile fix

2010-03-04 Thread Sascha Hauer
On Thu, Mar 04, 2010 at 08:26:23PM +0100, Uwe Kleine-König wrote: Hi Guennadi, On Thu, Mar 04, 2010 at 06:13:38PM +0100, Guennadi Liakhovetski wrote: +#undef DMA_BASE +#define DMA_BASE MX1_IO_ADDRESS(MX1_DMA_BASE_ADDR) I don't like this. Why the undef? Is DMA_BASE already defined?

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

2010-03-04 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:Thu Mar 4 19:00:19 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14391:41c5482f2dac gcc version:

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-04 Thread Jim Paris
Antonio Ospite wrote: On Wed, 3 Mar 2010 23:55:33 -0500 Jim Paris j...@jtan.com wrote: Antonio Ospite wrote: [...] I see. It would be interesting to see how Powerline Frequency filtering is done on PS3. I added Jim Paris on CC. Hi Antonio and Mosalam, I tried, but I

Re: [PATCH 10/11] ov534: Add Powerline Frequency control

2010-03-04 Thread Jim Paris
Max Thrun wrote: On Thu, Mar 4, 2010 at 3:14 PM, Jim Paris j...@jtan.com wrote: Antonio Ospite wrote: On Wed, 3 Mar 2010 23:55:33 -0500 Jim Paris j...@jtan.com wrote: Antonio Ospite wrote: [...] I see. It would be interesting to see how Powerline Frequency

Re: Excessive rc polling interval in dvb_usb_dib0700 causes interference with USB soundcard

2010-03-04 Thread Devin Heitmueller
On Thu, Mar 4, 2010 at 3:44 PM, Pedro Ribeiro ped...@gmail.com wrote: I think you are right. I was to quick to blame it. It occurs whether or not the DVB adapter is connected. Once again, thanks. Pedro Ok, that's great to hear. I'm putting linux-media back into the CC in case anyone else

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

2010-03-04 Thread Hendrik Skarpeid
Igor M. Liplianin skrev: On 3 марта 2010 18:42:42 Hendrik Skarpeid wrote: Igor M. Liplianin wrote: Now to find GPIO's for LNB power control and ... watch TV :) Yep. No succesful tuning at the moment. There might also be an issue with the reset signal and writing to GPIOCTR, as

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

2010-03-04 Thread Hendrik Skarpeid
Igor M. Liplianin skrev: On 3 марта 2010 18:42:42 Hendrik Skarpeid wrote: Igor M. Liplianin wrote: Now to find GPIO's for LNB power control and ... watch TV :) Yep. No succesful tuning at the moment. There might also be an issue with the reset signal and writing to GPIOCTR, as

Re: [linux-dvb] Compro U80 Nearly there???

2010-03-04 Thread Jan Hoogenraad
Please see if there is more information on the tuner in the logging with debugging switched on: sudo modprobe -r dvb-usb-rtl2831u sudo modprobe dvb-usb-rtl2831u debug=1 The ~jhoogenraad/rtl2831-r2 has two tuners hard-coded in the driver (no separation of back-end and

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

2010-03-04 Thread Hendrik Skarpeid
Hendrik Skarpeid skrev: Igor M. Liplianin skrev: On 3 марта 2010 18:42:42 Hendrik Skarpeid wrote: Igor M. Liplianin wrote: Now to find GPIO's for LNB power control and ... watch TV :) Yep. No succesful tuning at the moment. There might also be an issue with the reset signal and

Invalid module format

2010-03-04 Thread Theodore Kilgore
Hi, I just upgraded to the stock 2.6.33 kernel in Slackware-current. Also after having the troubles described below I cloned a completely new copy of the gspca tree from http://linuxtv.org/hg/~hgoede/gspca, intending to get some work done on a project recently started. I did make

[PATCH] em28xx: Support for Kworld VS-DVB-T 323UR

2010-03-04 Thread Antonio Larrosa
em28xx: Support for Kworld VS-DVB-T 323UR From: Antonio Larrosa larr...@kde.org This patch adapts the changes submitted by Dainius Ridzevicius to the linux-media mailing list on 8/14/09, to the current sources in order to make the Kworld VS-DVB-T 323UR usb device work. I also removed the not

[PATCH] s2255drv: fixes for big endian arch

2010-03-04 Thread Dean A.
# HG changeset patch # User Dean Anderson d...@sensoray.com # Date 1267746208 28800 # Node ID ff343fa70b4def92d35f9ef7ee56a953b012d169 # Parent c9c1bcda21557cea425589f281b6b3100e2c15a0 s2255drv: fixes for big endian arch From: Dean Anderson d...@sensoray.com s2255drv fixes for big endian