Re: Cinergy T2 stopped working with kernel 2.6.30

2009-07-23 Thread emagick
There are two new discoveries about my Cinergy T2 problem: - the Cinergy T2 works when attached to an Intel Core2 board, but doesn't work when attached to an Intel Atom N270 board (tuning times out) - git bisect of the Linux kernel points to a bad merge of commit

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

2009-07-23 Thread hermann pitton
Hi, Am Mittwoch, den 22.07.2009, 12:41 + schrieb Avl Jawrowski: Hi, hermann pitton hermann-pitton at 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.

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

2009-07-23 Thread Simon Kenyon
Shaun Murdoch wrote: 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

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

2009-07-23 Thread Jean-Francois Moine
On Wed, 22 Jul 2009 17:15:15 +0800 AceLan Kao acelan@canonical.com wrote: I would like to know which version of vc032x.c won't make 041e:405b device display upside down. And have you let the 041e:405b device owner to test the SXGA setting and with the 1280x960 resolution? What's the

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

2009-07-23 Thread Shaun Murdoch
Thanks Simon - did you need to do anything special to get them to work, or did they work out of the box with the latest s2-liplianin / v4l-dvb drivers? I've not tried another card (don't have one), but I did try a set-top box which works fine - and let me get the frequency/lnb/etc info.

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

2009-07-23 Thread anderse
On Sat, Jul 18, 2009 at 12:46 PM, Mario Fetkamario.fe...@gmail.com 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

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

2009-07-23 Thread Markus Rechberger
On Thu, Jul 23, 2009 at 1:10 PM, ande...@gmx.de wrote: On Sat, Jul 18, 2009 at 12:46 PM, Mario Fetkamario.fe...@gmail.com 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

Re: em28xx driver crashes device

2009-07-23 Thread Devin Heitmueller
On Thu, Jul 23, 2009 at 5:40 AM, Markus Rechbergermrechber...@gmail.com wrote: Hey, [24004.018614] EEPROM ID= 0x9567eb1a, hash = 0x1067368a [24004.018618] Vendor/Product ID= eb1a:2861 [24004.018622] AC97 audio (5 sample rates) [24004.018626] 500mA max power [24004.018629] Table at 0x04,

Re: em28xx driver crashes device

2009-07-23 Thread Markus Rechberger
On Thu, Jul 23, 2009 at 1:41 PM, Devin Heitmuellerdheitmuel...@kernellabs.com wrote: On Thu, Jul 23, 2009 at 5:40 AM, Markus Rechbergermrechber...@gmail.com wrote: Hey, [24004.018614] EEPROM ID= 0x9567eb1a, hash = 0x1067368a [24004.018618] Vendor/Product ID= eb1a:2861 [24004.018622] AC97

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

2009-07-23 Thread Markus Rechberger
On Thu, Jul 23, 2009 at 1:51 PM, Devin Heitmuellerdheitmuel...@kernellabs.com wrote: On Thu, Jul 23, 2009 at 7:10 AM, ande...@gmx.de wrote: Did Devin Heitmueller comment on that? AFAIK he already finished a driver for the DRX-3933J and I would think he might have interest to get in contact

Re: em28xx driver crashes device

2009-07-23 Thread Devin Heitmueller
On Thu, Jul 23, 2009 at 7:46 AM, Markus Rechbergermrechber...@gmail.com wrote: one thing, you might remove that autodetecting part and taking a footprint of unknown devices this causes more problems than everything else with those devices. Maybe make this optional if someone wants to force

Re: em28xx driver crashes device

2009-07-23 Thread Markus Rechberger
On Thu, Jul 23, 2009 at 2:03 PM, Devin Heitmuellerdheitmuel...@kernellabs.com wrote: On Thu, Jul 23, 2009 at 7:46 AM, Markus Rechbergermrechber...@gmail.com wrote: one thing, you might remove that autodetecting part and taking a footprint of unknown devices this causes more problems than

Problem scanning channels with s2-liplianin drivers on Terratec Cynergy C PCI HD

2009-07-23 Thread Beepo / Vanguard
Hi, Sorry if this is cross posting. I already sent this message to linux-dvb list, but got a bounce from there saying that I should come here instead. So anyway here it goes: I've been struggling for a while to get the channel scanning to work with my Terratec Cynergy C PCI HD DVB card. I'm

Do not restrict image buffer allocation to multiple of PAGE_SIZE

