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
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 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
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
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
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
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
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
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
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
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
(~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
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
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
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
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
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
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
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
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
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
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-
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,
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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:
>
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
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
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
__
== 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
__
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
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
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
>
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
50 matches
Mail list logo