Re: [linux-dvb] Kworld DVB-T 323UR problems

2009-06-21 Thread Markus Rechberger
On Sun, Jun 21, 2009 at 11:44 PM, Laszlo Kustan wrote: > Hi everyone, > I have a Kword DVB-T 323UR connected to a Linux Mint 7 Gloria (based > on Ubuntu Jaunty), kernel 2.6.28. > I successfully compiled em28xx, the firmware was obtained based on these > steps: > 1) Download the windows driver with

Re: [linux-dvb] @Sky Pilot, Neotion Pilot, Checksum hacking

2009-06-21 Thread Andreas Oberritter
Juergen Urban wrote: > Now I've a problem with the 1-byte-checksum calculation. Each message > which I send to the device has a checksum (last byte). I don't know how to > calculate the checksum. > Did someone know how to reverse engineer a 1-byte-checksum? > Did someone see these type of message

Re: Sakar 57379 USB Digital Video Camera...

2009-06-21 Thread Theodore Kilgore
Andy, You are right. Your camera is emitting JPEG while streaming. I just succeeded in creating an image which resembles your test picture by extracting the frame data for one frame, tacking on a header, and running hex2bin on the combined file. I did not get the thing quite right, because y

Re: PULL request - http://linuxtv.org/hg/~hgoede/gspca

2009-06-21 Thread Mauro Carvalho Chehab
Em Sun, 21 Jun 2009 23:57:48 +0200 Hans de Goede escreveu: > Hi, > > On 06/21/2009 02:10 PM, Mauro Carvalho Chehab wrote: > > Em Sun, 21 Jun 2009 08:45:03 +0200 > > Hans de Goede escreveu: > > > >> > >> On 06/21/2009 02:39 AM, Mauro Carvalho Chehab wrote: > >>> Em Sat, 20 Jun 2009 15:26:25 +020

Re: Sakar 57379 USB Digital Video Camera...

2009-06-21 Thread Andy Walls
On Sun, 2009-06-21 at 10:42 -0500, Theodore Kilgore wrote: > > On Sun, 21 Jun 2009, Andy Walls wrote: > > The more I dig into this, the more I think (hope or wish?) the stuff in > > the usb snoop logs looks MJPEG. > > > > I started looking at an AVI file that I recorded with the camera. It > > l

Re: dvb-t with kernel 2.6.15?

2009-06-21 Thread Mauro Carvalho Chehab
Em Sun, 21 Jun 2009 19:36:42 +0200 Dennis Campbell escreveu: > Hello, > I have seen that the v4l-dvb modules work only for kernel > 2.6.15. I > have a Pinnacle 72e USB DVB-T stick i would like to use with a 2.6.15 > (ARM)kernel. This would be a dibcom 0700 driver. Is there any > possibilty at all

Re: [PATCH v2] soc-camera: fix missing clean up on error path

2009-06-21 Thread Kuninori Morimoto
Dear Guennadi Thank you for your hard work > > soc_camera_video_stop is called from icd->ops->remove > > I think it have dead lock by icd->video_lock. > > > > my kernel is from Paul's git and it's Makefile said 2.6.30-rc6 > > Yes, you're right. Please, try this version, but this is a bigger c

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

2009-06-21 Thread Mauro Carvalho Chehab
Em Sun, 21 Jun 2009 20:38:53 +0200 Hans Verkuil escreveu: > On Sunday 21 June 2009 20:31:57 Mauro Carvalho Chehab wrote: > > Em Sun, 21 Jun 2009 20:20:29 +0200 > > > > Hans Verkuil escreveu: > > > On Sunday 21 June 2009 19:33:11 Mauro Carvalho Chehab wrote: > > > > Em Fri, 19 Jun 2009 14:39:14 +

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

2009-06-21 Thread hermann pitton
Hi, Am Sonntag, den 21.06.2009, 15:31 -0300 schrieb Mauro Carvalho Chehab: > Em Sun, 21 Jun 2009 20:20:29 +0200 > Hans Verkuil escreveu: > > > On Sunday 21 June 2009 19:33:11 Mauro Carvalho Chehab wrote: > > > Em Fri, 19 Jun 2009 14:39:14 +0200 > > > > > > Hans Verkuil escreveu: > > > > Hi Maur

