Re: [linux-dvb] intuix s815 usb dvb-t - m920x?

2007-12-08 Thread Aapo Tahkola
On Mon, 17 Sep 2007 22:25:23 +0200 [EMAIL PROTECTED] wrote: > Hi, Hi. > > I have a "intuix s815", which is a usb2 dvb-t receiver. The mercurial > (hg) copy from 9.9. does recognise the device as 'Dposh DVB-T USB2.0' > - but this is not the right driver. I have installed the firmware for > this

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-12-02 Thread Aapo Tahkola
On Sun, 2 Dec 2007 14:14:27 +0100 "Román" <[EMAIL PROTECTED]> wrote: > Hi, Aapo, It's nice to hear from you ;-) Nice to hear from you too. And nice to see this device is about to see the daylight! > > 2007/12/2, Aapo Tahkola <[EMAIL PROTECTED]>: > >

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-12-01 Thread Aapo Tahkola
Hi, Here are some tips that might help: - check that endpoint, buffersize and type match "lsusb -v" output and usbsnoop logs if you are not sure what endpoint is being used - mess with pid filters(on/off) and use dvbsnoop or dvbstream(both are good for different types of debugging) to see what pid

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-08-23 Thread Aapo Tahkola
hs some nice 5.3 Kb (much better than before). I checked this firmware again and it's not a valid one even if I fix byte ordering. Maybe there was some control message that m920x_parse misinterpret, I don't know. It also has part of the firmware

Re: [linux-dvb] gl861, qt1010 I2C write/read failed

2007-08-23 Thread Aapo Tahkola
st processors tend to have problems with i2c. -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] [PATCH] Initial tuning data update for fi-*

2007-08-17 Thread Aapo Tahkola
renamed to fi-Rovaniemi_Kaihuanvaara, fi-Ranua to fi-Ranua_Haasionmaa and fi-Levi to fi-Kittila_Sirkka_Levitunturi. fi-Ruka contained invalid or otherwise outdated data. gen_files contains instructions for generating similar diffs. -- Aapo Tahkola diff -r b8bbbf73db58 util/scan/dvb-t/fi-Aanekoski

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-08-15 Thread Aapo Tahkola
nts on > how to solve this error? It crashed or something along the lines of that. > > Ok, thanks for your help, and sorry for my slowness. > Cheers, > Pere Blay > > > > > 2007/6/27, Aapo Tahkola <[EMAIL PROTECTED]>: > > On Wed, 20 Jun 2007 18:09:50 +0200

Re: [linux-dvb] LifeView TV Walker - Model LR506

2007-07-09 Thread Aapo Tahkola
On Thu, 05 Jul 2007 10:57:34 +0200 "Daniel Weigl" <[EMAIL PROTECTED]> wrote: > Hello > Am Thu, 05 Jul 2007 02:03:53 +0200 hat Aapo Tahkola > <[EMAIL PROTECTED]> geschrieben: > > > > My bad, try this: > > +static int m920x_twalk_i2c_xfer(struct

Re: [linux-dvb] LifeView TV Walker - Model LR506

2007-07-04 Thread Aapo Tahkola
On Tue, 03 Jul 2007 11:10:33 +0200 "Daniel Weigl" <[EMAIL PROTECTED]> wrote: > Hello, > > Am Tue, 03 Jul 2007 02:56:26 +0200 hat Aapo Tahkola > <[EMAIL PROTECTED]> geschrieben: > > You need to have warm id listed in there as well. See line 137 o

Re: [linux-dvb] LifeView TV Walker - Model LR506

2007-07-02 Thread Aapo Tahkola
rprise it worked :) > > So, for short: Now I am able to download the fw to the cold device > and lsusb tells afterwards, that the device has re-registered as the > warm one (DevID=0x0500). > You need to have warm id listed in there as well. Se

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-06-27 Thread Aapo Tahkola
her 69ff(usbsnoop uses different byte ordering) or ff69. > > 2) what kind of test can i apply to guess what is the right frontend > and what parameters to use in the m920.c file in order to get it > loaded when the device is connected? Used components can be identif

Re: [linux-dvb] LifeView TV Walker - Model LR506

2007-06-27 Thread Aapo Tahkola
(~600kb) > > I made a second log, which includes the plugin and the start of the > DVB-App and some seconds of the TV-stream: > http://danyserv.selfip.org/dir/LifeView/usbsnoop_tv.log.bz2 > (~200kb) (I truncated the log after some big packets, bec. the whole > log had ~200M