2009-07-23 Thread tuukka . o . toivonen
This patchset removes the constraint which enforced image buffer size to be multiple of PAGE_SIZE. It improves efficiency by allowing storing images directly to Ximage buffers removing the need to copy image data. It is tested with mmap and userptr methods, changes to V4L1 compatibility layer are

[PATCH] omap34xxcam: each video buffer takes multiple of PAGE_SIZE bytes

2009-07-23 Thread tuukka . o . toivonen
From: Tuukka Toivonen tuukka.o.toivo...@nokia.com When restricting the required memory for video buffers, take into account that each buffer allocation takes multiple of PAGE_SIZE bytes. Signed-off-by: Tuukka Toivonen tuukka.o.toivo...@nokia.com --- drivers/media/video/omap34xxcam.c |3 ++-

[PATCH] v4l2: do not force buffer size to be multiple of PAGE_SIZE

2009-07-23 Thread tuukka . o . toivonen
From: Tuukka Toivonen tuukka.o.toivo...@nokia.com When the image size (bytesperline*height) is not multiple of PAGE_SIZE, v4l2 rounded the required buffer size to be multiple of PAGE_SIZE. This prevented user space to store images directly into userptr buffers which were not multiple of

[PATCH] isp: do not force buffer size to be multiple of PAGE_SIZE

2009-07-23 Thread tuukka . o . toivonen
From: Tuukka Toivonen tuukka.o.toivo...@nokia.com Signed-off-by: Tuukka Toivonen tuukka.o.toivo...@nokia.com --- drivers/media/video/isp/isp.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/isp/isp.c b/drivers/media/video/isp/isp.c index

Re: em28xx driver crashes device

2009-07-23 Thread Devin Heitmueller
On Thu, Jul 23, 2009 at 8:10 AM, Markus Rechbergermrechber...@gmail.com wrote: There's a pretty good disclosed detection from Empia available, the linux kernel driver just doesn't support it and very likely will never support it. Instead of doing it the wrong way it's better to turn it off or

Re: em28xx driver crashes device

2009-07-23 Thread Markus Rechberger
On Thu, Jul 23, 2009 at 4:05 PM, Devin Heitmuellerdheitmuel...@kernellabs.com wrote: On Thu, Jul 23, 2009 at 8:10 AM, Markus Rechbergermrechber...@gmail.com wrote: There's a pretty good disclosed detection from Empia available, the linux kernel driver just doesn't support it and very likely

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

2009-07-23 Thread Markus Rechberger
On Thu, Jul 23, 2009 at 4:39 PM, Benny Amorsenbenny+use...@amorsen.dk wrote: Markus Rechberger mrechber...@gmail.com writes: For those who are interested in such a solution: http://support.sundtek.de/index.php/topic,2.0.html http://sundtek.de/shop/Digital-TV-Sticks/Sundtek-MediaTV-Pro.html

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

2009-07-23 Thread Benny Amorsen
Markus Rechberger mrechber...@gmail.com writes: For those who are interested in such a solution: http://support.sundtek.de/index.php/topic,2.0.html http://sundtek.de/shop/Digital-TV-Sticks/Sundtek-MediaTV-Pro.html This doesn't appear to have any support for CA modules? DVB-C is not very

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

2009-07-23 Thread Benny Amorsen
ande...@gmx.de writes: AFAIK, these are still the only non-PCI DVB-C solutions on the market. The FireDTV is still for sale and works quite well at least for unencrypted channels. I have ordered a decoder card; it will be interesting to see whether that works too. /Benny -- To unsubscribe

[PATCH] Siano: Read buffer overflow

2009-07-23 Thread Roel Kluin
With mode DEVICE_MODE_RAW_TUNER a read occurs past the end of smscore_fw_lkup[]. Subsequently an attempt is made to load the firmware from the resulting filename. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- This can be reached only when coredev-device_flags contains SMS_DEVICE_FAMILY2,

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

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

Re: [linux-dvb] DVB-T support for Pinnacle PCTV Hybrid Pro Stick

2009-07-23 Thread Devin Heitmueller
On Thu, Jul 23, 2009 at 2:32 PM, Angelo Fontanafont...@gmail.com wrote: Hi, I'm trying to use my USB PTCV with linux (Debian Lenny). After compiling, installing the latest version of v4l-dvb drivers and loading em28xx-dvb module i can't use DVB features of the device. This is the output of

Re: em28xx driver crashes device