Hauppauge HVR-1250 IR Support? (CX23885)

2009-06-21 Thread whelky-82852
I was wondering if anyone is working on IR support for this card? I looked through cx23885-cards.c and its not supported. 627 switch (dev->board) { 628 case CX23885_BOARD_HAUPPAUGE_HVR1250: 629 case CX23885_BOARD_HAUPPAUGE_HVR1500: 630 case CX23885_BOARD_HAUPPAUGE_

Re: [linux-dvb] Kworld DVB-T 323UR problems

2009-06-21 Thread Devin Heitmueller
On Sun, Jun 21, 2009 at 5:44 PM, Laszlo Kustan wrote: > Hi everyone, > I have a Kword DVB-T 323UR connected to a Linux Mint 7 Gloria (based > on Ubuntu Jaunty), kernel 2.6.28. > I successfully compiled em28xx, the firmware was obtained based on these > steps: > 1) Download the windows driver with

Re: PULL request - http://linuxtv.org/hg/~hgoede/gspca

2009-06-21 Thread Hans de Goede
Hi, On 06/21/2009 02:10 PM, Mauro Carvalho Chehab wrote: Em Sun, 21 Jun 2009 08:45:03 +0200 Hans de Goede escreveu: On 06/21/2009 02:39 AM, Mauro Carvalho Chehab wrote: Em Sat, 20 Jun 2009 15:26:25 +0200 Hans de Goede escreveu: On 06/20/2009 12:51 PM, Mauro Carvalho Chehab wrote: Em We

Re: Can't use my Pinnacle PCTV HD Pro stick - what am I doing wrong?

2009-06-21 Thread Devin Heitmueller
On Sun, Jun 21, 2009 at 3:51 PM, George Adams wrote: > > Thank you so much, everyone who has replied to my question!  It's nice to > find a community of people willing to help.  Here is the dmesg output that > appears when the Pinnacle device gets plugged in, along with a few "ls" > commands:

RE: Can't use my Pinnacle PCTV HD Pro stick - what am I doing wrong?

2009-06-21 Thread George Adams
Thank you so much, everyone who has replied to my question! It's nice to find a community of people willing to help. Here is the dmesg output that appears when the Pinnacle device gets plugged in, along with a few "ls" commands: * usb 1-1: new high speed USB device using ehci_hcd and address

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

2009-06-21 Thread Hans Verkuil
On Sunday 21 June 2009 20:31:57 Mauro Carvalho Chehab wrote: > Em Sun, 21 Jun 2009 20:20:29 +0200 > > Hans Verkuil escreveu: > > On Sunday 21 June 2009 19:33:11 Mauro Carvalho Chehab wrote: > > > Em Fri, 19 Jun 2009 14:39:14 +0200 > > > > > > Hans Verkuil escreveu: > > > > Hi Mauro, > > > > > > >

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

2009-06-21 Thread Mauro Carvalho Chehab
Em Sun, 21 Jun 2009 20:20:29 +0200 Hans Verkuil escreveu: > On Sunday 21 June 2009 19:33:11 Mauro Carvalho Chehab wrote: > > Em Fri, 19 Jun 2009 14:39:14 +0200 > > > > Hans Verkuil escreveu: > > > Hi Mauro, > > > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-vpfe-cap > > > f

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

2009-06-21 Thread Hans Verkuil
On Sunday 21 June 2009 19:33:11 Mauro Carvalho Chehab wrote: > Em Fri, 19 Jun 2009 14:39:14 +0200 > > Hans Verkuil escreveu: > > Hi Mauro, > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-vpfe-cap > > for the following: > > > > - tvp514x: Migration to sub-device framework > > H

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

2009-06-21 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:Sun Jun 21 19:00:04 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12099:c570be1f6fad gcc version: gcc

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-misc

