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]: Hi, Here are some tips that might help: - check

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 pids

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

2007-08-23 Thread Aapo Tahkola
. Maybe there was some control message that m920x_parse misinterpret, I don't know. It also has part of the firmware twice which is why it's little bigger than mine. Do you still have the original usbsnoop log? -- Aapo Tahkola ___ linux-dvb mailing list

[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
to get all those usb logs (i run everything i own on linux) :P Some hints 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

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 i2c_adapter *adap, struct i2c_msg msg[], int num

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 of my patch. You should see something interesting in dmesg

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

2007-07-02 Thread Aapo Tahkola
afterwards, that the device has re-registered as the warm one (DevID=0x0500). You need to have warm id listed in there as well. See line 137 of my patch. You should see something interesting in dmesg after that. -- Aapo Tahkola ___ linux-dvb mailing list

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

2007-06-27 Thread Aapo Tahkola
~200MiB) So, thats all for now, i thank you for any help you (or anybody else) can provide. Daniel Weigl -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

2007-06-27 Thread Aapo Tahkola
parameters to use in the m920.c file in order to get it loaded when the device is connected? Used components can be identified by looking at usb dumps. You can also open your device if you wish. Though, we will need some logs anyway. -- Aapo Tahkola

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

2007-06-10 Thread Aapo Tahkola
as pressed. -- 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 15 06

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

2007-05-08 Thread Aapo Tahkola
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

Re: [linux-dvb] m920x tests

2007-04-17 Thread Aapo Tahkola
. 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
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
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] [PATCH] Initial support for various devices likely manufactured by Dposh

2007-03-22 Thread Aapo Tahkola
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 20 17:04:33 2007 +0200

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 Tahkola [EMAIL PROTECTED] -- Aapo Tahkola

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

2007-03-20 Thread Aapo Tahkola
] Add support for LifeView TV Walker Twin (USB IDs 10fd:0514, 10fd:0513) Signed-off-by: Nick Andrew [EMAIL PROTECTED] Nick. Nice job! Signed-off-by: Aapo Tahkola [EMAIL PROTECTED] Add comments to describe different sticks rc return values. These might conflict with future hardware. Signed-off

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 - device is probed twice and I end up with 4 /dev/dvb adapters rather than two

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, I am owner of a MSI DIGIVOX mini-II. I got it to work using

[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/m920x.c Sat

[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/media/dvb

[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/dvb-usb

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

2007-03-02 Thread Aapo Tahkola
would be glad to get any hints. Updated patch. I'm fine with these m920x changes. -- Aapo Tahkola diff -r 2541388e71f4 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sat Mar 03 02:56:04 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb

[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 01:43:32

[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 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 03 01:33

[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 03 01:19

[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 03 01:16:24 2007 +0200

[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 +0200

[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 Mar 03 01

[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:43 2007

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

2007-02-28 Thread Aapo Tahkola
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

[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] 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 NN: addr AA reg RR = RV read NN

Re: [linux-dvb] Need firmware for M9206

2007-02-25 Thread Aapo Tahkola
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

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

2007-01-23 Thread Aapo Tahkola
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 diff -r 0b7c7a9660ff linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sun Jan 21 13

[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 m9206 stick... Removing ehci_hcd drops USB 2.0 = 1.1? Yep. I saw

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 patches around, and set things such that I can merge

Re: [linux-dvb] mini-pci ?

2007-01-19 Thread Aapo Tahkola
good indication on whats inside. On a quick look, I would say its based on saa7130 series. -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

2006-10-11 Thread Aapo Tahkola
; 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 ___ linux-dvb mailing list linux-dvb

Re: [linux-dvb] Re: m920x crash

2006-09-30 Thread Aapo Tahkola
? I2C clock/speed? I2C port?). You cannot change or leave them out as far as I can remember. I would assume it's some sort of read wait time as it doesn't appear with writes. -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http

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

2006-09-27 Thread Aapo Tahkola
the Vendor's retail name of the product. Please let me know what happens. Regards, Michael Krufky -- Aapo Tahkola ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

2006-09-26 Thread Aapo Tahkola
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 there may be more fixing to do with regards to the qt1010 stuff... but that can be done later

Re: [linux-dvb] Anysee E30 in Linux

2006-09-23 Thread Aapo Tahkola
/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 -- Aapo Tahkola ___ linux-dvb mailing list linux