2009-07-23 Thread Mauro Carvalho Chehab
Em Thu, 23 Jul 2009 16:29:02 +0200 Markus Rechberger mrechber...@gmail.com escreveu: On Thu, Jul 23, 2009 at 4:05 PM, Devin Heitmuellerdheitmuel...@kernellabs.com wrote: On Thu, Jul 23, 2009 at 8:10 AM, Markus Rechbergermrechber...@gmail.com wrote: There's a pretty good disclosed

[PATCH] Read buffer overflow

2009-07-23 Thread Roel Kluin
parport[n] is checked before n MAX_CAMS Signed-off-by: Roel Kluin roel.kl...@gmail.com --- probably harmless diff --git a/drivers/media/video/bw-qcam.c b/drivers/media/video/bw-qcam.c index 10dbd4a..9e39bc5 100644 --- a/drivers/media/video/bw-qcam.c +++ b/drivers/media/video/bw-qcam.c @@ -992,7

[PATCH] ivtv: Read buffer overflow

2009-07-23 Thread Roel Kluin
This mistakenly tests against sizeof(freqs) instead of the array size. Due to the mask the only illegal value possible was 3. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- diff --git a/drivers/media/video/ivtv/ivtv-controls.c b/drivers/media/video/ivtv/ivtv-controls.c index a3b77ed..4a9c8ce

New tree with final (?) string control implementation

2009-07-23 Thread Hans Verkuil
Hi Eduardo, I've prepared a new tree: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-strctrl This contains the full string control implementation, including updates to the v4l2-spec, based on the RFC that I posted on Monday. Can you prepare your si4713 patches against this tree and verify that

[PATCH] V4L/DVB: dm646x: fix DMA_nnBIT_MASK

2009-07-23 Thread Kevin Hilman
Fix deprecated use of DMA_nnBIT_MASK which now gives a compiler warning. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- This compiler warning patch is on top of the master branch of Mauro's linux-next tree. arch/arm/mach-davinci/dm646x.c |2 +- 1 files changed, 1

Re: [Bug 13708] Aiptek DV-T300 support is incomplete

2009-07-23 Thread Andrew Morton
On Mon, 20 Jul 2009 22:37:08 +0200 Bal__zs H__morszky bal...@gmail.com wrote: I don't have my kernel tree with me (I'm at vacation atm.). The patch is made with only the -uN options, but I can make a new one on Friday (if needed). The patch doesn't apply to current kernels and fixing it

Re: [PATCH] ivtv: Read buffer overflow

2009-07-23 Thread Andy Walls
On Thu, 2009-07-23 at 23:31 +0200, Roel Kluin wrote: This mistakenly tests against sizeof(freqs) instead of the array size. Due to the mask the only illegal value possible was 3. Signed-off-by: Roel Kluin roel.kl...@gmail.com Acked-by: Andy Walls awa...@radix.net The cx18 driver suffers

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

2009-07-23 Thread Andy Walls
On Wed, 2009-07-22 at 20:33 -0400, Andy Walls wrote: Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following 3 changesets: [snip] Many thanks to Ravi A. for doing work to get information to better support AVerMedia cards with a M113 PCB, testing the changes, and

TBS 8920 still fails to initialize - cx24116_readreg error

2009-07-23 Thread Mark Zimmerman
Greetings: Using current current v4l-dvb drivers, I get the following in the dmesg: cx88[1]/2: subsystem: 8920:, board: TBS 8920 DVB-S/S2 [card=72] cx88[1]/2: cx2388x based DVB/ATSC card cx8802_alloc_frontends() allocating 1 frontend(s) cx24116_readreg: reg=0xff (error=-6) cx24116_readreg:

Problem with My Tuner card

2009-07-23 Thread unni krishnan
Hi All, I have some problem in getting my tuner card working in Linux. The dmesg look like ### saa7130/34: v4l2 driver version 0.2.15 loaded saa7130[0]: found at :01:07.0, rev: 1, irq: 18, latency: 64, mmio: 0xd800 saa7130[0]: subsystem: 1131:,

Re: Problem with My Tuner card

2009-07-23 Thread hermann pitton
Am Freitag, den 24.07.2009, 09:32 +0530 schrieb unni krishnan: Hi All, I have some problem in getting my tuner card working in Linux. The dmesg look like ### saa7130/34: v4l2 driver version 0.2.15 loaded saa7130[0]: found at :01:07.0, rev: 1,