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

2009-05-23 Thread Martin Dauskardt
Hi Andy, > Martin, > > I don't see tuner type 81 in the list in tuners.h.  I do see: > > > #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_F

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

2009-05-23 Thread Pekka Enberg
On Sat, May 23, 2009 at 12:32 AM, David wrote: > I reported this DVB-S card breaking between 2.6.26 and 2.6.27. I've > finally had time to do some digging, and the regression is caused by: > >    b963801164618e25fbdc0cd452ce49c3628b46c8 USB: ehci-hcd unlink speedups > > ..that was introduced in 2.

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-23 Thread David Lister
Manu Abraham wrote: > On Sat, May 23, 2009 at 9:51 AM, David Lister wrote: > >> This point is moot in the first place, mate. Especially in USA (original >> poster), where it'll take twice the time to reach those rates on DVB-S2. >> All current 45 MS/s transponders are QPSK, at least as far as I

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-23 Thread Manu Abraham
On Sat, May 23, 2009 at 2:03 PM, David Lister wrote: > Manu Abraham wrote: >> On Sat, May 23, 2009 at 9:51 AM, David Lister wrote: >> >>> This point is moot in the first place, mate. Especially in USA (original >>> poster), where it'll take twice the time to reach those rates on DVB-S2. >>> All c

Re: Question about driver for Mantis

2009-05-23 Thread Jarosław Huba
> The latest development snapshot for the mantis based devices can be found > here: http://jusst.de/hg/mantis-v4l > > Currently CI is unsupported, though very preliminary code support for > it exists in it. > S2 works, pretty much. Or do you have other results ? > > Regards, > Manu I will test it

Re: [RFC 09/10 v2] v4l2-subdev: re-add s_standby to v4l2_subdev_core_ops

2009-05-23 Thread Robert Jarzmik
Guennadi Liakhovetski writes: >> Let me be even more precise about a usecase : >> - a user takes a picture with his smartphone >> - the same user then uses his phone to call his girlfriend >> - the girlfriend has a lot of things to say, it lasts for 1 hour >> In that case, the sensor _has_ to

Re: Question about driver for Mantis

2009-05-23 Thread Manu Abraham
2009/5/23 Jarosław Huba : >> The latest development snapshot for the mantis based devices can be found >> here: http://jusst.de/hg/mantis-v4l >> >> Currently CI is unsupported, though very preliminary code support for >> it exists in it. >> S2 works, pretty much. Or do you have other results ? >> >

[PATCH] High resolution timer for cx88 remotes

2009-05-23 Thread AH
Hi Some remotes requires short polling interval which in modern kernels is below resolution of standard scheduler (schedule_delayed_work), this causes problem of missed keystrokes. One of the solutions is to raise kernel timer frequency, my proposition is to use high resolution timers which a

Re: Question about driver for Mantis

2009-05-23 Thread Gernot Pansy
hy, On Saturday 23 May 2009 08:41:48 Manu Abraham wrote: > On Sat, May 23, 2009 at 10:10 AM, Jarosław Huba wrote: > > Hi. > > Is driver for Mantis chipset are currently developed somewhere? > > I'm owner of Azurewave AD SP400 CI (VP-1041) and I'm waiting for support > > for this card for quite l

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

2009-05-23 Thread Igor M. Liplianin
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 > > nothing dvb being load

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-23 Thread David Lister
Manu Abraham wrote: > LOL, As stable as CX88, you must be joking. As far as the number of > developers on the card, if you are as capable of reading what you claim, > you can see that from the changelogs, in the main tree itself. > > You mean the SAA7146 driver is young ? Hmm.. pretty ignorant comm

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-23 Thread Manu Abraham
> As soon as the new S2API mantis tree was mentioned on the list, I used it. > But most importantly, your only explanation that it still doesn't work, > because I burned my demodulator using the current s2-liplianin tree is > *absolutely* ridiculous. You might work it out with Liplianin himself,

Re: Question about driver for Mantis

2009-05-23 Thread Manu Abraham
2009/5/23 Gernot Pansy : > hy, > > On Saturday 23 May 2009 08:41:48 Manu Abraham wrote: >> On Sat, May 23, 2009 at 10:10 AM, Jarosław Huba > wrote: >> > Hi. >> > Is driver for Mantis chipset are currently developed somewhere? >> > I'm owner of Azurewave AD SP400 CI (VP-1041) and I'm waiting for su

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/misc-fixes