Re: [linux-dvb] m920x device: Genius TVGo DVB-T02Q

2007-06-10 Thread Aapo Tahkola
ing untill i > get this one working) Great attitude! Once you got the proper firmware you can find out what codes have they used for your remote controller(assuming you have one). You can do this by printing(use printk) contents of rc_state[0] and rc_state[1] in function m920x_rc_query. This function gets called often so you want to only print output if hw registers key as pressed. -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] [PATCH] m920x.c fix for Lifeview TV Walker Twin (USB2) second tuner

2007-05-08 Thread Aapo Tahkola
endpoints. This has not been tested yet on Lifeview TV Walker Twin although it seems sensible. Sorry for the inconvenience. Nice catch in any case! -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[linux-dvb] [PATCH] Add support for A-LINK DTU dvb-t adapter

2007-05-08 Thread Aapo Tahkola
Add support for A-LINK DTU dvb-t adapter. Support for A-LINK DTU(m) is not included in this patch. Signed-off-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r 04775fe614d6 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sun Apr

Re: [linux-dvb] m920x tests

2007-04-17 Thread Aapo Tahkola
I > downloaded that. So far so fine. New firmware might be needed. See http://www.linuxtv.org/wiki/index.php/M920x_firmware . -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Will this USB DVB-T stick work under Linux?

2007-04-16 Thread Aapo Tahkola
gt; > - Zarlink MT352CG (Demodulator) > > - Infineon TUA6045 (Tuner) I do not think this tuner is supported yet. Infineon offers datasheets though... -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] MSI DigiVOX mini II

2007-04-11 Thread Aapo Tahkola
ta, you probably would get no picture if something at driver level were bad. Buggy hw pid filtering could cause something like that... You can disable hardware pid filtering by commenting lines 704-709 of m920x.c . Let me know if this helps with any of the problems you've had. -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] [PATCH] m920x for LifeView TV Walker Twin, 2007-03-22

2007-03-22 Thread Aapo Tahkola
On Thu, 22 Mar 2007 10:30:43 +1100 Nick Andrew <[EMAIL PROTECTED]> wrote: > Add support for "LifeView TV Walker Twin" (USB IDs 10fd:0513, > 10fd:0514) > > Signed-off-by: Nick Andrew <[EMAIL PROTECTED]> > > Nick. > Signed-off-by: Aapo Tah

[linux-dvb] [PATCH] Initial support for various devices likely manufactured by Dposh

2007-03-22 Thread Aapo Tahkola
d. Devices based on mt2060 tuner also lack support. Signed-off-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola dvb-usb-dposh-01.fw Description: Binary data diff -r e37cde12c5d6 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Tue Mar

Re: [linux-dvb] [PATCH] m920x for LifeView TV Walker Twin

2007-03-20 Thread Aapo Tahkola
On Tue, 20 Mar 2007 17:03:58 +0200 Aapo Tahkola <[EMAIL PROTECTED]> wrote: > On Wed, 21 Mar 2007 00:33:46 +1100 > Nick Andrew <[EMAIL PROTECTED]> wrote: > > > Here's my patch so far. > > > > Two remaining problems: > > > > > > 1

Re: [linux-dvb] [PATCH] m920x for LifeView TV Walker Twin

2007-03-20 Thread Aapo Tahkola
oing to > prevent acceptance of my patch. > > > description: > m920x: add support for LifeView TV Walker Twin > > From: Nick Andrew <[EMAIL PROTECTED]> > > Add support for "LifeView TV Walker Twin" (USB IDs 10fd:0514, > 10fd:0513) > > Signed-off-

Re: [linux-dvb] Anubis Electronics "Lifeview"(0x10fd:0x1513) (was: msi digivox mini ii)

2007-03-03 Thread Aapo Tahkola
On Sat, 3 Mar 2007 03:10:41 +0200 Aapo Tahkola <[EMAIL PROTECTED]> wrote: > On Fri, 02 Mar 2007 23:06:15 +0100 > Pierre Willenbrock <[EMAIL PROTECTED]> wrote: > > > Michael Krufky schrieb: > > > Pierre Willenbrock wrote: > > >> Hi list, > >

[linux-dvb] [PATCH] m920x fixes [10/10]