2009-06-21 Thread Mauro Carvalho Chehab
Em Sat, 20 Jun 2009 09:45:41 -0700 (PDT) Trent Piepho escreveu: > On Sat, 20 Jun 2009, Hans Verkuil wrote: > > - compat: fix __fls check for the arm architecture. > > This one isn't quite right. The __fls defined for arm in 2.6.27 (between > v2.6.26-7260-g0c65f45 and v2.6.28-rc6-187-g94fc733) i

dvb-t with kernel 2.6.15?

2009-06-21 Thread Dennis Campbell
Hello, I have seen that the v4l-dvb modules work only for kernel > 2.6.15. I have a Pinnacle 72e USB DVB-T stick i would like to use with a 2.6.15 (ARM)kernel. This would be a dibcom 0700 driver. Is there any possibilty at all to get this working, or do I have to get a dvb-t usb stick that is suppo

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

2009-06-21 Thread Mauro Carvalho Chehab
Em Fri, 19 Jun 2009 14:39:14 +0200 Hans Verkuil escreveu: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-vpfe-cap for > the following: > > - tvp514x: Migration to sub-device framework Hmm... the kernel-doc format is wrong on all function description comment chang

Re: Sakar 57379 USB Digital Video Camera...

2009-06-21 Thread Theodore Kilgore
I mentioned in my last message a couple of things to try in order to make further progress. One of those was 2. Take some of the snoop log output and convert it by hand to a binary file, so that it can actually be looked at with hexdump to see if similar clues are present. I have a few tools t

Re: Sakar 57379 USB Digital Video Camera...

2009-06-21 Thread Theodore Kilgore
On Sun, 21 Jun 2009, Andy Walls wrote: On Sat, 2009-06-20 at 20:04 -0500, Theodore Kilgore wrote: Sure looks that way. I took a closer look at the lines starting with ff ff ff ff strings, and I found a couple more things. Here are several lines from an extract from that snoop, consisting

Seeking recommendation for DVB-S PCI card with on-card CI

2009-06-21 Thread Thomas Kernen
Hello all, I'm attempting to find a supported DVB-S PCI card with an on-card CI (ie: not a seperate daughter board) to contain all in one slot. Based on the wiki and mailing list archives I seem to come up with the Twinhan AD-SP300(1034): http://www.twinhan.com/product_satellite_1034.asp B

Re: [linux-dvb] Can't use my Pinnacle HDTV USB stick

2009-06-21 Thread Devin Heitmueller
On Sun, Jun 21, 2009 at 9:49 AM, Paul Guzowski wrote: > George, > > I can appreciate your frustration because I went through the same struggle a > while back.  Fortunately, persistence and a lot  of help from the great > people on this forum helped me finally solve the problems I was having.  I > h

Re: PULL request - http://linuxtv.org/hg/~hgoede/gspca

2009-06-21 Thread Mauro Carvalho Chehab
Em Sun, 21 Jun 2009 08:45:03 +0200 Hans de Goede escreveu: > > > On 06/21/2009 02:39 AM, Mauro Carvalho Chehab wrote: > > Em Sat, 20 Jun 2009 15:26:25 +0200 > > Hans de Goede escreveu: > > > >> > >> On 06/20/2009 12:51 PM, Mauro Carvalho Chehab wrote: > >>> Em Wed, 17 Jun 2009 23:54:40 +0200 >

Re: PULL request - http://linuxtv.org/hg/~hgoede/gspca

2009-06-21 Thread Hans de Goede
Hi, On 06/21/2009 02:39 AM, Mauro Carvalho Chehab wrote: Em Sat, 20 Jun 2009 15:26:25 +0200 Hans de Goede escreveu: err -28 is ENOSPC which is given by usb_submit_urb, when the required bandwidth for the isoc transfer is not available. With most cams we then automatically fall back to an alt

Re: [PATCH / resubmit] USB interrupt support for radio-si470x FM radio driver

2009-06-21 Thread Edouard Lafargue
On Sat, Jun 20, 2009 at 11:31 PM, Tobias Lorenz wrote: >>    Thanks for all your help, now on to Tobias, I guess! > > perfect patch. Thank you Ed. I never figured out how to use interrupt URBs. > This really seams to fix the click problem on unbuffered audio forwarding. Thanks! > The suggestion/