2009-05-23 Thread BOUWSMA Barry
Moin Devin, thanks for the reply. On Fri, 22 May 2009, Devin Heitmueller wrote: [cut my drivel] > The dvb core does have infrastructure to support hardware pid > filtering. If you don't mind, and this is a serious question, could you give me some keywords to look for? I've come up with some obv

[PATCH] em28xx device mode detection based on endpoints

2009-05-23 Thread Markus Rechberger
Hi, for em28xx devices the device node detection can be based on the encoded endpoint address, for example EP 0x81 (USB IN, Interrupt), 0x82 (analog video EP), 0x83 (analog audio ep), 0x84 (mpeg-ts input EP). It is not necessary that digital TV devices have a frontend, the em28xx chip only specifi

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/misc-fixes

2009-05-23 Thread Markus Rechberger
On Sat, May 23, 2009 at 4:00 PM, BOUWSMA Barry wrote: > Moin Devin, thanks for the reply. > > On Fri, 22 May 2009, Devin Heitmueller wrote: > > [cut my drivel] >> The dvb core does have infrastructure to support hardware pid >> filtering. > > If you don't mind, and this is a serious question, coul

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/misc-fixes

2009-05-23 Thread Markus Rechberger
On Sat, May 23, 2009 at 4:07 PM, Markus Rechberger wrote: > On Sat, May 23, 2009 at 4:00 PM, BOUWSMA Barry > wrote: >> Moin Devin, thanks for the reply. >> >> On Fri, 22 May 2009, Devin Heitmueller wrote: >> >> [cut my drivel] >>> The dvb core does have infrastructure to support hardware pid >>>

Re: [PATCH] em28xx device mode detection based on endpoints

2009-05-23 Thread Markus Rechberger
On Sat, May 23, 2009 at 4:04 PM, Markus Rechberger wrote: > Hi, > > for em28xx devices the device node detection can be based on the > encoded endpoint address, for example EP 0x81 (USB IN, Interrupt), > 0x82 (analog video EP), 0x83 (analog audio ep), 0x84 (mpeg-ts input > EP). > It is not necessa

Re: Question about driver for Mantis