2007-03-02 Thread Aapo Tahkola
Fix compiler warnings. Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r 830de7ccaa08 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 02:11:09 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 02:12:4

[linux-dvb] [PATCH] m920x fixes [3/10]

2007-03-02 Thread Aapo Tahkola
Hardware info should go in headers. Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r 7c964b6e07a2 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:17:27 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat

[linux-dvb] [PATCH] m920x fixes [9/10]

2007-03-02 Thread Aapo Tahkola
s/deb_rc/deb/ Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r 9be9cec5c641 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 02:07:14 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 02:10:12 2007

[linux-dvb] [PATCH] m920x fixes [2/10]

2007-03-02 Thread Aapo Tahkola
Remove "magic" stuff. Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r 08ae75e50c0b linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:14:38 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar

[linux-dvb] [PATCH] m920x fixes [4/10]

2007-03-02 Thread Aapo Tahkola
r/w bit is not part of the addr. Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r 70ff7de20789 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:18:47 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar

[linux-dvb] [PATCH] m920x fixes [6/10]

2007-03-02 Thread Aapo Tahkola
Remove bits of code we dont need. Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r d0065a97812f linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:32:56 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar

[linux-dvb] [PATCH] m920x fixes [5/10]

2007-03-02 Thread Aapo Tahkola
Rework m920x to allow different devices. Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r 51d527a8431d linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:20:29 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c S

[linux-dvb] [PATCH] m920x fixes [7/10]

2007-03-02 Thread Aapo Tahkola
s/m9206/m920x/ s/M9206/M9205/ Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r aedb7e7d6a5d linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 01:33:49 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03

Re: [linux-dvb] Anubis Electronics "Lifeview"(0x10fd:0x1513) (was: msi digivox mini ii)

2007-03-02 Thread Aapo Tahkola
work! Hopefully we can clean this up after you generate a new > > patch using the tda827x module from hhackmann's repository. > > > > Regards, > > > > Mike Krufky > > > > Hi Mike and Hartmut, > > this time, the patch does not change tda827x.c at

[linux-dvb] [PATCH] m920x fixes [8/10]

2007-03-02 Thread Aapo Tahkola
This function should work on all m920x based devices. Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r 4ca9c04981a4 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sat Mar 03 02:05:42 2007 +0200 +++ b/linux/drivers/media/dvb/d

[linux-dvb] [PATCH] au6610/gl861 i2c addr fix

2007-03-02 Thread Aapo Tahkola
r/w bit is not part of the addr. This patch should be tested. Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r b192aff9fbc9 linux/drivers/media/dvb/dvb-usb/au6610.c --- a/linux/drivers/media/dvb/dvb-usb/au6610.c Sat Mar 03 02:13:03 2007 +0200 +++ b/linux/drivers/med

[linux-dvb] [PATCH] m920x fixes [1/10]

2007-03-02 Thread Aapo Tahkola
Implement m920x i2c as suggested by Pierre Willenbrock. This patch does not change the way m920x interacts with hardware. Signed-of-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r 3556fab363b5 linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m

Re: [linux-dvb] Help please; hacking m920x driver

2007-02-28 Thread Aapo Tahkola
7;t know how the m920x initialization needs to be done. I really didn't even know it can work with two demods. By examining i2c messages, you should have no trouble figuring out where those tuners live. > > I've attached my hacked m9206.c module and kernel log. > > Nick. -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Need firmware for M9206

2007-02-25 Thread Aapo Tahkola
to windows. There have been some problems with some host controllers in the past that might explain those two firmwares. Also, one digivox we got working earlier has had stability issues on another computer. -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] m920x script for extracting fw and i2c messages

2007-02-25 Thread Aapo Tahkola
On Sun, 25 Feb 2007 17:28:57 +0200 Aapo Tahkola <[EMAIL PROTECTED]> wrote: > This script allows generation of binary firmware files and i2c logs. > Supports three input formats: > -usbmon > -usb snoop > -snoopy pro > > Syntax: > NN: addr AA reg RR = RW >

[linux-dvb] m920x script for extracting fw and i2c messages

2007-02-25 Thread Aapo Tahkola
broken at the moment. AA = address RR = register RW = write value RV = read value Have fun. -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] Re: qt1010 / m9206 / gl861 / au6610 testers wanted