2009-05-23 Thread David Lister
Gernot Pansy wrote: > will CI be supported and are you willing to finish development and merge it > to > mainline anytime? > > i think i was one of the first SP400 owner but i had to sold my card for a > Nova > HD2 because the driver was not reliable (some i2c errors, slow tunning, > sometimes

Can't scan or add channels with new version of driver

2009-05-23 Thread Vladimir Geroy
Using driver v4l-dvb changeset befor 11017 http://linuxtv.org/hg/v4l-dvb/rev/c2e9ae022ea7 my configuration work fine, but when I try to update for new version changeset 11018 or newly, I can't scan or add channels in all TV views or players. My configuration: Ubuntu 9.04 x86_64 Linux 2.6.28-1

Re: [PATCH] em28xx device mode detection based on endpoints

2009-05-23 Thread Markus Rechberger
Hi, On Sat, May 23, 2009 at 4:49 PM, Markus Rechberger wrote: > On Sat, May 23, 2009 at 4:04 PM, Markus Rechberger > wrote: >> Hi, >> >> for em28xx devices the device node detection can be based on the >> encoded endpoint address, for example EP 0x81 (USB IN, Interrupt), >> 0x82 (analog video EP

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

2009-05-23 Thread Alan Stern
On Sat, 23 May 2009, Pekka Enberg wrote: > On Sat, May 23, 2009 at 12:32 AM, David wrote: > > I reported this DVB-S card breaking between 2.6.26 and 2.6.27. I've > > finally had time to do some digging, and the regression is caused by: > > > >    b963801164618e25fbdc0cd452ce49c3628b46c8 USB: ehci

Re: [RFC 09/10 v2] v4l2-subdev: re-add s_standby to v4l2_subdev_core_ops

2009-05-23 Thread Guennadi Liakhovetski
On Sat, 23 May 2009, Robert Jarzmik wrote: > Guennadi Liakhovetski writes: > > > I think we can put the camera to a low-power state in streamoff. But - not > > power it off! This has to be done from system's PM functions. > That means, from a sensor POV, through icd->stop_capture(). > For my si

cannot rmmod stb0899

2009-05-23 Thread Andreas Besse
Hello, I'm using a KNC One TV-Station DVB-S2 Plus and a WinTV-NOVA-CI PCI with the multiprotocol drivers from http://www.jusst.de/hg/multiproto/ (changeset: 7218:2a911b8f9910, date: Wed Jul 09 23:07:29 2008 +0400) The drivers run fine since 250 (!) days, but I have an issue with high cpu load. S

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-23 Thread Andreas Regel
David Lister schrieb: I didn't want to write a long mail, but here goes: The TechnoTrend company, as of Februay 2009, doesn't exists any more. *It is bankrupt*. First, its owner Novabase sold as many of its shares as it could in 2007, in hope that the proceeds would allow TechnoTrend to get back

Re: Question about driver for Mantis

2009-05-23 Thread Manu Abraham
2009/5/23 David Lister : > Gernot Pansy wrote: >> will CI be supported and are you willing to finish development and merge it >> to >> mainline anytime? >> >> i think i was one of the first SP400 owner but i had to sold my card for a >> Nova >> HD2 because the driver was not reliable (some i2c er

Re: [PATCH][RESEND] Use correct sampling rate for TV/FM radio

2009-05-23 Thread Oldrich Jedlicka
On Tuesday 19 of May 2009 at 19:54:18, Oldrich Jedlicka wrote: > On Tuesday 14 of April 2009 at 20:48:14, Oldrich Jedlicka wrote: > > Here is the fix for using the 32kHz sampling rate for TV and FM radio > > (ALSA). The TV uses 32kHz anyway (mode 0; 32kHz demdec on), radio works > > only with 32kHz

Re: Question about driver for Mantis

2009-05-23 Thread David Lister
Manu Abraham wrote: > 2009/5/23 David Lister : > >> Not sure if you didn't get this email already, I had a slip-up while >> sending it. :) Anyway, there's also another supported card with a CI. A >> friend of mine has it, so I guess it works quite well with Linux. It's >> Mystique SaTiX-S2 (AFAI

Re: Question about driver for Mantis

2009-05-23 Thread Jarosław Huba
> Just clone the tree on to your machine > hg clone http://jusst.de/hg/mantis-v4l > > Clean stal remnants if any. > make distclean > > Build the tree > make > I got this error: ja...@jarek-desktop:~/mantis-v4l$ make ma

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

2009-05-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:Sat May 23 19:00:04 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11824:315bc4b65b4f gcc version: gcc

Re: Question about driver for Mantis

2009-05-23 Thread Jarosław Huba
I will also look for vanilla kernel. -- 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: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-23 Thread David Lister
Andreas Regel wrote: > David Lister schrieb: >> I didn't want to write a long mail, but here goes: >> >> The TechnoTrend company, as of Februay 2009, doesn't exists any more. >> *It is bankrupt*. First, its owner Novabase sold as many of its shares >> as it could in 2007, in hope that the proceeds

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

2009-05-23 Thread David
Alan Stern wrote: > On Sat, 23 May 2009, Pekka Enberg wrote: > > >> On Sat, May 23, 2009 at 12:32 AM, David wrote: >> >>> I reported this DVB-S card breaking between 2.6.26 and 2.6.27. I've >>> finally had time to do some digging, and the regression is caused by: >>> >>>b963801164618e2

Re: [PATCH 1/5 - part 2] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2009-05-23 Thread Trent Piepho
On Sat, 23 May 2009, Mauro Carvalho Chehab wrote: > > + + if (intel->open) { + ++intel->open; + DBG_DD(("device has opened > > already - %d\n", intel->open)); + return 0; + } + + file->private_data > > = dev; + /* increment our usage count for the driver */ + > > ++intel->open; + DBG_DD(("intel_ope

Re: Question about driver for Mantis

2009-05-23 Thread Manu Abraham
2009/5/23 Jarosław Huba > > > Just clone the tree on to your machine > > hg clone http://jusst.de/hg/mantis-v4l > > > > Clean stal remnants if any. > > make distclean > > > > Build the tree > > make > > > > I got this error: > ja...@jarek-desktop:~/mantis-v4l$ make > make -C /home/jarek/mantis-v4l

Re: Question about driver for Mantis

2009-05-23 Thread Manu Abraham
On Sat, May 23, 2009 at 9:42 PM, David Lister wrote: > Manu Abraham wrote: >> 2009/5/23 David Lister : >> >>> Not sure if you didn't get this email already, I had a slip-up while >>> sending it. :) Anyway, there's also another supported card with a CI. A >>> friend of mine has it, so I guess it wo

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-23 Thread Manu Abraham
On Sat, May 23, 2009 at 10:16 PM, David Lister wrote: > Andreas Regel wrote: >> David Lister schrieb: >>> I didn't want to write a long mail, but here goes: >>> >>> The TechnoTrend company, as of Februay 2009, doesn't exists any more. >>> *It is bankrupt*. First, its owner Novabase sold as many of

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

2009-05-23 Thread David
Again, hopefully with word wrap sorted out... Media PC (32-bit - Nvidia chipset. kernel 2.6.27) 19:13:18 s kernel: usb 1-3: new high speed USB device using ehci_hcd and address 6 19:13:18 s kernel: usb 1-3: configuration #1 chosen from 1 choice 19:13:18 s kernel: dvb-usb: found a 'Technotrend TT

Re: Question about driver for Mantis

2009-05-23 Thread David Lister
Manu Abraham wrote: > On Sat, May 23, 2009 at 9:42 PM, David Lister wrote: > >> Manu Abraham wrote: >> >>> 2009/5/23 David Lister : >>> >>> Not sure if you didn't get this email already, I had a slip-up while sending it. :) Anyway, there's also another supported card with

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-23 Thread David Lister
Manu Abraham wrote: > On Sat, May 23, 2009 at 10:16 PM, David Lister wrote: > >> *OT* I just remembered in connection with Linux DVB-S2 cards: in case >> some of you also heard about that new dual DVB-S2-CI tuner for PC's with >> full Linux support, you can forget about it. Or at least I can. W

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

2009-05-23 Thread Alan Stern
On Sat, 23 May 2009, David wrote: > My PC (64 bit - ATI chipset, using 2.6.30-rc5) Let's continue to work with 2.6.30-rc for testing purposes. > [12044.364021] usb 4-10: new high speed USB device using ehci_hcd and address > 5 > [12044.497561] usb 4-10: configuration #1 chosen from 1 choice > [

Temporary success with Pinnacle PCTV 801e (xc5000 chip)

2009-05-23 Thread N Klepeis
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. But after a first use with either mplayer or mythtv, it then immediately stops working and won't start again until I unplug and

[PATCH] to libv4lconvert, to do decompression for sn9c2028 cameras

2009-05-23 Thread Theodore Kilgore
The purpose of the following patch is to do the decompression for the Sonix SN9C2028 cameras, which are already supported as still cameras in libgphoto2/camlibs/sonix. The decompression code is essentially identical to that which is used in the libgphoto2 driver, with minor changes to adapt i

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

2009-05-23 Thread David
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 difference will stick ou > Traces attached. Took

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

2009-05-23 Thread hermann pitton
Hi, Am Sonntag, den 24.05.2009, 01:15 +0100 schrieb David: > 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 reve

Re: Question about driver for Mantis

2009-05-23 Thread hermann pitton
Am Samstag, den 23.05.2009, 22:12 +0200 schrieb David Lister: > Manu Abraham wrote: > > On Sat, May 23, 2009 at 9:42 PM, David Lister wrote: > > > >> Manu Abraham wrote: > >> > >>> 2009/5/23 David Lister : > >>> > >>> > Not sure if you didn't get this email already, I had a sl

Re: v4l-dvb rev 11757 broke building under Ubuntu Hardy

2009-05-23 Thread David Ward
On 05/14/2009 07:53 PM, Andy Walls wrote: David Ward wrote: I am using v4l-dvb in order to add the cx18 driver under Ubuntu Hardy (8.04). The build is currently broken under Hardy, which uses kernel 2.6.24. I have traced the origin of the problem to revision 11757. As seen in the latest cro

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-23 Thread VDR User
Whoever decided on a $1000 price point for a dual tuner dvb-s2 card needs to be slapped, then fired. That's completely absurd. Period. -- 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://vge

Re: Question about driver for Mantis

2009-05-23 Thread David Lister
hermann pitton wrote: > Am Samstag, den 23.05.2009, 22:12 +0200 schrieb David Lister: > >> Manu Abraham wrote: >> >>> On Sat, May 23, 2009 at 9:42 PM, David Lister wrote: >>> >>> Manu Abraham wrote: > 2009/5/23 David Lister : > > >>