2007-01-23 Thread Aapo Tahkola
On Tue, 23 Jan 2007 14:35:02 -0500 Michael Krufky <[EMAIL PROTECTED]> wrote: > Aapo Tahkola wrote: > > I actually tested both trees until realizing differences between > > them didn't weren't related my stick. :) > > > >> I am going to shuffle some p

[linux-dvb] Re: qt1010 / m9206 / gl861 / au6610 testers wanted

2007-01-23 Thread Aapo Tahkola
On Tue, 23 Jan 2007 21:13:34 +0200 Antti Palosaari <[EMAIL PROTECTED]> wrote: > heissan, moro > > Aapo Tahkola wrote: > > This patch fixes USB1.1 support. > > > > Antti, You can test this by removing ehci_hcd driver. > > But I don't have m9

Re: [linux-dvb] Re: qt1010 / m9206 / gl861 / au6610 testers wanted

2007-01-23 Thread Aapo Tahkola
On Tue, 23 Jan 2007 12:55:51 -0500 Michael Krufky <[EMAIL PROTECTED]> wrote: > Aapo Tahkola wrote: > > On Sun, 21 Jan 2007 16:11:21 -0500 > > Michael Krufky <[EMAIL PROTECTED]> wrote: > >> Please test the two following trees to confirm proper operation: >

[linux-dvb] Re: qt1010 / m9206 / gl861 / au6610 testers wanted

2007-01-23 Thread Aapo Tahkola
ill not be required any longer, and even > if it is, it should only affect the gl861. Works as expected when using USB 2.0. HW: Megasky 580 with m9205, mt352 and qt1010. freq: fi-Rovaniemi This patch fixes USB1.1 support. Antti, You can test this by removing ehci_hcd driver. -- Aapo Tahkola dif

[linux-dvb] [PATCH] fix m920x tuner identification failure

2007-01-21 Thread Aapo Tahkola
Fixes qt1010 identification bug with megasky. Apply after Quantek QT1010 tuner module -patch. Signed-off-by: Aapo Tahkola <[EMAIL PROTECTED]> -- Aapo Tahkola diff -r 1d3437c60b5d linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sun Jan 21 11:06:48 2007

Re: [linux-dvb] mini-pci ?

2007-01-19 Thread Aapo Tahkola
to buy one in > order to see what the chipsets are. > http://minipc.aopen.com/us/download/LR351%20mini%20PCI%20TV%20Tuner%20Card%20for%20miniPC.pdf Inspecting drivers usually gives pretty good indication on whats inside. On a quick look, I would say its based on saa7130 series. -- Aapo Tahkola __

Re: [linux-dvb] [PATCH 1/1] gl861/qt1010: fix tuning issue

2006-10-11 Thread Aapo Tahkola
== 217) > + rd[15].value = 0xd4; Did you guess this value? I don't see why would it be different as 482MHz is supported. What scan configuration did you use with presto? Did you check that the frequency presto finds is 482MHz? -- Aapo Tahkola __

Re: [linux-dvb] Re: m920x crash

2006-09-30 Thread Aapo Tahkola
r[0]. Because > frontend_attach is called (which again is using i2c to identify > zarlink) during/before the initialization of the adapter. Right, accessing adapter[0] does not work. That's not why it's oopsing though. > The if in 165 is very u

[linux-dvb] Re: MSI Megasky 580 using Uli m9206 -- http://linuxtv.org/hg/~mkrufky/m920x

2006-09-27 Thread Aapo Tahkola
ch > > case, the name 'megasky' may be inappropriate. > > > > 2) There is another device out there, called "MSI Megasky 580", > > based on the gl861 chipset, using the same exact usb id as your > > device bas

[linux-dvb] Re: MSI Megasky 580 using Uli m9206 -- http://linuxtv.org/hg/~mkrufky/m920x

2006-09-26 Thread Aapo Tahkola
some minor bug fixes and code refolding -m9206_write delay dropped(doesn't seem to be needed) Signed-off-by: Aapo Tahkola <[EMAIL PROTECTED]> > I have also separated the qt1010 tuner code into a separate header > file. It has come to my attention, thanks to Markus Rechberger, that >

Re: [linux-dvb] Anysee E30 in Linux

2006-09-23 Thread Aapo Tahkola
ence > about Anysee and linux? Take a look at TwinhanDTV Alpha/MagicBox II and vp7045 driver. > > Thanks, > Ville > > ___ > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb